DisconnectWSManCommand.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.Parameter(Position=0)]
public string ComputerName { get; set; }
[<System.Management.Automation.Parameter(Position=0)>]
member this.ComputerName : string with get, set
Public Property ComputerName As String
Property Value
- Attributes