Jan 13 2021 12:16 AM
Hi,
I would like to pull out the list of users " Send As " for a specific Shared mailbox, using Exchange PowerShell.
Jan 13 2021 12:23 AM
Jan 13 2021 12:44 AM
Jan 13 2021 01:21 AM
Apologies, presumed you were already connected to Exchange Online remote powershell. To run any powershell cmdlets against O365, you'll first need to connect to the respective endpoint. In this case, you'll need to connect to Exchange Online first, refer this doc: https://docs.microsoft.com/en-us/powershell/exchange/connect-to-exchange-online-powershell?view=exch...
Once connected, you'll be able to run Get-RecipientPermission / Get-ExoRecipientPermission (if you installed the EXO V2 module)
Jan 13 2021 03:58 AM