Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Code   (RSS)

Using Powershell to Correct 9325 Events in Exchange 2007

Per knowledge base article 936197 , Exchange 2007 may be dropping recipients from the Offline Address book and generating any of the following errors in the event log (note that diagnostic logging on the Exchange server needs to be set to High or Expert
Posted by anthonw | 0 Comments

Mailbox Cleanup After Cross Organizational Moves

I thought I would share some code I wrote for doing bulk mailbox cleanups on Exchange 2003 for cross-organizational mailbox moves. This code is nearly identical to that in my previous post , but this one takes an input file to process several mailboxes
Posted by anthonw | 0 Comments
Filed under: ,

Moving Mailboxes Cross Organizations in Exchange 2007

I've seen a number of posts on other blogs talking about the new features of Exchange 2007 and the ability now to move mailboxes across organizations. I currently have a customer engaged in a major consolidation of multiple Exchange 2003 organizations
Posted by anthonw | 2 Comments

Enumerating Folder Structures with VBScript to Extract ID3 Information from MP3 Files

Okay, so this has nothing to do with federated infrastructure. However, occasionally, I come across something worth preserving so I wanted to make sure I wrote it down. The hat tip here really goes to Antonin Foller ( http://www.motobit.com/tips/detpg_list-id3-tags-script/
Posted by anthonw | 4 Comments
Filed under: ,

MOM Scripts - AD Client GC Availability

This script, available in the Exchange Management Pack for MOM 2005, attempts to contact all the configured GCs and generates alerts if either there are not enough GCs configured, or if not enough GCs are contactable. You can easily discover how this
Posted by anthonw | 2 Comments

ADMT, User Profiles With Unusual Requests

I was approached with a rather unusual request. My customer has two Active Directory domains: DOMA and DOMB. The workstations would remain in DOMA, but the users and associated mailboxes would reside in (or be moved to) DOMB. In addition, they needed
Posted by anthonw | 0 Comments
Filed under: ,

Managing Exchange Federations with VBScript

Recently, I've been discussing a problem I am working with a federated customer that involves mailbox storage limits. I've described the problem in previous posts, as well as some potential ways to audit delegated administrations that have set overrides
Posted by anthonw | 1 Comments
Filed under: ,

Moving Printers the Easy Way

Here's a script that I put together that allows network administrators to reconfigure client computers in a network printer migration scenario. Provided the client supports the Windows Script Host, this can be run as a logon script and the only requirement
Posted by anthonw | 2 Comments
Filed under:

Pre-Populating SELECT Boxes with HTC Controls

When building web based applications, I frequently have a need to pre-populate the value of SELECT controls. I found this code some years ago on Microsoft.com but don't remember the original author, but I certainly thank him for making several of my web-based
Posted by anthonw | 1 Comments
Filed under:

Send SMTP Mail from a Web Site

The following function (written in VBScript) can be used to mail-enable a web-based application. If you are sending HTML based body, you must specify "HTML" as the msgType input parameter. The function returns either a success or failure notice as its
Posted by anthonw | 3 Comments
Filed under:

Web Page Functionality Based on Group Membership in Active Directory

The following function (written in VBScript) queries the domain controller and iterates the group membership of a user looking for a match. The function assumes that integrated authentication is used in an internal web application. Function DomainUserHasAccess(theDomainName,
Posted by anthonw | 1 Comments
Filed under:

Using JScript in DHTML to Manipulate Objects in a SELECT tag

The following code can be used to dynamically add, remove or select all items in a SELECT object. The code assumes that when objects are added to the SELECT object, that the display text and value are identical. <script language="javascript"> function
Posted by anthonw | 1 Comments
Filed under:
 
Page view tracker