You can display a messagebox by putting the following lines at the end of your PowerShell script:
[System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms") [System.Windows.Forms.MessageBox]::Show("The script has finished.")
You can display a messagebox by putting the following lines at the end of your PowerShell script:
[System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms") [System.Windows.Forms.MessageBox]::Show("The script has finished.")