New-UDAlert
An alert displays a short, important message in a way that attracts the user's attention without interrupting the user's task.
Synopsis
Syntax
New-UDAlert [-Id <String>] [-Severity <String>] [-Text <String>] [-Title <String>] [-ClassName <String>] [-Style <Hashtable>] [-Dense] [<CommonParameters>]
New-UDAlert [-Id <String>] [-Severity <String>] [-Children <ScriptBlock>] [-Title <String>] [-ClassName <String>] [-Style <Hashtable>] [-Dense] [<CommonParameters>]Description
Parameters
-Id
Required? false
Position? named
Default value [Guid]::NewGuid()
Accept pipeline input? false
Aliases
Accept wildcard characters? false-Severity
-Children
-Text
-Title
-ClassName
-Style
Outputs
Last updated
Was this helpful?