Add-WmsSystem
Adds a computer that can be remotely managed.
Syntax
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.
Type: | String[] |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Credential
Specifies the Administrator credentials for the computer to add.
Type: | PSCredential |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ManagedSystemsType
Specifies the type of managed systems. The acceptable values for this parameter are: MultiPointServers, PersonalComputers.
Type: | ManagedSystemTypes |
Accepted values: | MultiPointServers, PersonalComputers |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
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.