Inplace Archive - Shared mailbox Onprem

cruiser082 1 Reputation point
2021-07-21T23:43:36.59+00:00

Hi, I'm trying to setup archiving for a shared mailbox that is onprem exchange 2016. I've set the inplace archive via EMC and can see the online archive in outlook for the shared mailbox, the appropriate retention policy has also been applied that works for other mailboxes. When I attempt to check the status of the mailbox using "get-mailbox redacted -archive|fl archive" it says the following "archive status - none". I've also attempted to use the following but it reports it as offline as well "Start-ManagedFolderAssistant -Identity redacted.

Any help or suggestions would be greatly appreciated.

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management
The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yuki Sun-MSFT 41,451 Reputation points Moderator
    2021-07-22T04:49:58.013+00:00

    Hi @cruiser082 ,

    When I attempt to check the status of the mailbox using "get-mailbox redacted -archive|fl archive" it says the following "archive status - none".

    This is the expected behavior. As according to the explaniation in the following document, the ArchiveStatus property value is only used in a cross-premises scenario, for all other scenarios, we should use both the ArchiveDatabase and ArchiveGuid properties to confirm the status of the archive:
    ArchiveStatus shows None
    116934-1.png

    I tried running the command "get-mailbox <user> -archive|fl archive*" for a normal user mailbox in my onprem Exchange environment, and is displayed in the screenshot below, it also shows "archive status - none", but both the ArchiveDatabase and ArchiveGuid properties have valid values:
    116941-2.png

    I've also attempted to use the following but it reports it as offline as well "Start-ManagedFolderAssistant -Identity redacted.

    Have you tried running the Start-ManagedFolderAssistant cmdlet on another mailbox and see how it goes? If the offline warning only occur to this particular shared mailbox, please run the command below and check the result:

    Test-ArchiveConnectivity <******@domain.com>  
    

    116880-4.png


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.