Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Create Pop-up Message with PowerShell

$
0
0

Summary: Use Windows PowerShell to easily create a pop-up message.

Hey, Scripting Guy! Question How can I use Windows PowerShell to create a pop-up message?

Hey, Scripting Guy! Answer Use Out-GridView, and pipe your message string to it, for example:

"popup message" | Out-GridView -Title "message box"


Viewing all articles
Browse latest Browse all 3333

Trending Articles