Enable Remote Shell for a User
For managing an Exchange Server, the service account must be a member of Recipient Management group.
The application user for provisioning of the Exchange server must be remote shell enabled. To enable remote shell for a user, complete the following:
-
Set the
RemotePowerShellEnabled
parameter to$True
on the Set-User cmdlet. For example:Set-User UserName -RemotePowerShellEnabled $True