Inital commit.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
## Stop the NinjaRMMAgent service
|
||||
Stop-Service 'NinjaRMMAgent' -Force
|
||||
|
||||
## Delete all Ninja's cached data
|
||||
Remove-Item -Path "${Env:SystemDrive}\ProgramData\NinjaRMMAgent\jsonoutput" -Recurse -Force
|
||||
|
||||
## Start the NinjaRMMAgent service
|
||||
Start-Service 'NinjaRMMAgent'
|
||||
Reference in New Issue
Block a user