Servers uptime script

Hi Readers, Today I am sharing a script that you can us to email you the uptime report of servers in your enviornment. I have found this script on internet but I have modified it to get the report in HTML & email the report. There are two scripts :- 1. uptime.ps1 (thanks to its…

Feeding Data to Active Directory from CSV file

Hi Readers, I am sharing a script today that I have made for feeding data to Active Directory from CSV file. Again thanks to quest AD management Shell. (run script from C:\scripts\MergerScript\  location) CSV file format :- userid,Email Address,forwarding,PhysicalAddress,City,State,Zip,Country,CountryCode,OfficeTelephone ——————————————————————————————————————————————————————————- ################################################################################################ ##                                                                                                                                                                                                                                                                                     ## ##           Author: Vikas Sukhija                                                                                                                                                                                                                             ## ##           Date: 07-10-2012                                                                                                                                                                                                                                    ## ##           Description:- This…