Open a generic powershell window on the exchange Server, then add the Exchange snap-in:
Add-PSSnapIn Microsoft.Exchange.Management.PowerShell.SnapIn
Then run:
Set-User <admin> -RemotePowerShellEnabled $true
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all,
by mistake, I disabled remote powershell on Exchange 2016 server for all users (including admins), how can I re-enable it?
thank you
Open a generic powershell window on the exchange Server, then add the Exchange snap-in:
Add-PSSnapIn Microsoft.Exchange.Management.PowerShell.SnapIn
Then run:
Set-User <admin> -RemotePowerShellEnabled $true