Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Fixed typo in Upgrade_Office2010_README.md #348

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This script is meant to be a template for upgrading existing Office installation
Office 2010 products will be removed using the offscrub scripts and when all products are removed Office 365 ProPlus will be installed using the configuration.xml.

1. Right click on **.\10-ExampleRemovePreviousAndUpgrade.ps1** and click Edit. PowerShell ISE will open that will allow us to make changes to the script.
2. Make any necessary changes to fit your deployment. For example, if you are deploying the Current channel replace the vairable **-Channel Deferred** with **-Channel Current**.
2. Make any necessary changes to fit your deployment. For example, if you are deploying the Current channel replace the variable **-Channel Deferred** with **-Channel Current**.
3. After you've modified the script to fit your Office installation requirements **save** and **close** the script.
4. From the PowerShell console type **.\10-ExampleRemovePreviousAndUpgrade.ps1** and press **Enter**.

Expand Down