Edit

Share via


Get-WmsAlert

Gets alert information.

Syntax

Default (Default)

Get-WmsAlert
    [-Server <String>]
    [<CommonParameters>]

Description

The Get-WmsAlert cmdlet gets alert information from the Windows MultiPoint Server core service.

Examples

Example 1: Get alert information

PS C:\> Get-WmsAlert
TimeStampInUtc : 12/7/2010 12:17:15 AM
AlertType      : HubMissingRequiredDevice
AlertSeverity  : Warning
ComputerName   : TEST
StationId      : 1

This cmdlet returns alert information from the MultiPoint Server core service. In this example, station 1 is missing a keyboard.

Parameters

-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

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

String

Outputs

Microsoft.WindowsServerSolutions.MultipointServer.PowerShell.Commands.Library.WmsAlert