Apr 06 2022 12:55 PM
We have to maintain two versions of Microsoft Apps for enterprise (Office 365) in ConfigMgr - one with User licensing and another with Device licensing in our computer labs. The detection method is identical for both. Is there a reg key or file we can use to determine the license type so we can update our detection methods and keep them unique?
Thanks.
Jan 09 2023 09:22 AM
SolutionWe found a registry key to differentiate an Office 365 installation.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\Configuration
O365ProPlusRetail.DeviceBasedLicensing = 1 (Device-Based Licensing)
O365ProPlusRetail.DeviceBasedLicensing = 0 (User-Based Licensing)
This link helped:
https://learn.microsoft.com/en-us/deployoffice/device-based-licensing
Jan 09 2023 09:22 AM
SolutionWe found a registry key to differentiate an Office 365 installation.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\Configuration
O365ProPlusRetail.DeviceBasedLicensing = 1 (Device-Based Licensing)
O365ProPlusRetail.DeviceBasedLicensing = 0 (User-Based Licensing)
This link helped:
https://learn.microsoft.com/en-us/deployoffice/device-based-licensing