Virtual Nomad

Virtual Nomad

a blog about the knowledge journey in Office 365 and Azure

Menu
  • Home
  • Categories
    • Office 365
    • Windows 365 – Cloud PC
    • Third-Party Software
    • Other
  • About
  • Contact
Menu

Taking Control of Outlook: How to Disable the New Outlook Experience in Your Organization

Posted on July 10, 2023July 10, 2023 by Arno Geboers

After a busy period and returning from a short vacation, it’s time to make a new blog post. This time, it’s going to be a short one to ease back into it. As an IT professional, I always enjoy trying out new things, but I understand that customers often prefer stability over constant changes. This holds true for the new Outlook as well. It’s a significant transformation, as I can personally attest. However, to maintain control over when people start using this new version, we can configure it on a per-tenant basis.

PowerShell
# Connect to Exchange Online first
Connect-ExchangeOnline

# Disable the new Outlook app for all users:
Get-CASMailbox | Set-CASMailbox -OneWinNativeOutlookEnabled $false

# Or for a single user:
Set-CASMailbox -identity testuser@domain.com -OneWinNativeOutlookEnabled $false

By following these steps, you can take control over the rollout of the new Outlook experience and ensure a smooth and well-prepared transition for your organization. Remember, change can be daunting, but with proper planning and communication, you can make it a positive experience for everyone involved.

Feel free to share this:

  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to email a link to a friend (Opens in new window)

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Jan    
©2023 Virtual Nomad