Share via


TestWSManCommand.ComputerName Property

Definition

The following is the definition of the input parameter "ComputerName". Executes the management operation on the specified computer. The default is the local computer. Type the fully qualified domain name, NETBIOS name or IP address to indicate the remote host.

[System.Management.Automation.Alias(new System.String[] { "cn" })]
[System.Management.Automation.Parameter(Position=0, ValueFromPipeline=true)]
public string ComputerName { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "cn" })>]
[<System.Management.Automation.Parameter(Position=0, ValueFromPipeline=true)>]
member this.ComputerName : string with get, set
Public Property ComputerName As String

Property Value

Attributes

Applies to