Powershell Scripts Scripts Wipe a Device Remotely Perform a remote wipe on a specific device. Use Connect-MSGraph to authenticate and ensure you have the required permissions to manage Intune resources. Get-IntuneManagedDevice | Select-Object DeviceName,...
Powershell Scripts Scripts List All Apps Deployed via Intune Retrieve details of all applications deployed via Intune. Use Connect-MSGraph to authenticate and ensure you have the required permissions to manage Intune resources. Get-IntuneMobileApp | Select-Object...
Powershell Scripts Scripts List All Compliance Policies Retrieve a list of all compliance policies configured in Intune. Use Connect-MSGraph to authenticate and ensure you have the required permissions to manage Intune resources. Get-DeviceCompliancePolicy |...
Powershell Scripts Scripts Export Device Inventory to CSV Export the inventory of all managed devices to a CSV file. Use Connect-MSGraph to authenticate and ensure you have the required permissions to manage Intune resources. Get-IntuneManagedDevice | Select-Object...
Powershell Scripts Scripts List All Managed Devices Retrieve a list of all devices managed by Intune. Use Connect-MSGraph to authenticate and ensure you have the required permissions to manage Intune resources. Get-IntuneManagedDevice | Select-Object DeviceName,...