GetCimAssociatedInstanceCommand.ComputerName Property

Definition

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

Applies to