Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 2.0 » Get-ExecutionPolicy

Get-ExecutionPolicy - Powershell 2.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

Get-ExecutionPolicy

Short description
Gets the execution policies for the current session.

Syntax


Description
The Get-ExecutionPolicy cmdlet gets the execution policies for the current session.

The execution policy is determined by execution policies that you set by using Set-ExecutionPolicy and the Group Po
licy settings for the Windows PowerShell execution policy. The default value is "Restricted."

Without parameters, Get-ExecutionPolicy gets the execution policy that is effective in the session. You can use the
 List parameter to get all execution policies that affect the session or the Scope parameter to get the execution p
olicy for a particular scope.

For more information, see about_Execution_Policies.