GUID Intune

To determine the GUID of the software for Intune uninstallation use the following command:

get-wmiobject Win32_Product | Sort-Object -Property Name | Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize
Close Menu