Skip to main content

PowerShell script to enable PowerShell Unrestricted mode, or set the execution policy to unrestricted.

Write-Output "Changing PS execution policy to Unrestricted"
Set-ExecutionPolicy Unrestricted -Force