List all mail boxes with delegates setup on the inbox as reviwer.
Looking for some assistance on how to get a list of all mail boxes with delegates setup. But to be more specific I want to know if they have "reviewer" of the inbox vs just delegates setup. I found some same Active Directory code that seraches publicDelegates and publicDelegatesBL but this just tells me if delegates is setup, but not what kind of delegate. I also found some sample code using the powershell get-mailbox command and specifing the GrantSendOnBehalfTo property. But this to shows the Send on Behalf, not inbox reviwer. Looking at the command I can't find where/how to get this out. Any assistance is appreciated. Posted below are the two commands I was talking about. Is there a way to specify something for "reviewer of inbox" as well as reviewer of any of the other items like notes, contacts, etc. c:\>ldifde -f C:\delegates.txt -d "ou=users,dc=alsodomain,dc=com" -l name,publicDelegates,publicDelegatesBL -r "(|(publicDelegates=*)(publicDelegatesBL=*))" Get-Mailbox -resultsize unlimited | Where {$_.GrantSendOnBehalfTo -ne $null} | select Name, @{Name='GrantSendOnBehalfTo';Expression={[string]::join("", ($_.GrantSendOnBehalfTo))}} | Export-CSV C:\SendOnBehalfTo.csv -noTypeInformation
November 15th, 2010 2:42pm

Hi a1Dave, Which version of Exchange server do you use? There is a new cmdlet Get-MailboxFolderPermission in Exchange 2010: "to view the folder-level permissions for a folder or a specific user's permissions for a folder" Details: Get-MailboxFolderPermission http://technet.microsoft.com/en-us/library/dd335061.aspxFrank Wang
Free Windows Admin Tool Kit Click here and download it now
November 19th, 2010 1:20am

Hi a1Dave, Any updates?Frank Wang
November 21st, 2010 8:56pm

Hi i have a similar question. I'm working with Outlook 07 and Exchange 2010 sp1. I want to list the delegates in my organization, I'd be open to list by DB or even by server. I seem to have seen some cmdlets for Exchange 2007 which can do this but nothing for Exchange 2010.
Free Windows Admin Tool Kit Click here and download it now
May 6th, 2011 9:43am

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

Other recent topics Other recent topics