Powershell
Powershell
By default, we can’t run powershell script in powershell becoz it is restricted. so change it to unrestricted.
open powershell
Set-ExecutionPolicy Unrestricted
Get-ExecutionPolicy to check
Last updated
By default, we can’t run powershell script in powershell becoz it is restricted. so change it to unrestricted.
open powershell
Set-ExecutionPolicy Unrestricted
Get-ExecutionPolicy to check
Last updated