Saturday 13 July 2013

Manage Exchange Management Shell Access

Remote Shell in Microsoft Exchange Server 2010/2013 enables you to manage your server running Exchange from a remote computer, either on your network or from the Internet. You can enable or disable a user’s ability to connect to an Exchange server using remote Shell.
 
To enable remote Shell for a user, set the RemotePowerShellEnabled parameter to $True using the Set-User cmdlet:
Set-User -RemotePowerShellEnabled $True
 
To disable remote Shell for a user, set the RemotePowerShellEnabled parameter to $False using the same Set-User cmdlet:
Set-User -RemotePowerShellEnabled $False

No comments:

Post a Comment

New Azure KMS IP and domain Addresses for activation

For Windows virtual machines deployed into Azure using marketplace images you may have created rules in your NSG or firewalls to allow the s...