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

Azure Resource Support for Availability Zone

Over the years, an increasing number of services are consumed in the cloud and as architects one of the key considerations is designing the ...