LAB: Exchange 2010 Mailbox Role - Move request
1.
[PS] C:\Windows\system32>get-mailbox -Identity bqt.e14user1 | fl -Property, database
Database : Mailbox Database 1671221825
2.
[PS] C:\Windows\system32>New-MoveRequest -Identity bqt.e14user1@msft.com -TargetDatabase "Mailbox Database 0842341759"
DisplayName Status TotalMailboxSize TotalArchiveSize PercentComplete
----------- ------ ---------------- ------------- - -------------BQT.E14User1 Queued 231.2 KB (236,704 bytes) 0
3.
[PS] C:\Windows\system32>Get-MoveRequest
DisplayName Status TargetDatabase
----------- ------ --------------
BQT.E14User1 InProgress Mailbox Database 0842341759
4.
[PS] C:\Windows\system32>Get-MoveRequest | fl
RunspaceId : 69e6e37b-27ac-41f0-8e57-63c3544d180a
ExchangeGuid : 9679a6ef-a454-44eb-8072-8a52d1091bef
SourceDatabase : Mailbox Database 1671221825
TargetDatabase : Mailbox Database 0842341759
Flags : IntraOrg, Pull
RemoteHostName :
BatchName :
Status : InProgress
MoveType : IntraOrg
Direction : Pull
IsOffline : False
Protect : False
Suspend : False
SuspendWhenReadyToComplete : False
Alias : BQT.E14User1
DisplayName : BQT.E14User1
RecipientType : UserMailbox
RecipientTypeDetails : UserMailbox
IsValid : True
ExchangeVersion : 0.10 (14.0.100.0)
Name : BQT.E14User1
DistinguishedName : CN=BQT.E14User1,OU=System_Accounts,OU=MSFTer,DC=MSFT,DC=corp,DC=com
Identity : MSFT.corp.com/MSFTer/System_Accounts/BQT.E14User1
Guid : 6ad992ec-7eae-4a3e-9680-9940d68bda09
OrganizationId :
OriginatingServer : DC12.MSFT.corp.com
[PS] C:\Windows\system32>Get-MoveRequest
DisplayName Status TargetDatabase
----------- ------ --------------
BQT.E14User1 Failed Mailbox Database 0842341759
Resume-MoveRequest -Identity "Tony@contoso.com"
Get-MoveRequest -MoveStatus Failed | Resume-MoveRequest
[PS] C:\Windows\system32>Get-MoveRequest -MoveStatus completed | Remove-MoveRequest
確認
確定要執行此動作?
Removing completed move request "BQT.E14User1".
[Y] 是(Y) [A] 全部皆是(A) [N] 否(N) [L] 全部皆否(L) [?] 說明 (預設值為 "Y"): a
Active Directory operation failed on dc13.msft.corp.com. This error is not retriable. Additional information: 存取權限
不足,無法執行操作。.
Active directory response: 00002098: SecErr: DSID-03150A45, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
+ CategoryInfo : NotSpecified: (0:Int32) [Remove-MoveRequest], ADOperationException
+ FullyQualifiedErrorId : 20929A32,Microsoft.Exchange.Management.RecipientTasks.RemoveMoveRequest
Blog Extended Reading
More Information & Reference
1. Understanding Move Requests
2. Resume-MoveRequest
Comments
Post a Comment