Megosztás a következőn keresztül:


GetWSManInstanceCommand.SessionOption Property

Definition

The following is the definition of the input parameter "SessionOption". Defines a set of extended options for the WSMan session. This can be created by using the cmdlet New-WSManSessionOption.

[System.Management.Automation.Alias(new System.String[] { "SO" })]
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.WSMan.Management.SessionOption SessionOption { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "SO" })>]
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.SessionOption : Microsoft.WSMan.Management.SessionOption with get, set
Public Property SessionOption As SessionOption

Property Value

Attributes

Applies to