GetCimAssociatedInstanceCommand.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". Specifies the name of the computer where the source instance is stored and where the association traversal should begin.
This is an optional parameter and if it is not provided, the default value will be "localhost".
public string[] ComputerName { get; set; }
[System.Management.Automation.Alias(new System.String[] { "CN", "ServerName" })]
[System.Management.Automation.Parameter(ParameterSetName="ComputerSet")]
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(ParameterSetName="ComputerSet")>]
member this.ComputerName : string[] with get, set
Public Property ComputerName As String()
Property Value
String[]
- Attributes