GetPSSessionCommand.AllowRedirection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AllowRedirection parameter enables the implicit redirection functionality.
public:
property System::Management::Automation::SwitchParameter AllowRedirection { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public System.Management.Automation.SwitchParameter AllowRedirection { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="ConnectionUri")]
[System.Management.Automation.Parameter(ParameterSetName="ConnectionUriInstanceId")]
public System.Management.Automation.SwitchParameter AllowRedirection { get; set; }
member this.AllowRedirection : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter(ParameterSetName="ConnectionUri")>]
[<System.Management.Automation.Parameter(ParameterSetName="ConnectionUriInstanceId")>]
member this.AllowRedirection : System.Management.Automation.SwitchParameter with get, set
Public Property AllowRedirection As SwitchParameter
Property Value
- Attributes