RemoveCimSessionCommand.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". Specified one or more computer names for which all CimSession(s) (connections) should be removed (terminated).
This is the only optional parameter. If no value for this parameter is provided, all CimSession(s) are terminated.
public string[] ComputerName { get; set; }
[System.Management.Automation.Alias(new System.String[] { "CN", "ServerName" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ComputerNameSet", Position=0, ValueFromPipelineByPropertyName=true)]
public string[] ComputerName { get; set; }
member this.ComputerName : string[] with get, set
[<System.Management.Automation.Alias(new System.String[] { "CN", "ServerName" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ComputerNameSet", Position=0, ValueFromPipelineByPropertyName=true)>]
member this.ComputerName : string[] with get, set
Public Property ComputerName As String()
Property Value
String[]
- Attributes