Pauses the script and shows an alert to the user.
Show-Alert [-Title] <String>
Pauses the script and shows an alert specified in the -Title to the user. Once user clicks the OK button - script execution resumes.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
Text to show the user in the alert dialog.
Required?
true
Position?
1
Default Value
Accept Pipeline Input?
true (ByValue)
Accept Wildcard Characters?
false
Help Author: Adam Najmanowicz, Michael West
Read-Variable
Show-Application
Show-Confirm
Show-FieldEditor
Show-Input
Show-ListView
Show-ModalDialog
Show-Result
Show-YesNoCancel
https://github.com/SitecorePowerShell/Console/arrow-up-right
Last updated 3 years ago
PS master:\> Show-Alert "Hello world."