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
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:
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>
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.