Add-WmsSystem
Adds a computer that can be remotely managed.
Syntax
Default (Default)
Add-WmsSystem
[-ComputerName] <String[]>
[-ManagedSystemsType] <ManagedSystemTypes>
[-Credential] <PSCredential>
[<CommonParameters>]
Description
The Add-WmsSystem cmdlet enables the local computer to remotely manage a computer with either the MultiPoint role or MultiPoint connector installed.
Parameters
-ComputerName
Specifies an array of host names of MultiPoint systems to add.
Parameter properties
| Type: | String[] |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 0 |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | True |
| Value from remaining arguments: | False |
-Credential
Specifies the Administrator credentials for the computer to add.
Parameter properties
| Type: | PSCredential |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 2 |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-ManagedSystemsType
Specifies the type of managed systems. The acceptable values for this parameter are: MultiPointServers, PersonalComputers.
Parameter properties
| Type: | ManagedSystemTypes |
| Default value: | None |
| Accepted values: | MultiPointServers, PersonalComputers |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 1 |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
string
The input is an array of fully qualified host names of the computers that should have remote management enabled.
Outputs
WmsSystem
For each computer added a WmsSystem object is returned which contains specific information about the configuration and state of the MultiPoint system on that computer.