{"id":7647,"date":"2024-02-07T22:11:07","date_gmt":"2024-02-07T22:11:07","guid":{"rendered":"https:\/\/pariswells.com\/blog\/?p=7647"},"modified":"2025-03-30T00:26:27","modified_gmt":"2025-03-30T00:26:27","slug":"how-to-hide-the-new-outlook","status":"publish","type":"post","link":"https:\/\/pariswells.com\/blog\/research\/how-to-hide-the-new-outlook","title":{"rendered":"How to Hide the New Outlook"},"content":{"rendered":"\n<p>This is the only way<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/WorkinTimeIT\/BlockNewOutlook\/blob\/main\/BlockNewOutlookScripts\">https:\/\/github.com\/WorkinTimeIT\/BlockNewOutlook\/blob\/main\/BlockNewOutlookScripts<\/a><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Intune<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2024\/02\/image-2.png\"><img loading=\"lazy\" decoding=\"async\" width=\"885\" height=\"625\" src=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2024\/02\/image-2.png\" alt=\"\" class=\"wp-image-7648 img-responsive\" srcset=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2024\/02\/image-2.png 885w, https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2024\/02\/image-2-300x212.png 300w, https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2024\/02\/image-2-768x542.png 768w\" sizes=\"auto, (max-width: 885px) 100vw, 885px\" \/><\/a><\/figure>\n\n\n\n<p><strong>GPO via Registry<\/strong><\/p>\n\n\n\n<p>HKEY_CURRENT_USER\\Software\\Microsoft\\Office\\16.0\\Outlook\\Options\\General<br>DWORD: HideNewOutlookToggle<br>Value: 1<\/p>\n\n\n\n<p><strong>Via 365 Admin Powershell<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\"># Connect to Exchange Online first\nConnect-ExchangeOnline\n\n# Disable the new Outlook app for all users:\nGet-CASMailbox | Set-CASMailbox -OneWinNativeOutlookEnabled $false\n\n# Or for a single user:\nSet-CASMailbox -identity johndoe@contoso.com -OneWinNativeOutlookEnabled $false\n\n# Verify change\nGet-CASMailbox | ForEach-Object {\nWrite-Host \"$($_.DisplayName) - OneWinNativeOutlookEnabled: $($_.OneWinNativeOutlookEnabled)\"\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>This is the only way https:\/\/github.com\/WorkinTimeIT\/BlockNewOutlook\/blob\/main\/BlockNewOutlookScripts Intune GPO via Registry HKEY_CURRENT_USER\\Software\\Microsoft\\Office\\16.0\\Outlook\\Options\\GeneralDWORD: HideNewOutlookToggleValue: 1 Via 365 Admin Powershell<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[2003,4277,2837,4276,576],"class_list":["post-7647","post","type-post","status-publish","format-standard","hentry","category-research","tag-disable","tag-hide","tag-intune","tag-new-outlook","tag-powershell"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/7647","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/comments?post=7647"}],"version-history":[{"count":2,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/7647\/revisions"}],"predecessor-version":[{"id":8687,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/7647\/revisions\/8687"}],"wp:attachment":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/media?parent=7647"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/categories?post=7647"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/tags?post=7647"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}