Forum Discussion
Exchange Online E1 ArchiveState shows local
So I've enabled archiving for the mailbox, created an archive policy and applied it to the mailbox. However when I run Get-Mailbox $USERNAME | FL Name,*Archive* I get the following below. This almost makes me feel like it's going to create a local archive of the mailbox, not create an online accessible archive folder based on my archive policy criteria.
Name : $Username
ArchiveDatabase : NAMPR06DG125-db077
ArchiveGuid : 399fa6d8-8252-4a93-b322-5304c53a5771
ArchiveName : {In-Place Archive -$usename}
JournalArchiveAddress :
ArchiveQuota : 50 GB (53,687,091,200 bytes)
ArchiveWarningQuota : 45 GB (48,318,382,080 bytes)
ArchiveDomain :
ArchiveStatus : Active
ArchiveState : Local
AutoExpandingArchiveEnabled : False
DisabledArchiveDatabase :
DisabledArchiveGuid : 00000000-0000-0000-0000-000000000000
ArchiveRelease :
Thanks Dave
2 Replies
Well, you are running the cmdlet against ExO PowerShell, i.e. the ExO Servers, so the archive is indeed "local" for them. As opposed to having a "remote" archive in another system (on-premises). It's supposed to look like that, don't worry about it.
- TT_VertCopper Contributor
Ahh, makes sense thanks
Dave