The script will not execute on the system
Issue: trying to run powershell script got this error " script is not digitally signed and will not execute on the system
resolution:
By default Powershell restricts you from running "unsafe" scripts. Run the
get-executionpolicy command to see what your system's level is at. To lower the restriction you can run Set-ExecutionPolicy and give it one of these as a parameter:
|