SYNOPSIS
Installs Microsoft 365 Apps using the Office Deployment Tool.SYNTAX
DESCRIPTION
Uses the Office Deployment Tool to install Microsoft 365 Apps with a specified configuration file.EXAMPLES
EXAMPLE 1
EXAMPLE 2
PARAMETERS
-ODTFolderPath
The network-accessible location containing the Microsoft 365 Apps source files and the Office Deployment Toolsetup.exe.
This can be a UNC path (e.g., \\server\share\Office) or a local path (e.g., C:\OfficeSource).
Can be a relative or absolute path.
-ConfigFilePath
The path to the configuration XML file used for the installation. You can generate this file using the Office Customization Tool (OCT) at https://config.office.com/. Can be a relative or absolute path.-ProgressAction
{{ Fill ProgressAction Description }}CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.INPUTS
OUTPUTS
NOTES
Ensure that the source path is accessible and that the configuration file is correctly formatted. The script requires administrative privileges to run. The Office Deployment Tool must be downloaded and extracted prior to running this script. The ODT folder must contains the ODT setup.exe file and the source files for installation (seeInvoke-M365AppsDownload.ps1).