4 Types of Notifications Generated in PowerShell
When a PowerShell script takes long time to finish, it’s nice to have some sort of notification set up in place to notify you when the job is finished. Here are three type of notifications you can create in PowerShell. Notify via Email PowerShell has a native cmdlet Send-MailMessage that can be easily set up and use. I have written […]