Search-Wms System

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.

Required Parameters

-ManagedSystemsType

Specifies the managed system type. The acceptable values for this parameter are: PersonalComputers, MultiPointServers.

Type: ManagedSystemTypes
Parameter Sets: MultiPointServers, PersonalComputers
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Optional Parameters

-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
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

Inputs

None.

Outputs

Returns a string collection as PSObject collection.