Hi. I can deploy Windows 10 via MDT. How i can automate the OEM product key activation ? I understand the below powershell script can get the key from the BIOS. Where in the task sequence should I run this script ? Thanks.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Hi. I can deploy Windows 10 via MDT. How i can automate the OEM product key activation ? I understand the below powershell script can get the key from the BIOS. Where in the task sequence should I run this script ? Thanks.
$ProductKey = (Get-WmiObject -Class SoftwareLicensingService).OA3xOriginalProductKey
iex "cscript /b C:\Windows\System32\slmgr.vbs -ipk $Productkey"
Start-Sleep 5
iex "cscript /b C:\Windows\System32\slmgr.vbs -ato"
Share this post
Link to post
Share on other sites