Hi Team,
I have successfully installed the netskope client on one of my windows machine using the following scripts:
curl https://download-colortokens.goskope.com/dlr/win/get -o ./NSClient.msi && msiexec /I NSClient.msi host={host} token={token}
Now, I want to uninstall the same using similar way i.e. via scripts.
Is there any way by which it can be achieved?