Check Service Status for List of servers

Hi Readers, Sharing a quickly written script for checking status of particular service on list of servers. Download the script from below link, extract it. https://gallery.technet.microsoft.com/scriptcenter/Check-Service-Status-for-72a990e3 Update the ServicesStatus.ps1 $svc = “MpsSvc”  # Enter the service Name that you want to Monitor Update servers.txt with server names. run the batch file & report will be…

Exchange 2010 Text Message Integration

Hi All, Just want to share another TIP from Exchange 2010, Microsoft has made a another leap & made Text Message integration out of the box , As of now its available for major US , Canada & Romania telephone providers. Here how you setup: 1. Launch OWA –> Go to Options 2. Click Phone –>…

PowerShell Creating a Home Folder for Users

Hi Readers, Sharing a script that I have written recently for Creatiing Home folder, adding permissions & updating Active directory home folder path. Download the zip file from below link & extract the script files. https://github.com/VikasSukhija/Downloads/blob/master/homedirectory.zip   Update the users.txt file with user logon names/samaccountnames Update the variables in the script & run the batch…