SetServiceCommand.ComputerName Property

Definition

The following is the definition of the input parameter "ComputerName". Set the properties of service running on the list of computer names specified. The default is the local computer. Type the NETBIOS name, an IP address, or a fully-qualified domain name of one or more remote computers. To indicate the local computer, use the computer name, "localhost" or a dot (.). When the computer is in a different domain than the user, the fully-qualified domain name is required.

public string[] ComputerName { get; set; }
member this.ComputerName : string[] with get, set
Public Property ComputerName As String()

Property Value

String[]

Applies to