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
Category: Uncategorized
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
VBScript: Monitor a folder for new files
The Following link from MS Technet Script Center was exactly what I wanted. Link to Hey, Scripting Guy! How Can I Automatically Run a Script Any Time a File is Added to a Folder? Scripting guys at Technet are doing a great job on scripts and examples. I usually I look in script center before … Continue reading VBScript: Monitor a folder for new files
Exchange ActiveSync Gripes
Notes and ActiveSync - Why? I came pretty disappointed when I realized Exchange ActiveSync is not supported with (Outlook) Notes sync. So,I looked Exchange 2007 Active Sync and no where mentioned Notes sync is on the horizon. So, I take it Notes sync will never be included in ActiveSync now or in future. According to … Continue reading Exchange ActiveSync Gripes
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