Powershell Tip #104: Display Message Box

By | July 18, 2016

Tip: You can display some message boxes, here are some examples :

System.Windows.MessageBoxImage

Powershell-MessageBoxImage-Enum

Powershell-MessageBox-None


Powershell-MessageBox-Hand


Powershell-MessageBox-Error


Powershell-MessageBox-Stop


Powershell-MessageBox-Question


Powershell-MessageBox-Exclamation


Powershell-MessageBox-Warning


Powershell-MessageBox-Asterisk


Powershell-MessageBox-Information


System.Windows.MessageBoxImage

Powershell-MessageBoxButton-Enum

Powershell-MessageBoxButton-OK


Powershell-MessageBoxButton-OKCancel


Powershell-MessageBoxButton-YesNoCancel


Powershell-MessageBoxButton-YesNo


previous-buttonnext-button

Leave a Reply

Your email address will not be published.