How Can We Help?
Powershell – Elenco mailbox con invio “per conto di”
Mailbox list with “send on behalf”
Get-Mailbox | Where-Object { $_.GrantSendOnBehalfTo -ne $null } | Select-Object Name, Alias, PrimarySmtpAddress, GrantSendOnBehalfTo
Mailbox list with “send on behalf”
Get-Mailbox | Where-Object { $_.GrantSendOnBehalfTo -ne $null } | Select-Object Name, Alias, PrimarySmtpAddress, GrantSendOnBehalfTo