Skip to content

This auxiliary PowerShell script simplifies the process of downloading and installing Office programs using the Office Deployment Tool. It provides an intuitive and interactive interface for users, making the deployment process more straightforward.

License

Notifications You must be signed in to change notification settings

herrwinfried/odt-script

Repository files navigation

Powershell Script to Simplify Office Deployment Tool Usage

Office Deployment Tool PowerShell Script

This PowerShell script is designed to make the Office Deployment Tool easier to use by providing a simple and interactive interface.

Usage

Option 1: Run with Installer

Double-click the installer.bat file.

OR

Run the following PowerShell command:

start powershell.exe -ExecutionPolicy Bypass -File .\installer.ps1

Option 2: Run in Command Line Interface (CLI)

    Usage: 
        .\installer.ps1 [-h] [-c <ConfigFile>] [-i] [-d]

    Parameters:
        -h, -?, -Help
            Displays this help message.

        -c, -ConfigFile <ConfigFile>
            Specifies the configuration file to be used.

        -i, -Install
            Triggers the installation process.

        -d, -Download
            Starts the download process.

Example Command

powershell.exe -ExecutionPolicy Bypass -File .\installer.ps1 -i -d

Useful Links

About

This auxiliary PowerShell script simplifies the process of downloading and installing Office programs using the Office Deployment Tool. It provides an intuitive and interactive interface for users, making the deployment process more straightforward.

Topics

Resources

License

Stars

Watchers

Forks