NewWSManInstanceCommand.ComputerName 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.
The following is the definition of the input parameter "ComputerName". Executes the management operation on the specified computer(s). The default is the local computer. Type the fully qualified domain name, NETBIOS name or IP address to indicate the remote host(s)
[System.Management.Automation.Alias(new System.String[] { "cn" })]
[System.Management.Automation.Parameter(ParameterSetName="ComputerName")]
public string ComputerName { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "cn" })>]
[<System.Management.Automation.Parameter(ParameterSetName="ComputerName")>]
member this.ComputerName : string with get, set
Public Property ComputerName As String
Property Value
- Attributes