InitialSessionState.AuthorizationManager
Property
Definition
Specifies the authorization manager to be used for this session state instance. If no authorization manager is specified, then the default authroization manager for PowerShell will be used which checks the ExecutionPolicy before running a command.
public virtual System.Management.Automation.AuthorizationManager AuthorizationManager { get; set; }
Property Value