ryanblenis / MeshCentral-ScriptTask

Scripting plugin for MeshCentral
Apache License 2.0
52 stars 14 forks source link

fix error ExecutionPolicy, add args to powershell #35

Closed yourh3ro closed 7 months ago

yourh3ro commented 1 year ago

When you run the powershell script, the ExecutionPolicy error comes out. This can be fixed either by changing the script execution policy on the host, or by running the script with "-ExecutionPolicy Bypass"