< # .SYNOPSIS This script displays a message box and then processes it .DESCRIPTION This script firsts creates a wscript.shell object and invokes the popup method to display a message. The script then processes the response to the geroup (timeout, yes, no). .NOTES File Name : Show-MessageBox.ps1 ...