Hello,
I'm using the New-MoveRequest to migrate user from Exchange 2003 to Exchange 2010 (cross forest). I have a script that i've developped and it's doing lot of thing... I've already migrated over than 4000 mbx with that script. The quota on DB has been disabled. There are no quota!
For some users I have some issue that I don't understand.
This is the error:
Mailbox size 143.3 MB (150,259,663 bytes) exceeds target quota 97.66 MB (102,400,000 bytes)
So I decide to start the move with the verbose mode enabled. And that's what I get
VERBOSE: [06:25:22.665 GMT] New-MoveRequest : Active Directory session settings for 'New-MoveRequest' are: View Entire Forest: 'False', Default Scope: 'ad.new.domain.com', Configuration Domain Controller: 'dc03.ad.new.domain.com', Preferred Global Catalog: 'dc02.ad.new.domain.com', Preferred Domain Controllers: '{ dc02.ad.new.domain.com }' VERBOSE: [06:25:22.665 GMT] New-MoveRequest : Runspace context: Executing user: ad.new.domain.com/ADMINS/Admin Marina Drieu, Executing user organization: , Current organization: , RBAC-enabled: Enabled. VERBOSE: [06:25:22.665 GMT] New-MoveRequest : Beginning processing & VERBOSE: [06:25:22.665 GMT] New-MoveRequest : Instantiating handler with index 0 for cmdlet extension agent "Admin Audit Log Agent". WARNING: When an item can't be read from the source database or it can't be written to the destination database, it will be considered corrupted. By specifying a non-zero BadItemLimit, you are requesting Exchange not copy such items to the destination mailbox. At move completion, these corrupted items will not be available at the destination mailbox. VERBOSE: [06:25:22.665 GMT] New-MoveRequest : Searching objects "mdb01" of type "MailboxDatabase" under the root "$null". VERBOSE: [06:25:22.680 GMT] New-MoveRequest : Previous operation run on domain controller 'dc03.ad.new.domain.com'. VERBOSE: [06:25:22.805 GMT] New-MoveRequest : Current ScopeSet is: { Recipient Read Scope: {{, }}, Recipient Write Scopes: {{, }}, Configuration Read Scope: {{, }}, Configuration Write Scope(s): {{, }, }, Exclusive Recipient Scope(s): {}, Exclusive Configuration Scope(s): {} } VERBOSE: [06:25:22.805 GMT] New-MoveRequest : Searching objects "mzapparo" of type "ADUser" under the root "$null". VERBOSE: [06:25:22.821 GMT] New-MoveRequest : Previous operation run on domain controller 'dc05.ad.new.domain.com'. VERBOSE: [06:25:22.821 GMT] New-MoveRequest : Processing object "$null". VERBOSE: [06:25:22.836 GMT] New-MoveRequest : [DEBUG] No RequestJob messages found. VERBOSE: [06:25:22.836 GMT] New-MoveRequest : [DEBUG] MDB 96c7d38e-5e7d-47df-85f0-b913161e3142 found to belong to Site: ad.new.domain.com/Configuration/Sites/FRANCE VERBOSE: [06:25:22.852 GMT] New-MoveRequest : [DEBUG] MRSClient: attempting to connect to 'dc27.ad.new.domain.com' VERBOSE: [06:25:24.147 GMT] New-MoveRequest : [DEBUG] MRSClient: connected to 'dc27.ad.new.domain.com', version 14.1.218.11 caps:07 VERBOSE: [06:25:24.147 GMT] New-MoveRequest : [DEBUG] Loading source mailbox info VERBOSE: [06:25:25.972 GMT] New-MoveRequest : [DEBUG] Source mailbox info: mbxGuid=aeb7b39a-c75f-4041-9148-c86bfab40e3c mbxName='old_domain.com/IT/USR/Mauro Zapparoli mbxHomeMdbGuid=c9dd0885-0f42-4e87-80e7-9e09384c0f04 mbxSize=297.2 MB (311,649,587 bytes) (deleted=153.9 MB (161,389,924 bytes)) mbxItemCount=6640 recipientType=UserMailbox LegacyMailbox MailboxUser archiveGuid=00000000-0000-0000-0000-000000000000 altMailboxes=(not present) mbxQuota=1.907 GB (2,048,000,000 bytes) mbxDumpsterQuota=(unlimited) mbxArchiveQuota=(unlimited) mdbGuid=c9dd0885-0f42-4e87-80e7-9e09384c0f04 mdbName='OLDSERVER\GS02\Italie (OLDSERVER)' serverVersion=Version 6.0 (Build 7655.0) mdbQuota=(unlimited) mdbDumpsterQuota=(unlimited) rulesSize=0 serverInfo=Mailbox server 'oldserver.domain.com' Version 6.0 (Build 7655.0) VERBOSE: [06:25:25.972 GMT] New-MoveRequest : [DEBUG] Loading target mailbox info VERBOSE: [06:25:26.019 GMT] New-MoveRequest : [DEBUG] Target mailbox info: mbxGuid=aeb7b39a-c75f-4041-9148-c86bfab40e3c mbxName='ad.new.domain.com/IT/USR/Roma/Mauro Zapparoli mbxHomeMdbGuid=00000000-0000-0000-0000-000000000000 mbxSize=0 B (0 bytes) (deleted=0 B (0 bytes)) mbxItemCount=0 recipientType=MailUser MailUser RemoteMailUser archiveGuid=00000000-0000-0000-0000-000000000000 altMailboxes=(not present) <strong>mbxQuota=97.66 MB (102,400,000 bytes)</strong> mbxDumpsterQuota=(unlimited) mbxArchiveQuota=(unlimited) mdbGuid=96c7d38e-5e7d-47df-85f0-b913161e3142 mdbName='MDB01' serverVersion=Version 14.1 (Build 218.0) mdbQuota=(unlimited) mdbDumpsterQuota=30 GB (32,212,254,720 bytes) rulesSize=0 serverInfo=Mailbox server 'mbx01.ad.new.domain.com' Version 14.1 (Build 218.0) VERBOSE: [06:25:26.019 GMT] New-MoveRequest : Admin Audit Log: Entered Handler:OnComplete. Mailbox size 143.3 MB (150,259,663 bytes) exceeds target quota 97.66 MB (102,400,000 bytes). + CategoryInfo : InvalidArgument: (mzapparo:MailboxOrMailUserIdParameter) [New-MoveRequest], RecipientTas kException + FullyQualifiedErrorId : 6337DAC6,Microsoft.Exchange.Management.RecipientTasks.NewMoveRequest VERBOSE: [06:25:26.034 GMT] New-MoveRequest : Ending processing &
I have seen that mbxquota=97,66MB but I don't know where it comes from!!!
Any idea...