-
Notifications
You must be signed in to change notification settings - Fork 326
Description
Hey folks,
Thank you for your hard work, your blog and GitHub repo was a significant source of information to learn mdt better.
We are refurbishing computers to give away to schools.
Your script to fix UEFI recognition was of immense help but I am stuck with one issue:
The devices we receive have various different OEM licenses installed and it seems like former users can't help themselves and peel off the license stickers.
We have made great steps forward regarding identifying the license post installation with powershell running Get-WmiObject 'SoftwareLicensingService' as querying OA3xOriginalProductKeyDescription returns the effective version. We do significantly struggle determining that during deploy though and setting a variable to determine the right OS to install.
Any ideas how that would look like? I saw @jarwidmark did some work on KeyChecks but I can't figure out how it all plays nicely together as I am very new to MDT.
Fab