Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Hi,
Thanks for the reply.
Yes we are a domain.
We use a range of server editions.
We have moved to the click to run version of office pro plus linked to our office 365 tenant because there are no feature updates to the volume licence copy (only security patches).
I got a fix for the issue i'm having after a lot of hours of trial and error.
To change from SharedComputerLicensing to Device Based Activation without uninstalling and reinstalling i did this:
I was able to script the export of OSPP.vbs to a text file on the hard drive, then parse the text file to look for the last 5 characters of the serial number. Grab these 1 at a time to a variable.
Then run OSPP /unpkey:***** to remove the licences.
Then run a repair on office 2016 C2R using the OfficeClickToRun.exe in common files
Then run OPPTransition.exe with our key and tenant ID to register the device in Office 365 :)
The only issue I am left with is I cannot powershell the deactivation of devices from another users profile.
I would have to do this manually for hundreds of users :(
Thanks,
Mark.