4 lines
245 B
PowerShell
4 lines
245 B
PowerShell
## Cleanup Ninja's 3pp cache
|
|
If ( Test-Path "${Env:SystemDrive}\ProgramData\NinjaRMMAgent\components\app-patching\SIGNATURES" )
|
|
{ Remove-Item "${Env:SystemDrive}\ProgramData\NinjaRMMAgent\components\app-patching\SIGNATURES" -Force -Recurse }
|