Skip to content

Latest commit

 

History

History

PowerShell scripts

Enable execution of PowerShell scripts:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

Or (not recommended):

Set-ExecutionPolicy -ExecutionPolicy Unrestricted