Last updated 1 year ago
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