Get-Mailbox “username” | Set-Mailbox -GrantSendOnBehalfTo @{remove=”Morgan”}
Get-Mailbox “username” | Set-Mailbox -GrantSendOnBehalfTo $null
Get-Mailbox “username” | Set-Mailbox -GrantSendOnBehalfTo @{remove=”Morgan”}
Get-Mailbox “username” | Set-Mailbox -GrantSendOnBehalfTo $null