Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.97 KB

README.md

File metadata and controls

55 lines (39 loc) · 1.97 KB

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