Get-WmsAlert
Gets alert information.
Syntax
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.
Type: | String |
Aliases: | ComputerName |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
Outputs
Microsoft.WindowsServerSolutions.MultipointServer.PowerShell.Commands.Library.WmsAlert