UnauthorizedAccess Error
PS C:\vStudio\BoomiProjects\ABC> **Get-ExecutionPolicy -List**
Scope ExecutionPolicy
----- ---------------
MachinePolicy Undefined
UserPolicy Undefined
Process Undefined
CurrentUser Undefined
LocalMachine AllSigned
**> Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser**
Last updated