Exchange 2003 Delegate Mailboxes
Hi How can we find out/ get a list of users who are delegates , delegated Is there any script which can be ran on exchange 2003 , to know such user mailboxes Regards
July 23rd, 2012 9:48am

When a userA is added as delegate to userB mailbox, the PublicDelegatesBL attribute of UserA in active directory will be updated the DN of the UserB. And the same way, the PublicDelegate attribute of UserB in active directory will be updated with the DN of UserA. You can query the delegates by using the above mentioned AD attributes. Hope this helps. Thanks, Sitaram Pamarthi Blog : http://techibee.com Follow on Twitter This posting is provided AS IS with no warranties or gurentees,and confers no rights
Free Windows Admin Tool Kit Click here and download it now
July 23rd, 2012 11:42am

multiple methods, ldp, ldap etc. c:\>ldifde -f C:\delegates.txt -d "ou=users,dc=domain,dc=com" -l name,publicDelegates,publicDelegatesBL -r "(|(publicDelegates=*)(publicDelegatesBL=*))"James Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com
July 23rd, 2012 1:20pm

multiple methods, ldp, ldap etc. c:\>ldifde -f C:\delegates.txt -d "ou=users,dc=domain,dc=com" -l name,publicDelegates,publicDelegatesBL -r "(|(publicDelegates=*)(publicDelegatesBL=*))"James Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
July 23rd, 2012 1:28pm

Yes, ldifde can help you on this. You also can use csvde to do that, this can export to one csv file, then use excel to check for the file. csvde -d "CN=users,dc=domain,dc=com" -r "(|(publicDelegates=*)(publicDelegatesBL=*))" -l name, publicDelegates, publicDelegatesBL -f c:\test.csv Thanks, Evan Evan Liu TechNet Community Support
July 24th, 2012 3:26am

Yes, ldifde can help you on this. You also can use csvde to do that, this can export to one csv file, then use excel to check for the file. csvde -d "CN=users,dc=domain,dc=com" -r "(|(publicDelegates=*)(publicDelegatesBL=*))" -l name, publicDelegates, publicDelegatesBL -f c:\test.csv Thanks, Evan Evan Liu TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
July 24th, 2012 3:35am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics