From 6474af8a7edc9fe1958e2c4cacfcfb772a2904ef Mon Sep 17 00:00:00 2001 From: Paul Cunningham Date: Fri, 16 Mar 2018 07:06:10 +1000 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ec9bb39..8c6c4ba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Office 365 Client Deployment Scripts +# Office 365 Client Deployment Scripts This repository hosts PowerShell scripts that assist with the deployment of Office 365 client software. @@ -8,7 +8,7 @@ The scripts included at this time are: If you're looking for more complex, featured scripts you might be interested in [Microsoft's Office Deployment Scripts for IT Pros](http://officedev.github.io/Office-IT-Pro-Deployment-Scripts/). -##Install-OfficeCTR.ps1 - Office 365 CTR Install Script +## 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: @@ -21,7 +21,7 @@ This script is designed to work with Office 2016 builds of Office 365 CTR, not O Before using this script you should set up an shared folder for your Office 365 CTR deployments by following the instructions at [Practical 365](https://practical365.com). -###Usage: +### Usage: Install-OfficeCTR.ps1 uses the following parameters: @@ -42,7 +42,7 @@ The example above will look for setup and configuration files in **\\\mgmt\Insta -##Credits +## Credits Written by: Paul Cunningham Find me on: @@ -55,4 +55,4 @@ Find me on: For more Office 365 tips, tricks and news check out Practical 365. * Website: [http://practical365.com]() -* Twitter: [http://twitter.com/practical365]() \ No newline at end of file +* Twitter: [http://twitter.com/practical365]()