{"id":3022,"date":"2026-01-08T15:12:11","date_gmt":"2026-01-08T15:12:11","guid":{"rendered":"https:\/\/help.peacedoorball.blog\/ca\/?p=3022"},"modified":"2026-01-08T15:12:11","modified_gmt":"2026-01-08T15:12:11","slug":"how-to-resolve-missing-in-place-archive-folder-in-outlook-for-microsoft-365","status":"publish","type":"post","link":"https:\/\/help.peacedoorball.blog\/ca\/how-to-resolve-missing-in-place-archive-folder-in-outlook-for-microsoft-365\/","title":{"rendered":"How To Resolve Missing In-Place Archive Folder in Outlook for Microsoft 365"},"content":{"rendered":"<p>If you&rsquo;re dealing with Microsoft 365 Mailbox archives but don&rsquo;t see that \u00ab\u00a0In-Place Archive\u00a0\u00bb folder showing up in Outlook (either Web or desktop), it&rsquo;s kind of annoying. Sometimes the archive gets enabled, but it takes a while to spin up, so that folder stays hidden for quite a bit. If waiting isn\u2019t an option, you can try forcing Outlook to recognize the archive immediately.<\/p>\n<p>When you activate Exchange Online archiving, it can honestly take up to 24 hours for the folder to appear\u2014so if it&rsquo;s early, that\u2019s probably why it\u2019s not there yet. During that window, the archive is probably running in the background, but Outlook just isn\u2019t showing it. If you want it sooner, the best you can do is basically kick the process manually from PowerShell, which isn\u2019t complicated but does require some setup. Just keep in mind, sometimes it\u2019s a bit hit-or-miss, and on some setups, you might need to redo the commands or wait a bit longer.<\/p>\n<h2>How to Force Outlook to Display In-Place Archive folder<\/h2>\n<h3>Ensure the archive is activated first<\/h3>\n<p>This step is kinda important because if the archive isn&rsquo;t enabled in the mailbox, none of this will matter. Double-check in the <a href=\"https:\/\/admin.exchange.microsoft.com\/\" rel=\"noopener\" target=\"_blank\">Exchange Admin Center<\/a>, under <strong>Recipients<\/strong> &gt; <strong>Mailboxes<\/strong>. Open the mailbox, go to the <strong>Others<\/strong> tab, and make sure the <strong>Manage mailbox archive<\/strong> says <strong>Mailbox archive: On<\/strong>. If not, you&rsquo;ll need to enable this there first. That\u2019s why you gotta do this check\u2014it&rsquo;s easy to forget that step, and then you think the commands aren&rsquo;t working.<\/p>\n<h3>Connect to Exchange Online from PowerShell<\/h3>\n<p>This is where the fun begins. You need to connect via PowerShell to force the archiving process. For that:<\/p>\n<ul>\n<li><strong>Download and install <a href=\"https:\/\/dotnet.microsoft.com\/en-us\/download\/dotnet-framework\" rel=\"noopener\" target=\"_blank\">Microsoft. NET Framework 4.6.2 or later<\/a><\/strong> if you haven&rsquo;t already. Yeah, because of course, Windows has to make it harder than necessary.<\/li>\n<li>Open <strong>PowerShell as Administrator<\/strong>\u2014right-click and pick &lsquo;Run as administrator, &lsquo; not just double click.<\/li>\n<li>Install the Exchange Online Management module if you haven&rsquo;t done it before:<\/li>\n<\/ul>\n<pre><code>Install-Module -Name ExchangeOnlineManagement -RequiredVersion 3.1.0<\/code><\/pre>\n<p>On some machines, this command might fail the first time, but re-running it or restarting PowerShell usually helps. After installing, connect to your tenant:<\/p>\n<pre><code>Connect-ExchangeOnline -UserPrincipalName <span>youradmin@domain.com<\/span> -ShowProgress $true<\/code><\/pre>\n<p>Type your admin password when prompted or, better yet, use an app password if you have multi-factor authentication enabled. Once connected, you\u2019re ready to kick things into gear.<\/p>\n<h3>Force the archive to appear immediately<\/h3>\n<p>Now, this is the tricky part that\u2019s not well known. You\u2019ll wanna run the <a href=\"https:\/\/learn.microsoft.com\/en-us\/powershell\/module\/exchange\/start-managedfolderassistant?view=exchange-ps\" rel=\"noopener\" target=\"_blank\">Start-ManagedFolderAssistant<\/a> command. This basically updates mailbox info and can force the archive to show up quicker.<\/p>\n<p>To run it for a specific user, do something like:<\/p>\n<pre><code>Start-ManagedFolderAssistant user@example.com<\/code><\/pre>\n<p>If you want to kick off the archiving for everyone in your org, that\u2019s a bit more brutal, but still doable:<\/p>\n<pre><code>Get-Mailbox -RecipientTypeDetails UserMailbox -ResultSize unlimited | ForEach {Start-ManagedFolderAssistant $_. Identity}<\/code><\/pre>\n<p>Just remember, on some setups, this might take a few minutes to reflect\u2014you may need to wait 5-10 minutes or even reboot Outlook. Sometimes it works immediately, sometimes not so much. And all that depends on how busy your mailbox servers are, or if you\u2019re hitting some caching delay.<\/p>\n<h3>Finish up and check Outlook<\/h3>\n<p>When done, disconnect from Exchange Online with:<\/p>\n<pre><code>Disconnect-ExchangeOnline<\/code><\/pre>\n<p>Then, just give Outlook a few minutes. If you still don\u2019t see the archive, try restarting Outlook or even clearing its cache\u2014sometimes outdated info sticks around and messes with it.<\/p>\n<p>Also, double-check if your Outlook version supports In-Place Archives because older versions might not display the folder even if it exists. There&rsquo;s this <a href=\"https:\/\/support.microsoft.com\/en-gb\/office\/outlook-license-requirements-for-exchange-features-46b6b7c5-c3ca-43e5-8424-1e2807917c99\" rel=\"noopener\" target=\"_blank\">Microsoft support article<\/a> explaining the version requirements.<\/p>\n<p>That\u2019s pretty much it. Just be aware that sometimes it\u2019s little things\u2014like Outlook not refreshing properly or needing to restart\u2014that trip folks up. But with the commands above, you\u2019re more likely to see that archive pop up faster.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you&rsquo;re dealing with Microsoft 365 Mailbox archives but don&rsquo;t see that \u00ab\u00a0In-Place Archive\u00a0\u00bb folder showing up in Outlook (either Web or desktop), it&rsquo;s kind<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3022","post","type-post","status-publish","format-standard","hentry","category-aide"],"_links":{"self":[{"href":"https:\/\/help.peacedoorball.blog\/ca\/wp-json\/wp\/v2\/posts\/3022","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/help.peacedoorball.blog\/ca\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/help.peacedoorball.blog\/ca\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/help.peacedoorball.blog\/ca\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/help.peacedoorball.blog\/ca\/wp-json\/wp\/v2\/comments?post=3022"}],"version-history":[{"count":0,"href":"https:\/\/help.peacedoorball.blog\/ca\/wp-json\/wp\/v2\/posts\/3022\/revisions"}],"wp:attachment":[{"href":"https:\/\/help.peacedoorball.blog\/ca\/wp-json\/wp\/v2\/media?parent=3022"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/help.peacedoorball.blog\/ca\/wp-json\/wp\/v2\/categories?post=3022"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/help.peacedoorball.blog\/ca\/wp-json\/wp\/v2\/tags?post=3022"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}