Get-ExecutionPolicy

Get-ExecutionPolicy

PowerShell uses for different settings called Execution Policy which governs how scripts will run on your computer and if they need to be digitally signed. Get-ExecutionPolicy is a Cmdlet which allows you to view which Execution Policy that is currently used by your computer.

SYNTAX

Get-ExecutionPolicy
-Verbose
-Debug
-ErrorAction
-ErrorVariable
-OutVariable

Examples

PS C:\> Get-ExecutionPolicy
Restricted

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment