Mysterious Mails, Delivery Notices, Bounced mails Vs Outlook Delegates


This is what happened to me on one fine day. An Executive Admin complaints that she was getting Exchange mail delivery notices and bounced mails (NDRs) from an unknown user.  She said it's pretty annoying that she sends mails to bunch of users and gets bounced mails from some unknown (or long gone) users. I assured … Continue reading Mysterious Mails, Delivery Notices, Bounced mails Vs Outlook Delegates

RunAs using VBScript


If you want a VBScript to run a program using RunAs DOS command, go straight to the bottom of the blog. If you want to read the build-up for the final product, keep reading. Time to time I came across I wanted to run a script or program as administrative privileges. The few needs are like, Install … Continue reading RunAs using VBScript

Display more than 2000 Users (objects) in Active Directory Users and Computers Console


I have had it. We have more then 2000 objects to be displayed in Active Directory Users and Computers console every time I open it. This goddamn console doesn’t stick the Maximum number of items displayed per folder. Somehow it goes back to 2000. Then I found a workaround by creating my own MMC console. … Continue reading Display more than 2000 Users (objects) in Active Directory Users and Computers Console

Convert UTC to local time and vice versa using VBScript


  Today, I was stumbled upon UTC time conversions. I needed to convert UTC date/time to local date/time and vice versa. I was hunting this information everywhere with no luck. I didn't get the straight answer anywhere. So, I gathered all the info and created two VBScript based Functions. Hope it helps someone. Here is … Continue reading Convert UTC to local time and vice versa using VBScript