InvokeCommandCommand.Subsystem 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.
Gets and sets a value for the SSH subsystem to use for the remote connection.
[System.Management.Automation.Parameter(ParameterSetName="SSHHost")]
[System.Management.Automation.Parameter(ParameterSetName="FilePathSSHHost")]
public override string Subsystem { get; set; }
	[<System.Management.Automation.Parameter(ParameterSetName="SSHHost")>]
[<System.Management.Automation.Parameter(ParameterSetName="FilePathSSHHost")>]
member this.Subsystem : string with get, set
	Public Overrides Property Subsystem As String
	Property Value
- Attributes