WSS Agent (WSSA) has a security feature to ensure that users can only uninstall the software if they know the password.
How can you uninstall the agent when this feature is on?
What are the WSSA Package Versions (Product Codes) for the Windows agents?
Steps that were taken in the Cloud SWG (formerly known as WSS) Portal to get to the issue:
Here are some sample WSS Agent for Windows uninstallation command:
Syntax if no un-installation token was set in the WSS Portal:
C:\> msiexec /uninstall "WinWSSAgentInstaller64-7.4.2.15577.msi"
C:\> msiexec /x "{4D87558C-FA87-4588-A8B0-4B405561E52F}"
C:\> msiexec /uninstall "WinWSSAgentInstaller64-7.4.2.15577.msi" UNINSTALL_TOKEN=token-set-in-the-portal
C:\> msiexec /x "{4D87558C-FA87-4588-A8B0-4B405561E52F}" UNINSTALL_TOKEN=token-set-in-the-portal
C:\> WinWSSAgentInstaller64-7.3.5.15179.msi UNINSTALL_TOKEN=password
References: