Dont use ECP, use powershell:
Enable-mailbox -identity <alias of user> -ArchiveGUID <archiveMailboxGuid> -ArchiveDatabase <archiveDB> -Archive
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Good Day!
Have Accidentally disabled In-Place Archive of user's mailbox.
After reconnecting, Archive is empty.
After some investigations I've discovered, what there is three disabled Archive mailboxes. One Of them - is the necessary one. But when I try to connect it to the mailbox in ECP, get a message:
LegacyDN "/o=domain/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=userf015a331" "b6f10f5f-3e99-41d0-9f0e-ada6e8a1a776" The following user in Active Directory is using this LegacyDN: "UserDisplayName". The value of LegacyDN must be unique for each user.
There is All what I've found:
$dbs | foreach {Get-MailboxStatistics -Database $.DistinguishedName} | where {$.DisconnectReason -eq "Disabled"} | Format-List DisplayName,MailboxGuid,LegacyDN,Database,Guid,When*,DisconnectDate,lastlogontime
DisplayName : In-Place Archive - "USERNAME"
MailboxGuid : b6f10f5f-3e99-41d0-9f0e-ada6e8a1a776
LegacyDN : /o=domain/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=userf015a331
Database : ArchieveDB
MailboxGuid : b6f10f5f-3e99-41d0-9f0e-ada6e8a1a776
OwnerADGuid : b664e62f-7782-4bad-85de-27cf1e2d0826
DisconnectDate : 15.11.2024 15:58:37
LastLogonTime : 15.11.2024 14:24:49
DisplayName : In Place Archive - Username
MailboxGuid : 73f3522c-0fa0-4a79-8e34-5a51ca9790a3
LegacyDN : /o=Domain/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=userf015a331
Database : ArchieveDB
MailboxGuid : 73f3522c-0fa0-4a79-8e34-5a51ca9790a3
OwnerADGuid : b664e62f-7782-4bad-85de-27cf1e2d0826
DisconnectDate : 15.11.2024 15:58:37
LastLogonTime : 15.11.2024 15:30:18
DisplayName : In Place Archive - Username
MailboxGuid : 795e3c9d-2cca-48fc-b56d-e7577a6effd7
LegacyDN : /o=domain/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=userf015a331
Database : ArchieveDB
MailboxGuid : 795e3c9d-2cca-48fc-b56d-e7577a6effd7
OwnerADGuid : b664e62f-7782-4bad-85de-27cf1e2d0826
DisconnectDate : 15.11.2024 19:58:38
LastLogonTime :
This one - is the right one: MailboxGuid : b6f10f5f-3e99-41d0-9f0e-ada6e8a1a776
How can i get this Archive to the user mailbox back?
Dont use ECP, use powershell:
Enable-mailbox -identity <alias of user> -ArchiveGUID <archiveMailboxGuid> -ArchiveDatabase <archiveDB> -Archive