How Can We Help?

Categories

Powershell – How to check policy in execution

You are here:
< Back

To check running policies, type the command

Get-ExecutionPolicy -list

the output will look like this

Scope ExecutionPolicy
—– —————
MachinePolicy    Undefined
UserPolicy           Undefined
Process               Undefined
CurrentUser        Undefined
LocalMachine     RemoteSigned