|
|
@ -34,11 +34,11 @@ you'll probably want the most recent version anyway. |
|
|
|
|
|
|
|
Enable execution of PowerShell scripts: |
|
|
|
|
|
|
|
PS> Set-ExecutionPolicy Unrestricted |
|
|
|
PS> Set-ExecutionPolicy Unrestricted -Scope CurrentUser |
|
|
|
|
|
|
|
Unblock PowerShell scripts and modules within this directory: |
|
|
|
|
|
|
|
PS > ls -Recurse *.ps*1 | Unblock-File |
|
|
|
PS> ls -Recurse *.ps*1 | Unblock-File |
|
|
|
|
|
|
|
## Usage |
|
|
|
|
|
|
|