ConnectPSSessionCommand.ApplicationName Property

Definition

This parameters specifies the appname which identifies the connection end point on the remote machine. If this parameter is not specified then the value specified in DEFAULTREMOTEAPPNAME will be used. If thats not specified as well, then "WSMAN" will be used

public:
 property System::String ^ ApplicationName { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ApplicationName { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ApplicationName { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="ComputerName", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(ParameterSetName="ComputerNameGuid", ValueFromPipelineByPropertyName=true)]
public string ApplicationName { get; set; }
member this.ApplicationName : string with get, set
[<System.Management.Automation.Parameter(ParameterSetName="ComputerName", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(ParameterSetName="ComputerNameGuid", ValueFromPipelineByPropertyName=true)>]
member this.ApplicationName : string with get, set
Public Property ApplicationName As String

Property Value

Attributes

Applies to