Skip to main content

I am unable to get this to run as a worklet against all our Windows systems. The linux version runs fine. Am I missing something here:


Evaluation:

SelfScan.exe apiKey=************


Remediation :

SelfScan.exe apiKey=*************


Upload:

Selfscan.exe file.

What does the automox log file gives you for output?


what happens if you would use this syntax form


Start-Process -FilePath “SelfScan.exe” -ArgumentList “apiKey=************”


Reply