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?

6 years ago
Windows
ANSWERS
JB
Jeff Burns
6 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.