Windows 10: Deploying Windows 10 using MDT and a OEM key?

Discus and support Deploying Windows 10 using MDT and a OEM key? in Windows 10 Installation and Upgrade to solve the problem; Hi, First off, I will apologize for the complicated nature of this thread. I have several machines that have OEM licenses of Windows 8.1 Pro.... Discussion in 'Windows 10 Installation and Upgrade' started by Michaelvas17, May 6, 2016.

  1. Deploying Windows 10 using MDT and a OEM key?


    Hi,

    First off, I will apologize for the complicated nature of this thread.

    I have several machines that have OEM licenses of Windows 8.1 Pro. What I would like to do is do the following:

    1. Install Windows 8.1 Pro onto them.
    2. For each machine, I will need to activate using their own product key that is tied to the BIOS, as I don't have a VL or individual licenses.
    3. Install an in-place Windows 10 Pro installation.

    Preferably, I would like to do this all with a MDT Task Sequence.

    From what I have read, Microsoft will not let people use OEM licenses with deployment. However, what I gather is that MS misunderstands what people want to do, and they think that they want to install Windows using a single OEM product key off a machine to multiple other PCs, and that's not what I want to do at all.

    A MS Rep was asked about this on the website Spiceworks, and he responded with this:

    What I am trying to do (for each of the machines individually, so not using a single OEM activation key to activate multiple PCs) is install Windows 8.1 on a computer that already had it on it, activate it using the legit key it came with installed into the BIOS, and upgrade to Windows 10 in a single task sequence.

    Any advice?

    :)
     
    Michaelvas17, May 6, 2016
    #1
  2. SarahKong Win User
    SarahKong, May 6, 2016
    #2
  3. Shawn 'Cmdr' Keene [MVP], May 6, 2016
    #3
  4. Plankton Win User

    Deploying Windows 10 using MDT and a OEM key?

    As far as I know and heard of....the only way to accomplish what you are asking is to use the VL media and key.
     
    Plankton, May 6, 2016
    #4
  5. cereberus Win User
    Why are you making it so complicated?

    You can just install latest version of 10 pro on each pc, by creating a single usab installation drive, and activate using 8.1 oem key.

    Probably take longer to set up your mdt etc.

    If pcs are identical, you could use an image backup tool and simly restore same image to each pc.
     
    cereberus, May 7, 2016
    #5
  6. A 'retail' installation of Windows will not accept a OEM key, from what I've read. I also need to use MDT for this, so that's why I am asking this question.
     
    Michaelvas17, May 7, 2016
    #6
  7. cereberus Win User
    This is incorrect - there is absolutely no difference in the installation procedure or software whether using a retail or oem key for standard licences (non VLKs).

    Only restriction is oem key (whether 7/8/10) must not have been used on a different pc prior to using it on current pc.

    So install 10 pro, use 8.1 oem pro key to activate. That's it.

    Of course, 8.1 key has to be the one that was originally used on same pc.

    Use showkeyplus to extract key if 8.1 pro is currently installed, noting which key is for which pc.

    Re need to use MDT - why?
     
    cereberus, May 7, 2016
    #7
  8. rcorrig Win User

    Deploying Windows 10 using MDT and a OEM key?

    Since the OEM sticker is no longer on the computer, it is up to us to find our legit OEM key that came with the computer.

    SLIC 3.0 embeds the the OEM key into the motherboard and uses it for activation. You can run a powershell command to find what your key is.

    Powershell this command:
    (Get-WmiObject -Class SoftwareLicensingService).OA3xOriginalProductKey

    This will give you your unique key for that machine. Combine this into a Powershell command during the task sequence at the end of deployment, and Windows 8/8.1 should activate. You might be able to directly install Windows 10 with the same command if it is still accepting Windows 8 keys on a clean install.

    Use this powershell command near the end of your task sequence in MDT, or on its own:
    $key=(Get-WmiObject -Class SoftwareLicensingService).OA3xOriginalProductKey
    iex "cscript /b C:\windows\system32\slmgr.vbs /upk"
    iex "cscript /b C:\windows\system32\slmgr.vbs /ipk $key"
    iex "cscript /b C:\windows\system32\slmgr.vbs /ato"
     
    rcorrig, Jun 2, 2016
    #8
  9. NavyLCDR New Member
    Well, here's the deal. Only computers that came from the factory with Windows 8 or later will have usable product keys stored in BIOS. IF there is a usable Windows 8 or later product key stored in bios, then a clean install of the corresponding edition of Windows 10 (build 10586 - the "November update") will automatically read that product key in bios and use it for installation and activation. It will not ask the user for a product key or which edition of Windows 10 to install.
     
    NavyLCDR, Jun 2, 2016
    #9
  10. rcorrig Win User
    Here's the deal....

    VL media will not automagically activate just by running an install. To use your PAID for OEM key, one must run the powershell command.
     
    rcorrig, Jun 2, 2016
    #10
  11. NavyLCDR New Member
    My mistake, thank you for the correction.
     
    NavyLCDR, Apr 4, 2018
    #11
