PSExecutionCmdlet.EnableNetworkAccess Property

Definition

When set and in loopback scenario (localhost) this enables creation of WSMan host process with the user interactive token, allowing PowerShell script network access, i.e., allows going off box. When this property is true and a PSSession is disconnected, reconnection is allowed only if reconnecting from a PowerShell session on the same box.

public:
 virtual property System::Management::Automation::SwitchParameter EnableNetworkAccess { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public virtual System.Management.Automation.SwitchParameter EnableNetworkAccess { get; set; }
member this.EnableNetworkAccess : System.Management.Automation.SwitchParameter with get, set
Public Overridable Property EnableNetworkAccess As SwitchParameter

Property Value

Applies to