Email Address Change Monitor

This Script has been Written to fullfil one of the App Team request, Here is the requirement: For any user if Primary SMTP address changes, a notification to be sent to them. Alert notification should include the Previous & Changed value. Format should be CSV. They require it as they need to update the details…

All in One Office 365 Powershell Connect

Sharing the all in one powershell functions that I use daily for o365 administration, it makes my work easy so want to share if others also want to utilize. Different o365 services have different connecting  uri & mechanisms, I covered these in one single script that you can load in your powershell profile. These are…

Powershell – Email Function

Many a times I have seen that admins are finding it difficult to send multiple emails using powershell version 1.0 or 2.0. This is because they need to use multiple $message.To.Add To make it super easy for legacy powershell version I am sharing the send-email function that you can embed in your scripts & than just…