Thema:

Deploying Windows 10 using MDT and a OEM key?

Loading...
  1. Deploying Windows 10 using MDT and a OEM key? - Similar Threads - Deploying using MDT

  2. Moving MDT deployment share to a new server

    in Windows 10 Software and Apps
    Moving MDT deployment share to a new server: Hello, I'm in the process of building a new VM of Server 2022 and would like some advice on moving our deployment share MDT to the new server. I'd like to move the deployment share that resides on a separate partition on the old server and reattach to the new Windows Server...
  3. Windows 10 - Touch keyboard issue After MDT deployment

    in Windows 10 Gaming
    Windows 10 - Touch keyboard issue After MDT deployment: Hello,We use MDT to deploy Windows 10 pro version computerspast 3 versions of Windows 10 features and current 21h2. The problem I'm experiencing is the touch keyboard that will not show after the first reboot after the deployment. These are the steps I've tried/done:- update...
  4. Windows 10 - Touch keyboard issue After MDT deployment

    in Windows 10 Software and Apps
    Windows 10 - Touch keyboard issue After MDT deployment: Hello,We use MDT to deploy Windows 10 pro version computerspast 3 versions of Windows 10 features and current 21h2. The problem I'm experiencing is the touch keyboard that will not show after the first reboot after the deployment. These are the steps I've tried/done:- update...
  5. Windows 10 OEM Deployment using VL

    in Windows 10 Updates and Activation
    Windows 10 OEM Deployment using VL: I know this has been Asked a few times but I say its better to beat a dead horse than to be trampled by one. I want to make sure I am in complete alignment with the Software agreement from Microsoft, All and any information on this is helpful. I have read spice works articles...
  6. Latitude 7210 with Microsoft Deployment Toolkit MDT

    in Windows 10 Installation and Upgrade
    Latitude 7210 with Microsoft Deployment Toolkit MDT: Does someone have enterprise experience with the Dell Latitude 7210 2-in-1 tablets with MDT? I cannot get these to boot off the UEFI MDT boot media that we created and am hoping someone else in the community has had some experience with these....
  7. MDT is not deploying drivers

    in Windows 10 Drivers and Hardware
    MDT is not deploying drivers: Hello everyone, I wish you a happy new year and the best of health. at work, MDT deploys 1 window 10 pro image to all models of computers. I do that by in task seq. I disabled the default inject driver step and add my custom task step. then named it DriverGroup001 and...
  8. MDT 2013 Deployment

    in Windows 10 Installation and Upgrade
    MDT 2013 Deployment: we distribution OS of Chinese and Korean by MDT 2013 deployment, so I want to manually set language and time , but unable to activated when I was changed MDT Rules as the following, what should i do [Settings] Priority=Default Properties=MyCustomProperty [Default] :...
  9. Creating deployment process with WDS/MDT.

    in Windows 10 Installation and Upgrade
    Creating deployment process with WDS/MDT.: Hi, I am a Help Desk Analyst and am being challenged with learning sysAdmin tasks. I've been tasked with setting up a deployment process, and I have been trying for a few weeks now to deploy an image with WDS/MDT. I've searched the internet hard trying to figure it out but...
  10. MDT Fails when deploying 1803 and 1809

    in Windows 10 Installation and Upgrade
    MDT Fails when deploying 1803 and 1809: Dear Colleagues, I would like to ask for your assistance: - I have a Windows Server 2012 R2. 1809 ADK, MDT 6.3.8456.1000, DISM 10.0.17763.1 + WinPE 1809 installed. - Deploying Windows 10 1703 is always succeed. - I have an alternate DeplymentShare on the same server and...