Show-ADTBalloonTip
PackageDeployment Module Help |
Package Deployment Module |
Show-ADTBalloonTip Cmdlet |
Version 4.0.0.5 |
Show-ADTBalloonTip
Synopsis
Displays a balloon tip notification in the system tray.
Syntax
Show-ADTBalloonTip [-BalloonTipText] <String> [[-BalloonTipTitle] <String>] [[-BalloonTipIcon] {None | Info | Warning | Error}] [[-BalloonTipTime] <Int32>] [[-NoWait]] [-Context <String>] [<CommonParameters>]
Description
Displays a balloon tip notification in the system tray.
Parameters
-BalloonTipText <String> |
||||||
Text of the balloon tip. |
||||||
|
-BalloonTipTitle <String> |
||||||
Title of the balloon tip. |
||||||
|
-BalloonTipIcon <String> |
||||||
Icon to be used. Options: 'Error', 'Info', 'None', 'Warning'. Default is: Info. |
||||||
|
-BalloonTipTime <Int32> |
||||||
Time in milliseconds to display the balloon tip. Default: 10000. |
||||||
|
-NoWait <SwitchParameter> |
||||||
Create the balloon tip asynchronously. Default: $false |
||||||
|
-Context <String> |
||||||
User: Execution under user account; logging in HKEY_CURRENT_USER, i.e. for the user. |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |