Monitor and alert Windows Services status

This script is extension of below script that can monitor the windows services from remote servers. https://gallery.technet.microsoft.com/scriptcenter/Monitor-Report-5d1998d4 Now I have updated it to add a alert if services are not running. Download and extract the script from below link , update alerting parameters. https://gallery.technet.microsoft.com/scriptcenter/Monitor-and-alert-Windows-07c3d5a0 ————————————————————— $alert = “Yes” ###specify NO if you don’t want alerts…

Password Self Service Azure AD

This blog post is about Azure AD Password self service , some times people recognize it as office 365 password self service. If you are licensed for AZURE AD premium P1 or P2 , you are eligible to use this feature. Many enterprise already own it as they opt for EMS 3 (enterprise mobility &…

Lync Account Termination

Sharing a script that you can use in your environment for terminating lync accounts for the users that have left the company. if you are moving the terminated users to separate OU than this script will work flawlessly for you. Download/extract the script from below link and change the variables/settings as per your requirements. Github…

Setup Message Encryption Office 365

Today we will learn how to setup message encryption in office 365, this comes with office 365 E3 + plans. Many organizations use Ironport , proofpoint or thirdparty tools for achieving this function, if they have o365 E3 plan & still using thirdparty tools for this, than they can switch to office 365 message encryption…

Clear ActiveSync Stale Partnerships – ExchangeOnline

This script is similar to the Clear ActiveSync Stale Partnerships  that I have published in the past for onpremise version of exchange. https://github.com/VikasSukhija/Downloads/blob/master/ClearActivesyncpartnerships.zip As organizations are migrating to office 365 at a rapid pace so are my scripts 🙂 Good thing about office 365 scripts is that there are less things to modify(example organizational settings), these just…