Hide-WmsIdentifier
Hides the identification window for a station or session.
Syntax
Hide-WmsIdentifier
[-SessionId <UInt32[]>]
[-Server <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Hide-WmsIdentifier
[-StationId <UInt32[]>]
[-Server <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Hide-WmsIdentifier
[-All]
[-Server <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Hide-WmsIdentifier cmdlet hides identification window for the specified station or session.
Examples
Example 1: Hide the identification window for a session
PS C:\> Hide-WmsIdentifier -SessionID 2
This command hides the identification window for the session with the ID of 2.
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 |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
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 session IDs.
Type: | UInt32[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-StationId
Specifies an array of station IDs.
Type: | UInt32[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
UInt32[]