{"id":118,"date":"2025-06-02T08:41:21","date_gmt":"2025-06-02T08:41:21","guid":{"rendered":"https:\/\/kb.luxenburger.nl\/?p=118"},"modified":"2025-08-25T13:43:20","modified_gmt":"2025-08-25T13:43:20","slug":"exchange-enable-auto-expanding-archiving-in-exchange-online","status":"publish","type":"post","link":"https:\/\/kb.luxenburger.nl\/?p=118","title":{"rendered":"Exchange: Enable auto-expanding archiving in Exchange Online"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"400\" src=\"https:\/\/kb.luxenburger.nl\/wp-content\/uploads\/2025\/06\/enable_auto-expanding_archiving-1024x400.jpg\" alt=\"\" class=\"wp-image-143\" style=\"width:492px;height:auto\" srcset=\"https:\/\/kb.luxenburger.nl\/wp-content\/uploads\/2025\/06\/enable_auto-expanding_archiving-1024x400.jpg 1024w, https:\/\/kb.luxenburger.nl\/wp-content\/uploads\/2025\/06\/enable_auto-expanding_archiving-300x117.jpg 300w, https:\/\/kb.luxenburger.nl\/wp-content\/uploads\/2025\/06\/enable_auto-expanding_archiving-768x300.jpg 768w, https:\/\/kb.luxenburger.nl\/wp-content\/uploads\/2025\/06\/enable_auto-expanding_archiving.jpg 1536w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>Skip to step by step guide <a href=\"#guide\">Click Here<\/a>.<\/p>\n\n\n\n<p>In Exchange Online, the archive mailbox provides additional storage for emails that are moved out of the primary mailbox. By default, the archive size is limited (typically <strong>100 GB<\/strong>, depending on your license). For heavy email users, this limit may not be sufficient.<\/p>\n\n\n\n<p><strong>Auto-expanding archiving<\/strong> solves this by automatically adding additional storage space whenever the archive approaches its limit \u2014 scaling up to <strong>1.5 TB<\/strong> in supported license plans.<\/p>\n\n\n\n<p>In this guide, you\u2019ll learn:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When auto-expanding archiving is useful<\/li>\n\n\n\n<li>How to enable it using PowerShell<\/li>\n\n\n\n<li>How to verify the configuration<\/li>\n\n\n\n<li>Licensing considerations and best practices<\/li>\n<\/ul>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">When Should You Use Auto-Expanding Archiving?<\/h2>\n\n\n\n<p>Auto-expanding archiving is especially useful in the following scenarios:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Scenario<\/th><th>Why it matters<\/th><\/tr><\/thead><tbody><tr><td><strong>Users with large email volumes<\/strong><\/td><td>Prevents users from hitting the archive storage limit<\/td><\/tr><tr><td><strong>Regulated industries<\/strong><\/td><td>Ensures long-term retention of emails for compliance and audits<\/td><\/tr><tr><td><strong>Organizations with strict retention policies<\/strong><\/td><td>Reduces the risk of mailbox quota issues affecting productivity<\/td><\/tr><tr><td><strong>Executive or shared mailboxes<\/strong><\/td><td>These accounts often accumulate massive amounts of mail<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"guide\">Step-by-Step: Enable Auto-Expanding Archiving<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Step 1: Connect to Exchange Online PowerShell<\/h4>\n\n\n\n<p>Run the following in PowerShell (as Administrator):<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#2e3440ff\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>Install-Module ExchangeOnlineManagement -Force\n\nConnect-ExchangeOnline<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #88C0D0\">Install-Module<\/span><span style=\"color: #D8DEE9FF\"> ExchangeOnlineManagement <\/span><span style=\"color: #81A1C1\">-<\/span><span style=\"color: #D8DEE9FF\">Force<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #88C0D0\">Connect-ExchangeOnline<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>\ud83d\udca1 <em>Tip: Use <code>-Scope CurrentUser<\/code> if you do not have global module installation rights.<\/em><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 2: Check the Current Archiving Status<\/h4>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#2e3440ff\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>Get-Mailbox \"username@domain.ltd\" | Format-List AutoExpandingArchiveEnabled, ArchiveStatus<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #88C0D0\">Get-Mailbox<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">username@domain.ltd<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #81A1C1\">|<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #88C0D0\">Format-List<\/span><span style=\"color: #D8DEE9FF\"> AutoExpandingArchiveEnabled<\/span><span style=\"color: #81A1C1\">,<\/span><span style=\"color: #D8DEE9FF\"> ArchiveStatus<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Step 3: Enable Auto-Expanding Archiving<\/h4>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#2e3440ff\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>Enable-Mailbox \"username@domain.ltd\" -AutoExpandingArchive<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #88C0D0\">Enable-Mailbox<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">username@domain.ltd<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #81A1C1\">-<\/span><span style=\"color: #D8DEE9FF\">AutoExpandingArchive<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Step 4: Verify the Configuration<\/h4>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#2e3440ff\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>Get-Mailbox \"username@domain.ltd\" | Format-List AutoExpandingArchiveEnabled, ArchiveStatus<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #88C0D0\">Get-Mailbox<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">username@domain.ltd<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #81A1C1\">|<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #88C0D0\">Format-List<\/span><span style=\"color: #D8DEE9FF\"> AutoExpandingArchiveEnabled<\/span><span style=\"color: #81A1C1\">,<\/span><span style=\"color: #D8DEE9FF\"> ArchiveStatus<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>The value <code>AutoExpandingArchiveEnabled : True<\/code> confirms success.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Licensing Considerations<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>License Plan<\/th><th>Default archive size<\/th><th>Auto-expanding available?<\/th><th>Maximum size<\/th><\/tr><\/thead><tbody><tr><td>Exchange Online Plan 1<\/td><td>50 GB<\/td><td>\u274c No<\/td><td>N\/A<\/td><\/tr><tr><td>Exchange Online Plan 2<\/td><td>100 GB<\/td><td>\u2705 Yes<\/td><td>~1.5 TB<\/td><\/tr><tr><td>Microsoft 365 E3 \/ E5 (includes Plan 2)<\/td><td>100 GB<\/td><td>\u2705 Yes<\/td><td>~1.5 TB<\/td><\/tr><tr><td>Business Standard \/ Premium<\/td><td>50 GB<\/td><td><\/td><td><\/td><\/tr><tr><td>Exchange Online Archiving add-on<\/td><td>100 GB<\/td><td>\u2705 Yes<\/td><td>~1.5 TB<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u26a0\ufe0f <em>Note: Auto-expanding archiving is not available for all license types. Make sure your tenant has the appropriate plan<\/em><\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Also view my scripst: <a href=\"https:\/\/kb.luxenburger.nl\/?p=56\">Downloads Library<\/a><\/p>\n\n\n\n<p>Source: <a href=\"https:\/\/learn.microsoft.com\/en-us\/purview\/enable-autoexpanding-archiving\">Microsoft Learn Enable auto-expanding archiving<\/a><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Skip to step by step guide Click Here. In Exchange Online, the archive mailbox provides additional storage for emails [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,2,14],"tags":[31,32,30,23,24,20,29],"class_list":["post-118","post","type-post","status-publish","format-standard","hentry","category-exchange","category-microsoft","category-powershell","tag-archiving","tag-autoexpanding","tag-compliance","tag-exchange","tag-exchange-online","tag-powershell","tag-storage"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Exchange: Enable auto-expanding archiving in Exchange Online - Knowledge-base Luxenburger<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kb.luxenburger.nl\/?p=118\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Exchange: Enable auto-expanding archiving in Exchange Online - Knowledge-base Luxenburger\" \/>\n<meta property=\"og:description\" content=\"Introduction Skip to step by step guide Click Here. In Exchange Online, the archive mailbox provides additional storage for emails [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.luxenburger.nl\/?p=118\" \/>\n<meta property=\"og:site_name\" content=\"Knowledge-base Luxenburger\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-02T08:41:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-25T13:43:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/kb.luxenburger.nl\/wp-content\/uploads\/2025\/06\/enable_auto-expanding_archiving.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Dani Luxenburger\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Dani Luxenburger\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/kb.luxenburger.nl\\\/?p=118#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kb.luxenburger.nl\\\/?p=118\"},\"author\":{\"name\":\"Dani Luxenburger\",\"@id\":\"https:\\\/\\\/kb.luxenburger.nl\\\/#\\\/schema\\\/person\\\/33ab66ea0a96d7e89c073d49ea1e8498\"},\"headline\":\"Exchange: Enable auto-expanding archiving in Exchange Online\",\"datePublished\":\"2025-06-02T08:41:21+00:00\",\"dateModified\":\"2025-08-25T13:43:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/kb.luxenburger.nl\\\/?p=118\"},\"wordCount\":297,\"image\":{\"@id\":\"https:\\\/\\\/kb.luxenburger.nl\\\/?p=118#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/kb.luxenburger.nl\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/enable_auto-expanding_archiving-1024x400.jpg\",\"keywords\":[\"Archiving\",\"AutoExpanding\",\"Compliance\",\"Exchange\",\"Exchange Online\",\"Powershell\",\"Storage\"],\"articleSection\":[\"Exchange\",\"Microsoft\",\"Powershell\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/kb.luxenburger.nl\\\/?p=118\",\"url\":\"https:\\\/\\\/kb.luxenburger.nl\\\/?p=118\",\"name\":\"Exchange: Enable auto-expanding archiving in Exchange Online - Knowledge-base Luxenburger\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kb.luxenburger.nl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/kb.luxenburger.nl\\\/?p=118#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/kb.luxenburger.nl\\\/?p=118#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/kb.luxenburger.nl\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/enable_auto-expanding_archiving-1024x400.jpg\",\"datePublished\":\"2025-06-02T08:41:21+00:00\",\"dateModified\":\"2025-08-25T13:43:20+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/kb.luxenburger.nl\\\/#\\\/schema\\\/person\\\/33ab66ea0a96d7e89c073d49ea1e8498\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/kb.luxenburger.nl\\\/?p=118#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/kb.luxenburger.nl\\\/?p=118\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/kb.luxenburger.nl\\\/?p=118#primaryimage\",\"url\":\"https:\\\/\\\/kb.luxenburger.nl\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/enable_auto-expanding_archiving.jpg\",\"contentUrl\":\"https:\\\/\\\/kb.luxenburger.nl\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/enable_auto-expanding_archiving.jpg\",\"width\":1536,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/kb.luxenburger.nl\\\/?p=118#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/kb.luxenburger.nl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Exchange: Enable auto-expanding archiving in Exchange Online\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/kb.luxenburger.nl\\\/#website\",\"url\":\"https:\\\/\\\/kb.luxenburger.nl\\\/\",\"name\":\"Knowledgebase Luxenburger\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/kb.luxenburger.nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/kb.luxenburger.nl\\\/#\\\/schema\\\/person\\\/33ab66ea0a96d7e89c073d49ea1e8498\",\"name\":\"Dani Luxenburger\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/571d359fdc33b6d44e49c186495356a4654601b96039be81a92bb8401f9588cc?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/571d359fdc33b6d44e49c186495356a4654601b96039be81a92bb8401f9588cc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/571d359fdc33b6d44e49c186495356a4654601b96039be81a92bb8401f9588cc?s=96&d=mm&r=g\",\"caption\":\"Dani Luxenburger\"},\"sameAs\":[\"https:\\\/\\\/kb.luxenburger.nl\"],\"url\":\"https:\\\/\\\/kb.luxenburger.nl\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Exchange: Enable auto-expanding archiving in Exchange Online - Knowledge-base Luxenburger","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kb.luxenburger.nl\/?p=118","og_locale":"en_US","og_type":"article","og_title":"Exchange: Enable auto-expanding archiving in Exchange Online - Knowledge-base Luxenburger","og_description":"Introduction Skip to step by step guide Click Here. In Exchange Online, the archive mailbox provides additional storage for emails [&hellip;]","og_url":"https:\/\/kb.luxenburger.nl\/?p=118","og_site_name":"Knowledge-base Luxenburger","article_published_time":"2025-06-02T08:41:21+00:00","article_modified_time":"2025-08-25T13:43:20+00:00","og_image":[{"width":1536,"height":600,"url":"https:\/\/kb.luxenburger.nl\/wp-content\/uploads\/2025\/06\/enable_auto-expanding_archiving.jpg","type":"image\/jpeg"}],"author":"Dani Luxenburger","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Dani Luxenburger","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.luxenburger.nl\/?p=118#article","isPartOf":{"@id":"https:\/\/kb.luxenburger.nl\/?p=118"},"author":{"name":"Dani Luxenburger","@id":"https:\/\/kb.luxenburger.nl\/#\/schema\/person\/33ab66ea0a96d7e89c073d49ea1e8498"},"headline":"Exchange: Enable auto-expanding archiving in Exchange Online","datePublished":"2025-06-02T08:41:21+00:00","dateModified":"2025-08-25T13:43:20+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.luxenburger.nl\/?p=118"},"wordCount":297,"image":{"@id":"https:\/\/kb.luxenburger.nl\/?p=118#primaryimage"},"thumbnailUrl":"https:\/\/kb.luxenburger.nl\/wp-content\/uploads\/2025\/06\/enable_auto-expanding_archiving-1024x400.jpg","keywords":["Archiving","AutoExpanding","Compliance","Exchange","Exchange Online","Powershell","Storage"],"articleSection":["Exchange","Microsoft","Powershell"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/kb.luxenburger.nl\/?p=118","url":"https:\/\/kb.luxenburger.nl\/?p=118","name":"Exchange: Enable auto-expanding archiving in Exchange Online - Knowledge-base Luxenburger","isPartOf":{"@id":"https:\/\/kb.luxenburger.nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/kb.luxenburger.nl\/?p=118#primaryimage"},"image":{"@id":"https:\/\/kb.luxenburger.nl\/?p=118#primaryimage"},"thumbnailUrl":"https:\/\/kb.luxenburger.nl\/wp-content\/uploads\/2025\/06\/enable_auto-expanding_archiving-1024x400.jpg","datePublished":"2025-06-02T08:41:21+00:00","dateModified":"2025-08-25T13:43:20+00:00","author":{"@id":"https:\/\/kb.luxenburger.nl\/#\/schema\/person\/33ab66ea0a96d7e89c073d49ea1e8498"},"breadcrumb":{"@id":"https:\/\/kb.luxenburger.nl\/?p=118#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.luxenburger.nl\/?p=118"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.luxenburger.nl\/?p=118#primaryimage","url":"https:\/\/kb.luxenburger.nl\/wp-content\/uploads\/2025\/06\/enable_auto-expanding_archiving.jpg","contentUrl":"https:\/\/kb.luxenburger.nl\/wp-content\/uploads\/2025\/06\/enable_auto-expanding_archiving.jpg","width":1536,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/kb.luxenburger.nl\/?p=118#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kb.luxenburger.nl\/"},{"@type":"ListItem","position":2,"name":"Exchange: Enable auto-expanding archiving in Exchange Online"}]},{"@type":"WebSite","@id":"https:\/\/kb.luxenburger.nl\/#website","url":"https:\/\/kb.luxenburger.nl\/","name":"Knowledgebase Luxenburger","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kb.luxenburger.nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/kb.luxenburger.nl\/#\/schema\/person\/33ab66ea0a96d7e89c073d49ea1e8498","name":"Dani Luxenburger","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/571d359fdc33b6d44e49c186495356a4654601b96039be81a92bb8401f9588cc?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/571d359fdc33b6d44e49c186495356a4654601b96039be81a92bb8401f9588cc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/571d359fdc33b6d44e49c186495356a4654601b96039be81a92bb8401f9588cc?s=96&d=mm&r=g","caption":"Dani Luxenburger"},"sameAs":["https:\/\/kb.luxenburger.nl"],"url":"https:\/\/kb.luxenburger.nl\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/kb.luxenburger.nl\/index.php?rest_route=\/wp\/v2\/posts\/118","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kb.luxenburger.nl\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kb.luxenburger.nl\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kb.luxenburger.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.luxenburger.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=118"}],"version-history":[{"count":13,"href":"https:\/\/kb.luxenburger.nl\/index.php?rest_route=\/wp\/v2\/posts\/118\/revisions"}],"predecessor-version":[{"id":147,"href":"https:\/\/kb.luxenburger.nl\/index.php?rest_route=\/wp\/v2\/posts\/118\/revisions\/147"}],"wp:attachment":[{"href":"https:\/\/kb.luxenburger.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=118"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.luxenburger.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=118"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.luxenburger.nl\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=118"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}