Endpoint Protection

 View Only
  • 1.  Host Integrity (Run a Script) - Execute the command

    Posted May 25, 2022 01:45 PM
    I wrote a powershell script that I want to execute via Host Integrity (Run a Scritp). Policies created. What should I enter in Execute the command? powershell -ExecutionPolicy bypass -noexit -file% F%?


  • 2.  RE: Host Integrity (Run a Script) - Execute the command

    Posted May 25, 2022 01:49 PM
    powershell -executionPolicy bypass -noexit -file %F%


    that is going to work