OfficeDev / Office-IT-Pro-Deployment-Scripts

A collection of useful PowerShell scripts to make deploying Office 2016 and Office 365 ProPlus easier for IT Pros and administrators. If you have any feature requests or ideas for future scripts please add the idea to the issues list in this repository
http://officedev.github.io/Office-IT-Pro-Deployment-Scripts
MIT License
885 stars 836 forks source link

Need to add PIDKEY option for Volume License product #258

Closed TheBaban closed 6 years ago

TheBaban commented 6 years ago

When deploying a VL product (C2R-P) we need to put the GVLK to activate using KMS. This is documented in the following article:

https://support.office.com/en-gb/article/Use-the-Office-Deployment-Tool-to-install-volume-licensed-editions-of-Visio-2016-and-Project-2016-82691bd7-a3d5-47ca-8d8a-0ee43ec2c01f

The PIDKEY could also be used to deploy MAKKEY. so we should offer both chose. pre-enter the correct GVLK to use for the product or ask to enter a MAKKEY.

AStigall commented 6 years ago

@TheBaban This is support in the XML Generator as well as the Edit-OfficeConfigurationFile script. In PowerShell, you will need to generate an xml file first. Then, use the cmdlets in Edit-OfficeConfigurationFile.ps1 to add the volume licensed editions of Visio and Project. For example:

. .\Edit-OfficeConfigurationFile.ps1

Add-ODTProductToAdd -TargetFilePath $Configfile -ProductId ProjectProXVolume -PIDKEY xxxxx-xxxx-xxxx-xxxx-xxxxx