Get send-as permission for Mail Distribution Group

Hi

I want a way to get all distribution groups in the Exchange 2013  with all users have send As from 

Regards, 

July 2nd, 2015 5:02am

Hello

tip: Get-DistributionGroup | Get-ADPermission | where {($_.ExtendedRights -like *Send-As*)} | FT -Wrap

Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2015 5:00pm

thanks its working with me 

I can run the command to get all mailbox with send as , but i received message 

only by default the 1000 items are returned use the ResultSize parameter to specify the number of items

how can i use the result size parameter also export the result to a file txt or csv 

thanks 

July 5th, 2015 2:39am

Get-DistributionGroup -resultsize unlimited | Get-ADPermission | where {($_.ExtendedRights -like *Send-As*)} | FT -Wrap
Free Windows Admin Tool Kit Click here and download it now
July 5th, 2015 5:07am

thanks 

sorry what about the export-CSV result 

July 5th, 2015 5:25am

thanks its working with me 

I can run the command to get all mailbox with send as , but i received message 

only by default the 1000 items are returned use the ResultSize parameter to specify the number of items

how can i use the result size parameter also export the result to a file txt or csv 

because when i try to use |export-csv -Path C:\temp\group.csv -NoTypeInformation

i revived the below 



thanks 

Free Windows Admin Tool Kit Click here and download it now
July 5th, 2015 6:37am

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

Other recent topics Other recent topics