Script to get the shared mailbox details with delegates
Hi There, Is there any script available for identifying the Shared Mailboxes with Delegates in Exchange server 2010?
September 3rd, 2012 6:58am

Hello Nitish, If you only want to check the delegates sat on the shared mailbox, you can use this command to achieve the goal: Get-mailbox -identity sharedmailbox | select GrantSendOnBehalfto If you have any other requirements, please explain in detail. Thanks, Evan Liu TechNet Subscriber Support in forum If you have any feedback on our support, please contact tnmff@microsoft.com Evan Liu TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
September 4th, 2012 3:48am

Hello Nitish, If you only want to check the delegates sat on the shared mailbox, you can use this command to achieve the goal: Get-mailbox -identity sharedmailbox | select GrantSendOnBehalfto If you have any other requirements, please explain in detail. Thanks, Evan Liu TechNet Subscriber Support in forum If you have any feedback on our support, please contact tnmff@microsoft.com Evan Liu TechNet Community Support
September 4th, 2012 3:48am

Hello Nitish, If you only want to check the delegates sat on the shared mailbox, you can use this command to achieve the goal: Get-mailbox -identity sharedmailbox | select GrantSendOnBehalfto If you have any other requirements, please explain in detail. Thanks, Evan Liu TechNet Subscriber Support in forum If you have any feedback on our support, please contact tnmff@microsoft.com Evan Liu TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
September 4th, 2012 3:53am

or if you are looking for the list of all shared mailboxes who have delegates listed you can use the below command, Get-Mailbox -RecipientTypeDetails SharedMailbox -Resultsize unlimited | Where {$_.Grantsendonbehalfto -ne $null}
September 4th, 2012 7:22am

or if you are looking for the list of all shared mailboxes who have delegates listed you can use the below command, Get-Mailbox -RecipientTypeDetails SharedMailbox -Resultsize unlimited | Where {$_.Grantsendonbehalfto -ne $null}
Free Windows Admin Tool Kit Click here and download it now
September 4th, 2012 7:22am

or if you are looking for the list of all shared mailboxes who have delegates listed you can use the below command, Get-Mailbox -RecipientTypeDetails SharedMailbox -Resultsize unlimited | Where {$_.Grantsendonbehalfto -ne $null}
September 4th, 2012 7:27am

Hi Nitish, Any updates on this issue? Thanks, Evan Liu TechNet Subscriber Support in forum If you have any feedback on our support, please contacttnmff@microsoft.comEvan Liu TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
September 10th, 2012 2:11am

Hi Nitish, Any updates on this issue? Thanks, Evan Liu TechNet Subscriber Support in forum If you have any feedback on our support, please contacttnmff@microsoft.comEvan Liu TechNet Community Support
September 10th, 2012 2:19am

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

Other recent topics Other recent topics