Need to remove Windows Intune from a machine without wiping it?
Or has your Windows Intune trial expired and you cannot remvoe agent via the portal?
Microsoft removed the Add/Remove programs entry to prevent end users from removing the service easily.
There is a command you can run on the machine to uninstall the agents:
1. Open an admin command prompt
2. Navigate to C:\Program Files\Microsoft\OnlineManagement\Common
3. Run “ProvisioningUtil /UninstallAgents /WindowsIntune”
This will create a scheduled task and shortly uninstall all the agent from the local machine.
You could also script this command if migrating from Intune to another PSA tool eg Kaseya, N-Able, Labtech.
0 Comments