Opening MsgBoxes using PowerShell
PowerTip of the Day, from PowerShell.com: eed a quick message box to display something or ask a question? Fortunately, PowerShell can access old COM components. Here’s a line that creates a MsgBox for 5 seconds. If the user does not make a choice within that time, it returns -1: a perfect solution for… Continue reading Opening MsgBoxes using PowerShell