Say good morning loudly to your users PowerShell

Goog afternoon guys,

This post will be pretty short but very interesting, many people say that System Administrators aren’t pleasant toward their users, therefore, today I would like to share with you something that yon can implement in your domain and make your users smile in the morning.

 

The idea is very simple, deploy Powershell script by GPO that during every user’s login, The PS will execute and tell to the users good morning using $env:Username

Here is the script:

(By the way, you can make it better, and query the current time, and then set that if the time is till 9-10 AM run this if not skip.)

$talkIt = New-Object -ComObject SAPI.SpVoice
$talkIt.speak("Dear $env:Username Good morning from IT Team ")

How is it turn out:

 

And do not forget, be patient to your users