send on behalf access for single OU

Hi,

please help me with the command line to get the report For all users in the single  OU to get the below data in excel

DisplayName, Email address, SendofBehalfOf access To other mailbox id or generic id.
February 19th, 2015 5:33am

Here you go 

Get-ADOrganizationalUnit -Filter * -searchbase "specify ou" -Properties * | select name,email address | Export-Csv c:\ExportOU.csv

Free Windows Admin Tool Kit Click here and download it now
February 19th, 2015 5:44am

Hi,

Have you checked the suggestion Sathish provided?

Is there any update with your issue?

Best regards,

If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com

February 20th, 2015 11:30pm

Please try this as well which will give to all the users output in csv

Get-ADOrganizationalUnit -Filter * -searchbase "Dubai Smart Government" -Properties * company , department | select name,email address , company , department| Export-Csv c:\ExportOU.csv

Free Windows Admin Tool Kit Click here and download it now
March 4th, 2015 11:48pm

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

Other recent topics Other recent topics