InvokeWSManActionCommand.ConnectionURI Property

Definition

The following is the definition of the input parameter "ConnectionURI". Specifies the transport, server, port, and ApplicationName of the new runspace. The format of this string is: transport://server:port/ApplicationName.

[System.Management.Automation.Alias(new System.String[] { "CURI", "CU" })]
[System.Management.Automation.Parameter(ParameterSetName="URI")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Uri ConnectionURI { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "CURI", "CU" })>]
[<System.Management.Automation.Parameter(ParameterSetName="URI")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.ConnectionURI : Uri with get, set
Public Property ConnectionURI As Uri

Property Value

Uri
Attributes

Applies to