How Can We Help?

Categories

Powershell – Elenco mailbox con invio “per conto di”

You are here:
< Back

Mailbox list with “send on behalf”

Get-Mailbox | Where-Object { $_.GrantSendOnBehalfTo -ne $null } | Select-Object Name, Alias, PrimarySmtpAddress, GrantSendOnBehalfTo