get-mailbox -resultsize "unlimited" | ? {$_.GrantSendOnBehalfTo -ne $null} | Select Name, GrantSendOnBehalfTo| Export-csv "c:\SendOnBehalf.csv" -NoTypeInformation
Can you help me to reverse this, i.e., to remove all the "Send On Behalf Of" (corrected) permissions for these string variables?
Does this command remove all send on behalf of for all users even the users who are set up correctly?
Thanks,
Alicia