Introduction: Netskope: Stop and Start From Powershell
PDF of tech documentation on how to stop and start Netskope from Powershell
Attachments
Step 1: 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






