BinaryTree

Blog-Header--Gray_Short-(2).jpg


Using Remote PowerShell to Provision Exchange 2010 Users
By Robert Phillips, Senior Architect


This is a re-post from Rob's personal blog where he publishes valuable information to assist individuals and organizations who are migrating their Lotus Notes email platforms to Microsoft Exchange.


Provisioning Exchange 2010 Users with Remote Powershell in Windows XP/2003

Exchange 2010 provides us with some new PowerShell features in order to run commands remotely to a CAS server. However, there are a few prerequisites you need to know in order to do this. First of all, Windows 2003 or XP, out of the box, does not provide this feature. You'll have to download the "WINRM" update patch that installs Windows PowerShell. Here is the URL for the download:

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=F002462B-C8F2-417A-92A3-287F5F81407E

Also, you need to enable remote PowerShell on your Exchange 2010 CAS server with the following PS command:

'Enable-PSRemoting'Email Migration Tip

Then choose "YES" to configure Firewall ports if necessary and then ensure that the 'WINRM' service is running on the CAS Server. There is a command to verify that you have the necessary authority to run the commands. The command is:

'get-user (username) | fl'

READ MORE >>

Posted on 15/04/2011 9:00:00 | with 0 comments