Get the user's attention in PowerShell with altert and beep
# Alert box [void][Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms") [void][System.Windows.Forms.MessageBox]::Show("It works.") # Beep [Console]::Beep(600, 800)