allow to run scripts in powershell code example
Example 1: powershell enable scripts
Set-ExecutionPolicy unrestricted
Example 2: loaded because running scripts is disabled on this s
PS C:\> Set-ExecutionPolicy RemoteSigned
Set-ExecutionPolicy unrestricted
PS C:\> Set-ExecutionPolicy RemoteSigned