Skip to content

1kamma/Office-365-Deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Office 365 Client Deployment Scripts

This repository hosts PowerShell scripts that assist with the deployment of Office 365 client software.

The scripts included at this time are:

  • Install-OfficeCTR.ps1

If you're looking for more complex, featured scripts you might be interested in Microsoft's Office Deployment Scripts for IT Pros.

Install-OfficeCTR.ps1 - Office 365 CTR Install Script

This PowerShell script will install Office 365 Click-to-Run when it is run manually, or as a logon/startup script. Install-OfficeCTR.ps1 supports both the ProPlus and Business SKU for Office 365, as well as the four channels:

  • Deferred
  • Current
  • First Release Deferred
  • First Release Current

This script is designed to work with Office 2016 builds of Office 365 CTR, not Office 2013.

Before using this script you should set up an shared folder for your Office 365 CTR deployments by following the instructions at Practical 365.

Usage:

Install-OfficeCTR.ps1 uses the following parameters:

  • InstallRoot - Specify the UNC path to the network share that hosts the Office 365 setup and configuration files.
  • SKU - Specify the the Office CTR SKU to deploy (e.g. ProPlus, Business)
  • Channel - Specify the build channel to deploy (e.g. Current, Deferred)

The three parameters are used by the install script to locate the appropriate setup and configuration files in your install share on the network.

Example:

.\Install-OfficeCTR.ps1 -InstallRoot \\mgmt\Installs\OfficeCTR -SKU ProPlus -Channel Deferred

The example above will look for setup and configuration files in \\mgmt\Installs\OfficeCTR\ProPlus\Deferred

Credits

Written by: Paul Cunningham

Find me on:

Check out my books and courses to learn more about Office 365 and Exchange Server.

About

Office 365 Client Deployment Scripts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%