Search-WmsSystem
Gets MultiPoint servers or personal computers running MultiPoint Connector in the same network.
Syntax
Search-WmsSystem
[-ManagedSystemsType] <ManagedSystemTypes>
[-Server <String>]
[<CommonParameters>]
Description
The Search-WmsSystem cmdlet gets other MultiPoint servers or personal computers running MultiPoint Connector in the same network. The operation takes 10 seconds to complete.
Examples
Example 1: Search for MultiPoint servers on a subnet
PS C:\> Search-WmsSystem -ManagedSystemsType MultiPointServers
Test2
Test3
The cmdlet gets peer Windows MultiPoint servers in the same subnet. The query takes 10 seconds to complete and uses the Microsoft Web Services on Devices API (WSDAPI) to discover peer MultiPoint servers in the network.
Parameters
-ManagedSystemsType
Specifies the managed system type. The acceptable values for this parameter are: PersonalComputers, MultiPointServers.
Type: | ManagedSystemTypes |
Accepted values: | MultiPointServers, PersonalComputers |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Server
Specifies the fully qualified host name of the MultiPoint Server that is the target of the command. The default is localhost.
Type: | String |
Aliases: | ComputerName |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |