
You're right β the Microsoft 365 Deployment Tool (ODT) used to be directly available as a standalone download, but Microsoft has recently changed its availability.
Good News: The ODT is Still Available β Just Moved
You can still download the Office Deployment Tool (ODT), but it's now provided as part of the Office Customization Tool experience or via a direct link.
π Direct Download Link (Official Microsoft)
You can get the Office Deployment Tool here:
π Download Office Deployment Tool (ODT)
This download includes:
-
setup.exe
configuration.xml
samples for different scenarios
How to Use It for MDT Deployment
Download and extract the ODT.
Prepare a custom configuration.xml
(for your Office 365 edition, architecture, channel, etc.).
Use this command to download the Office setup files:
setup.exe /download configuration.xml
Once downloaded, use MDT to include the Office package in your task sequence using:
setup.exe /configure configuration.xml
π§° Optional: Use the Office Customization Tool (Web GUI)
If you want help building your configuration.xml
, go to:
Choose your version (e.g., Microsoft 365 Apps for enterprise)
Select architecture, channels, apps to include/exclude
Export your configuration XML
Let me know if you'd like help writing the XML config for a specific Office build or silent install.You're right β the Microsoft 365 Deployment Tool (ODT) used to be directly available as a standalone download, but Microsoft has recently changed its availability.
Good News: The ODT is Still Available β Just Moved
You can still download the Office Deployment Tool (ODT), but it's now provided as part of the Office Customization Tool experience or via a direct link.
Direct Download Link (Official Microsoft)
You can get the Office Deployment Tool here:
π Download Office Deployment Tool (ODT)
This download includes:
setup.exe
configuration.xml
samples for different scenarios
How to Use It for MDT Deployment
Download and extract the ODT.
Prepare a custom configuration.xml
(for your Office 365 edition, architecture, channel, etc.).
Use this command to download the Office setup files:
setup.exe /download configuration.xml
Once downloaded, use MDT to include the Office package in your task sequence using:
setup.exe /configure configuration.xml
Optional: Use the Office Customization Tool (Web GUI)
If you want help building your configuration.xml
, go to:
Choose your version (e.g., Microsoft 365 Apps for enterprise)
Select architecture, channels, apps to include/exclude
Export your configuration XML