Edit

Share via


Show-WmsIdentifier

Displays the identification screen for a station.

Syntax

IdentifyBySession

Show-WmsIdentifier
    -SessionId <UInt32[]>
    [-Server <String>]
    [<CommonParameters>]

IdentifyByStation

Show-WmsIdentifier
    -StationId <UInt32[]>
    [-Server <String>]
    [<CommonParameters>]

IdentifyAll

Show-WmsIdentifier
    [-All]
    [-Server <String>]
    [<CommonParameters>]

Description

The Show-WmsIdentifier cmdlet displays the identification screen for the specified station. The top line shown is the client name. For a Windows MultiPoint Server station, the station-friendly name is used as the client name. The bottom name is the system in which this session is hosted.

Examples

Example 1: Display the identification screen

PS C:\> Show-WmsIdentifier -SessionId 2
PS C:\> Show-WmsIdentifier -StationId 1

This example displays the ID screen for the specified session. The first command displays the system that runs the remote desktop client.

The second command displays the local server name.

Parameters

-All

Indicates that this operation applies to all sessions on the target host.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

IdentifyAll
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Server

Specifies the fully qualified host name of the MultiPoint Server that is the target of the command. The default is localhost.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:ComputerName

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-SessionId

Specifies an array of MultiPoint session IDs.

Parameter properties

Type:

UInt32[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

IdentifyBySession
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-StationId

Specifies an array of MultiPoint station IDs.

Parameter properties

Type:

UInt32[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

IdentifyByStation
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
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

UInt32

String

Outputs

Object