Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Export of calendar delegates for Exchange 2003 1

Status
Not open for further replies.

bludbunny

IS-IT--Management
Jul 2, 2002
70
AU
Hi guys

Every now and then we start getting NDR's delivered for deleted users where they have been a calendar / free-busy delegate for an exchange user. We know why this issue occurs, but the fix is a little "fiddly" to say the least.
We are trying to find an easier way to list delegates for all exchange mailboxes from our system, so we can pick up names of users we are going to delete, and remove their connection with other user's mailboxes before we remove their actual AD account.
So far I have been playing with the LDIFDE util to dump out a listing, but this only give top level permissions for mailboxes, and not individual permissions / delegates for each folder within a mailbox.
Does anyone know how i can change this command line, or another utility i can use to extract this data?
The current command i am using is as follows:
ldifde -f delegates.txt -l name,publicDelegates,publicDelegatesBL -r "(|(publicDelegates=*)(publicDelegatesBL=*))"

Any help would be appreciated.
thanks,
Brett
 
Hi - thanks for that
This only gives me "basic" permissions to the top level mailbox, i needed access to the folders (calendar / inbox etc)
I have found this script, and is now working fine for me (after registering the ACL.DLL and allowing access permissions to all mailboxes)

The link to the blog is here:

Brett
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top