If the Remove Agent option is not available for any reason, you are always able to deprovision a device by manually decommissioning the Syxsense agent. The steps to perform it are represented in the following table depending on OS.
Windows |
Delete the following locations (if they still exist):
C:\$VcmsTemp$\
C:\Windows\System32\config\systemprofile\AppData\Roaming\Verismic CMS\Data
C:\Windows\System32\config\systemprofile\AppData\Roaming\Verismic CMS\Upgrade\Logs
C:\Windows\System32\config\systemprofile\AppData\Roaming\Verismic CMS\Upload
Delete the following Registries:
HKEY_LOCAL_MACHINE\SOFTWARE\VERISMIC
HKEY_LOCAL_MACHINE\SOFTWARE\VERISMIC\PowerManager\Device
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\VERISMIC
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\VERISMIC\PowerManager\DeviceID
|
Linux |
Use the following commands using your distributions Package Manager:
Remove the Syxsense Package (not required for open/SUSE Linux)
sudo (yum/dnf/apt/…) remove SyxsenseResponder
Remove the Syxsense Agent Directory (if not removed by the package manager)
sudo rm -rf /usr/share/SyxsenseResponder
|
MacOS |
Use the following commands
Unload the Syxsense Service
sudo Launchctl unload /Library/LaunchDaemons/com.verismic.microresponder.plist
Remove the Syxsense Service
sudo rm /Library/LaunchDaemons/com.verismic.microresponder.plist
Remove the Syxsense Agent and Agent folder
sudo rm -rf /Library/Application Support/Verismic
|