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
By default, we can’t run powershell script in powershell becoz it is restricted. so change it to unrestricted.