Un-enroll endpoint devices via script?

DF
Dani Fernandez
SOTI Trial Master Account

 Hello everyone!

It's possible to unenrolled or uninstall completely agents in devices via Script in Windows?

 The objetive is unenrolled/uninstall Windows Agents completely and avoid a new automatic registration.
 
 
 
Thanks!!
 
 
 
 
Regards.
5 years ago
Windows
ANSWERS
JB
Jeff Burns
5 years ago

This is a snippet from a Powershell script I use that includes API calls to delete the device from the webUI and uninstall from Windows device.

Start-Process "Uninstall.bat" -WorkingDirectory "C:\Program Files (x86)\SOTI\MobiControl\"

You can also just run the Uninstall.bat from cmd in the MobiControl directory.