Get the current execution policy

suggest change

Getting the effective execution policy for the current session:

PS> Get-ExecutionPolicy
RemoteSigned

List all effective execution policies for the current session:

PS> Get-ExecutionPolicy -List

        Scope ExecutionPolicy
        ----- ---------------
MachinePolicy       Undefined
   UserPolicy       Undefined
      Process       Undefined
  CurrentUser       Undefined
 LocalMachine    RemoteSigned

List the execution policy for a specific scope, ex. process:

PS> Get-ExecutionPolicy -Scope Process
Undefined

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Signing scripts:
* Get the current execution policy

Table Of Contents
1 Loops
19 XML
22 Strings
25 Aliases
33 Signing scripts
47 MongoDB
65 AWS S3