Netskope: Stop and Start From Powershell
by matt392 in Circuits > Software
2 Views, 0 Favorites, 0 Comments
Netskope: Stop and Start From Powershell
PDF of tech documentation on how to stop and start Netskope from Powershell
Downloads
Stop and Start Netskope From Powershell
PDF of Powershell Commands on Stopping and Starting Netskope
- Open Powershell as Administrator: cd "c:\Program Files (x86)\netskope\stagent " (include quotes!)
- Stop Netskope User Interface: ./stAgentUI -stop
- Stop Netskope Service: ./stAgentSvc -stop
- Start Netskope Service: ./stAgentSvc -start
- Start Netskope User Interface: ./stAgentUI -start