The command can be a bit simplified:
Get-ClientAccessServer | Add-ADPermission -User domain\user -ExtendedRights ms-Exch-EPI-Impersonation
The command can be a bit simplified:
Get-ClientAccessServer | Add-ADPermission -User domain\user -ExtendedRights ms-Exch-EPI-Impersonation
Thanks Mykhaylo, definitively more simple !