Forum Discussion

ilmarsl's avatar
ilmarsl
Copper Contributor
Dec 04, 2021
Solved

Misleading instructions in Baseline-LocalInstall

Requirements in Baseline-LocalInstall.ps1 say that:   REQUIREMENTS: * PowerShell execution policy must be configured to allow script execution; for example, with a command such as the following...
  • Aaron_Margosis's avatar
    Dec 05, 2021

    ilmarsl - it's not misleading. The "RemoteSigned" execution policy means that scripts from remote systems must be signed by a trusted publisher. You should download the zip file locally, and remember to unblock the downloaded zip file before expanding its contents. If you don't unblock it, the script file will retain a "mark of the web" and be treated as a remote file.

Resources