Show-WmsIdentifier
Displays the identification screen for a station.
Syntax
Show-WmsIdentifier
-SessionId <UInt32[]>
[-Server <String>]
[<CommonParameters>]
Show-WmsIdentifier
-StationId <UInt32[]>
[-Server <String>]
[<CommonParameters>]
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.
Type: | SwitchParameter |
Position: | Named |
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 |
-SessionId
Specifies an array of MultiPoint session IDs.
Type: | UInt32[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-StationId
Specifies an array of MultiPoint station IDs.
Type: | UInt32[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
UInt32[]