Link to home
Start Free TrialLog in
Avatar of libra_ali786
libra_ali786

asked on

I can not getting commands after sp1 install on exchange 2010

Hi

 I have a little problem. i installed Exchange 2010 and i also installed Service Pack 1 on the servers.
i have 2 exchange server with cluster. My question is when i try to run command like " New-mailboxexportrequest " or " ADD-ClusterGroup"  i got the attached file . What cause of that problem ? is there any think else need to do?
mail-export.png
Avatar of Shabarinath TR
Shabarinath TR
Flag of India image

Can you run the below command and see if the exchange 2010 power-shell module is registered?

Get-PSSnapin -Registered

If its not listed, try registering by running

Import-Module Microsoft.Exchange.Management.Powershell.Support

Let me know.

Good luck
Shaba
Avatar of libra_ali786
libra_ali786

ASKER

After execution the above command i got the following result
info.png
ASKER CERTIFIED SOLUTION
Avatar of Radweld
Radweld
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You need to open the shell as an Administration and try.

Rightclick on the Exchange Shell icon and chose "Run as administrator"

Good luck
Shaba
No Change i got the same problem
Please try this command and let see:

New-ManagementRoleAssignment –Role “Mailbox Import Export” –User "DOMAIN\USER"

(replace "DOMAIN" with your domain and "USER" with your user that resides within your domain for which you would like to allow this export)

Thereafter the 'New-MailboxExportRequest' command worked perfectly for me.

New-MailboxExportRequest -Mailbox USER -FilePath "\\SERVER\SHARE\USER.pst"

Can you see if your account is having the right permission?

http://technet.microsoft.com/en-us/library/ee633452.aspx

By default, the Mailbox Import Export management role isn't included in any of the built-in role groups, such as the Organization Management role group. To import or export mailbox data, you need to add the Mailbox Import Export management role to a role group.

You can add the Mailbox Import Export management role to a role group with no scope between the role and the role group. When you do this, the implicit read and implicit write scopes of the role apply

Good luck
Shaba

Also... Make sure, once you ran this command. please close the shell and try to login and check..

Thank you
Thanks