This repository has been archived by the owner on Jan 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 841
README_Copy GPOSettingsFromOffice2013ToOffice2016
Russell Smith edited this page Jul 22, 2016
·
3 revisions
#Copy GPO settings from Office 2013 to Office 2016
Automates the process of copying configured Office 2013 Group Policy Settings to the Office 2016 Group Policy Settings.
Office 2016 Preview Administrative Template Files
###Pre-requisites
Before running the script, you will need at least the following requirements
- The script must be run from a Domain Controller.
- The Administrative templates of the source Office version installed on the Domain Controller.
- The Administrative templates of the target Office version installed on the Domain Controller.
###Running the script
-
Open a PowerShell console:
From the Run dialog type PowerShell.
-
Change directory to the location where the PowerShell Script is saved.
Example: cd C:\PowerShellScripts
-
Run the Copy-OfficeGPOSettings.ps1 script.
Type . .\Copy-OfficeGPOSettings.ps1 -SourceGPOName "Office Group Policy Name" By including the additional period before the relative script path you are 'Dot-Sourcing' the PowerShell function in the script into your PowerShell session which will allow you to run the function from the console.
-
Verify that the all of the Office 2013 settings have been copied to the Office 2016 settings
Copyright © 2015 Microsoft Corporation - Project is released under the terms of the MIT License
Home
New Scripts
Completed Scripts
- Office-ProPlus-Deployment
- Office-ProPlus-Information
- Office-ProPlus-Management
- Office-ProPlus-Preparation
- Office-ProPlus-Updates
Information