Windows 10: Best way to create W10 Pro reference computer and deploy the image

Discus and support Best way to create W10 Pro reference computer and deploy the image in Windows 10 Installation and Upgrade to solve the problem; Hi All, I've got some new DELL AIO Optiplex 3240s that are now running W10 Pro after successful clean installs. I am needing to set one up as a... Discussion in 'Windows 10 Installation and Upgrade' started by ahelton, Jul 12, 2016.

  1. ahelton Win User

    Best way to create W10 Pro reference computer and deploy the image


    Hi All,

    I've got some new DELL AIO Optiplex 3240s that are now running W10 Pro after successful clean installs. I am needing to set one up as a reference computer and then deploy that image to the rest of them. This is for the small library I work at, so we don't have a server or anything. I assume I will need to make some sort of bootable custom image on a USB drive or DVD. My questions are as follows:

    1) What's the best way to go about creating a reference computer? What tools and resources are pre-built into W10 Pro that make this easy?

    2) As far as deploying the image, what's the best way to accomplish this since I don't have a server? I know there are some built-in ways to accomplish this, but am not sure which route to go. Or should I opt for some free third-party software of some sort?

    I have previously tried using Sysprep to do this by following an online tutorial, but it turns out that there is some sort of issues with AIO computers that Sysprep doesn't like...or at least the DELL AIO Optiplex line. For the curious, the error I experienced can be found here: Bug Check 0x124 when Sysprep generalizes Windows 10

    After further research, it appears the Sysprep is a bit antiquated and that there may be better ways to prep and deploy and image anyway. Any help will be much appreciated.

    :)
     
    ahelton, Jul 12, 2016
    #1
  2. Andre Da Costa, Jul 12, 2016
    #2
  3. BorisP. Win User
    What is the best and fastest way to deploy Windows 10 on multiple PC-s

    Hi,

    I need to deploy Windows 10 on multiple identical PC-s. (not too many, approx. 20-30 pc-s)

    I am starting on the new job tomorrow, so I don't have all the info yet, but Windows 10 is enterprise or professional edition, I suppose that doesn't make a difference in image creation and deployment. I think they have System Center 2012 as well.

    I am reading on different ways of doing it but I need the fastest and simplest way, using Microsoft tools. They mention ADK, WDS, DISM, Sysprep, SCCM, System center, Operation Manager, MDT, Audit Mode image capture, ICD...

    Can anyone recommend such a way - simple, with least steps, fast?

    It doesn't have to be fully automated, it doesn't have to be fully unattended, it can be without answer files. Main goal is to avoid full manual installation on each computer to save some amount of time.

    My idea was something like this:

    - install manually one machine, update it, patch it, install needed software (eg. Office), printer drivers, third party apps, etc.

    - sysprep that installation

    - then install each machine from a usb stick - or do mutiple installation at once (in batches, for example, 5 then 5 more etc.) over the network

    I want to make the process simple and fast for the team who will perform deployment. It doesn't have to be THE fastest and full automated, it just needs to be faster than manual install.

    I would appreciate it very much, if someone experienced in imaging and deployment of Win 10 can provide me steps for doing it in the way I described. Not the detailed steps, but like an high level overview eg. - like which tools to use together, and high
    level process overview.

    Thanks in advance!
     
    BorisP., Jul 12, 2016
    #3
  4. RBunning Win User

    Best way to create W10 Pro reference computer and deploy the image

    How many machines are we dealing with?

    The 'best way' to go about this is going to depend on how you would want to go about doing this. Obviously, without a server you aren't going to be able to have a full scale imaging solution say with the machines doing something like network booting and using PXE.

    >>The best way would probably be for you to develop your own Hard Disk imaging solution by modifying a copy of WinPE. You'll want to start by downloading Windows ADK for Windows 10 to a machine that isn't going to be one of your new computers. WinPE, or Windows Preinstallation Environment has tools that are helpful for capturing and deploying a hard disk image (specifically DISM). You can create your reference machine, use DISM to capture the current Windows image then save that somewhere so you can deploy it to your other machines with DISM.

    >>As far as deploying goes, its up to you for what you would want to do. You could load the Windows image onto a USB stick and then deploy it one by one to the machines. If you have alot of machines (like 20 or so) this might not be the best idea. If possible, you'll need to make a 'server' by putting another Windows machine on the same network and sharing off a folder from that computer so you aren't imaging one machine at a time. What your best option for deployment is will depend on your setup.

    I have done this before but never before on a large scale. I can't guarantee it'll work, and how well things will work will depend on your setup.
     
    RBunning, Jul 12, 2016
    #4
  5. ahelton Win User
    It's only 4 computers this go around. I am trying to use this as a learning opportunity since we have plans to apply for grants to get 15-20 new computers in the relatively new future. I have always just manually done this which is obviously slow and inefficient.

    Would I download Windows ADK onto the reference machine since it's the one I want to clone?
     
    ahelton, Jul 12, 2016
    #5
  6. RBunning Win User
    If your going to be getting that many computers it might be a good idea to get some sort of server and some sort of actual imaging solution set up, it will be easier for you in the long run, although it might not be ideal for your setup. I can't say.

    You can download ADK to the reference machine if you want to. I would highly advise you don't as it isn't going to be necessary for the people using the machines afterwards and would be wasted space on the disk. Download it to some other computer since all you'll likely need it for is copying WinPE.

    Things to consider before you do anything:
    -Are these machines going to be joined to a Windows domain?
    -How are you activating Windows?
     
    RBunning, Jul 12, 2016
    #6
  7. ahelton Win User
    OK, that makes sense. I didn't fully understand how WinPE worked, but after rereading your first post I am gathering that you use it to setup an image to deploy rather than capturing the image of the computer itself (like what I think system does). Is that correct? If that is the case, where does the reference machine fit into all this? It doesn't seem like it would really apply here, but maybe I am missing something.

    As for connecting to a Windows domain, no I don't think so. That would only apply if a server was involved, correct? These computers are staff computers, and I will want them to be apart of the same workgroup to setup some basic file sharing and such, but that is about it.

    These computers are already W10 activated. I assumed that if I reimage them with a custom image, it would automatically pull that activation key like it does now if you clean install...but maybe it doesn't?
     
    ahelton, Jul 12, 2016
    #7
  8. RBunning Win User

    Best way to create W10 Pro reference computer and deploy the image

    Here's what I'm talking about:
    Capture Images of Hard Disk Partitions Using DISM
    (Skip to step 3: Capture Partition Images Using DISM)

    This tool (DISM) works similarly to other hard disk capturing/ imaging tools that are out there. You can capture a Windows partition as is (say on the reference machine) and lay it down on another hard disk in its exact state. This is a very similar process to what businesses and schools use to install Windows on hundreds of computers. The only problem is that it is a total clone of the Windows installation on the drive- so I would be very cautious about licensing. It does not seem you are using some sort of volume activation solution for activating Windows. If you're using the key that was preinstalled on your reference machine, the key is likely an OEM key or some other key on the retail channel. This means that it cannot be installed/ activated on any more than one machine. This *might* be an issue considering you'd be laying down a Windows image with the key from the reference machine installed onto different machines.

    >>Before you touch any of your computers, go into Windows and retrieve the Windows product key that was preinstalled using a tool like 'Belarc Advisor' on each machine. Write down each key and keep it with the computer it came with in case Windows doesn't activate on all machines. You should be able to activate the preinstalled key on the machine it came from. You might want to backup one machine's harddisk and test it to get the hang of how to do it and to make sure everything works

    >>The point of the reference machine is to get one computer to a state that you want all of the other machines to be at and then sort of clone that machine's hard disk to all of the other machines. Imaging is a very convenient process that businesses and schools, who have hundreds of computers, use to avoid having to manually do everything on each machine. If its within your organization's budget or goals, I would recommend looking into getting a more professional imaging solution or at the very least look into getting some sort of volume activation server. With a volume activation server, you'll be able to install the same product key on many computers and activate all of them. It would eliminate the need to be swapping product keys out after each install and would be more convenient.

    >>I have developed my own imaging solution using this process for my own use, since I'm constantly using virtual machines. However, I have never done anything on this scale using this. I see no reason for it not to work, and I can continue to answer your questions throughout your adventure with it. Just know the little technicalities (like licensing) before you go and do anything on all the computers. I would recommend you test it on one machine just to make sure this is what you're after.

    >>If you want to do some more reading on DISM search for things on the line of 'capture and deploy a windows image with DISM' (try and stick with tutorials and such that explain using DISM). You might also want to read up a little on WinPE and why it's going to be important for this project.
     
    RBunning, Jul 12, 2016
    #8
  9. Cliff S New Member
    Cliff S, Jul 12, 2016
    #9
  10. cereberus Win User
    If pcs are nearly identical, you can create an image backup using one of a number of image backup tools, and restore image to each pc.

    Not all versions are free for non-personal use.

    You would have to activate each pc afterwards with each key.
     
    cereberus, Jul 12, 2016
    #10
  11. Cliff S New Member
    Cliff S, Jul 12, 2016
    #11
  12. ahelton Win User
    Ok. So I was a little confused on how ADK, WinPE and creating a referencing computer all fit together. I read the page to the link you provided along with a few additional pieces of information that were linked in the TechNet article and think I am starting to grasp it. But let me make sure, just in case...

    I will install ADK on another computer running W10. From there, I would utilize WinPE to create a bootable usb, which I would then plug-in to my determined reference computer. Boot to the USB on the reference computer and do the DISM procedure. I know that's skipping a few things, but is that the generally gist of how I would go about this using the methods you have described for me?

    Also, does it matter whether or not I install ADK on a computer running W10 Home if the computers I am imaging are running W10 Pro?

    And yes, these computers just have an OEM key. I will definitely pull the keys off each one using the tool you've suggested. That sounds like an all-round best practice just in case something goes awry. And I will only do this on one computer first to test things out and get comfortable with how the process works. I'll do a system image backup of my test computer as well per your suggestion.

    As a side question, I understand volume licensing and generally how it works as we use it for our Microsoft Office software, but if a computer comes with W10 pre-installed and activated with some sort of OEM/Retailer license what would be the advantage to purchasing volume licensing? It seems that you would just be spending money on something you already have??? Or is it just to make things much, much easier when deploying an OS across a large network?
     
    ahelton, Jul 12, 2016
    #12
  13. ahelton Win User

    Best way to create W10 Pro reference computer and deploy the image

    Yeah, I had some issues with Sysprep. It threw me an error, rebooted the system and then somehow undid all the changes I had made to the reference computer *Sad

    Originally when I tried to do this on my own, I thought I would just get one computer setup the way I wanted it and then Sysprep it and then capture the image to distribute to my other computers. However, it seems that using the ADK may be the more recommended way of doing this now?
     
    ahelton, Jul 12, 2016
    #13
  14. RBunning Win User
    My apologies- what is WDK? Isn't that just a driver kit, or did you mean Windows ADK (assessment and deployment kit). *Assuming ADK is what you meant*- Windows ADK is going to be crucial for doing this project as its going to come with the tools you'll need to accomplish this project as well as tools for further Windows customization. The very most important thing with ADK is its how you're going to get ahold of a bare bones copy of WinPE. Assuming you download the WinPE package (or whatever its called) when installing ADK, you'll be able to make WinPE media (say on a flash drive or a .iso image for testing purposes). ADK also comes with tools for you to create/ edit/ customize Windows images (.wim files). Most importantly- you'll need to edit WinPE's .wim if you want to stick a script on to start with WinPE for automating your imaging process (great so you don't need to keep remembering the DISM commands). You can also capture a Windows partition to a Windows image (.wim) which is what you'll be doing if you pursue this method of imaging (and then you can deploy it) both using DISM.

    >>Now whats the point of WinPE? DISM is actually a native component on Windows 10- you can go onto your Windows 10 machines and they all will have DISM on them even if you didn't install ADK to them. So why would you want to go through the hassle of figuring out WinPE just to pass some commands with DISM when you could just do it all from Windows (DISM is also a native component on WinPE)? The reason you should use WinPE is to avoid file permissions issues in Windows. I have never tried it when Windows was running, but its my understanding that WinPE should be used to make sure you aren't creating corrupted images that are missing some things.

    >>To which computer you install the Windows ADK- it does not matter. All that matters is that you have the Windows ADK for Windows 10 (where I work we have Windows ADK for Windows 10 on a Windows 7 machine so...) I just don't think you should install it on your reference machine since you would be copying that exact image and throwing ADK on all of the other machines, which I think is unnecessary. Also Windows ADK is a couple hundred MB's (I think) which would be unnecessary used space bloating the captured Windows image.

    >>The reference machine ties into this since its that install of Windows, that very image of how Windows is installed that will be put on the other machines. I guess you kinda have to see it to believe it (using this technique, the other machines are going to be clones of the reference machine). You can take advantage of this opportunity to install light, not very large programs like a web browser, alternative text editor or maybe you want to set a specific start layout. All of that can be fine tuned on the reference machine and then copied to the other machines to avoid having to run to each computer and install programs after Windows is installed (why imaging is common place in schools and businesses with many many computers).
    **I might be using a different definition of 'reference machine'. To me, the reference machine is the machine you want to 'clone' to the other machines.

    *>>From what it sounds like, you're starting to get this. I would say hey- go and make a backup of one machine and try it out, see if you can get it working, see what problems you might encounter if any at all. I can help out too since I have done this method of imaging before on my own time.
     
    RBunning, Jul 13, 2016
    #14
  15. RBunning Win User
    Yeah, when I was looking to make some sort of imaging solution or unattended installer I found that all of the 'conventional' ways of doing this (sysprep, answer file, etc..) all were a huge pain in the rear and never worked. That's why I'm sort of pushing using DISM and other ADK tools with this- DISM is easier to use and has always worked for me.
     
    RBunning, Jul 13, 2016
    #15
Thema:

Best way to create W10 Pro reference computer and deploy the image

Loading...
  1. Best way to create W10 Pro reference computer and deploy the image - Similar Threads - Best create W10

  2. Best way to "fit" desktop background image?

    in Windows 10 Ask Insider
    Best way to "fit" desktop background image?: Some of the images I have for desktop backgrounds (slideshow), don't fit properly, even though I select the "fit" option. As far as I can tell, Windows is only scaling based on height, so when an image has an aspect ratio that is wider than tall compared to my desktop's...
  3. Best way to create system image?

    in Windows 10 Ask Insider
    Best way to create system image?: Hello so best software to create system image?is windows 10 built in system image creator ( windows 7) is reliable?idk how reliable it is so are there any better softwares to do that?i want to create a proper image of my whole drive c because i am gonna have to restore it...
  4. Best way to make W10 lightweight?

    in Windows 10 Ask Insider
    Best way to make W10 lightweight?: I just bought a HP Stream with 32GB storage. It runs Windows 10, but I was shocked, to say the least, at the fact it only has 3GB of free storage. What can I do to make the install as light as possible? submitted by /u/thattonybo [link] [comments]...
  5. Best way to create an image for windows 10

    in Windows 10 Installation and Upgrade
    Best way to create an image for windows 10: i would like to ask for the best way to create an image for hp Elitedesk 800 G4 DM 65W i am a beginner and i will use this image for my 2000 pcs , so i need any explanation or recommendation for my issue thank you...
  6. Creating a deployment windows 10 image

    in Windows 10 Installation and Upgrade
    Creating a deployment windows 10 image: Looking to create a deployment method for windows 10 pro image https://answers.microsoft.com/en-us/windows/forum/all/creating-a-deployment-windows-10-image/0e17cc7e-fc76-461e-a0b7-a6ca36ef2da4
  7. What's the best way to virtualize Linux Mint 19 under W10 Pro?

    in Windows 10 Virtualization
    What's the best way to virtualize Linux Mint 19 under W10 Pro?: Hi all - I'm considering virtualizing Linux Mint 19 if possible under W10 Pro, so I need some ideas... Found this, but it is not exactly entertaining, lol - need an easier way. Virtualbox? Hyper-V? Code: https://forums.linuxmint.com/viewtopic.php?t=245587[/quote]...
  8. Best way Imaging HDD to a Virtual Drive

    in Windows 10 Virtualization
    Best way Imaging HDD to a Virtual Drive: Hi, I have a Win 8.1 and I do not want to upgrade to Win 10, first concernes are about the lak of all Drivers (Sound, LAN,WLAN,BT). Before the Free Upgrade ends I thought to do a Image of my Win 8.1 Partition, upgrade it and see how it goes. Now, my HDD is 1TB, there are...
  9. What's the best way to image W10 partitions for backup?

    in Windows 10 Backup and Restore
    What's the best way to image W10 partitions for backup?: Hi -- I am looking for a good imaging program that will back up individual partitions in W10 -- including the boot partition. Preferably it's free but doesn't have to be. I had previously tried Aomei Backupper with W8.1 but just had a lot of problems restoring from image...
  10. Creating/Deploying Windows 10 Image

    in Windows 10 Installation and Upgrade
    Creating/Deploying Windows 10 Image: Hi all, I'm only a part time computer geek (OK, so more than part time), but I haven't dived into Windows ICD or image deployment. I know you use ICD to customize a provisioning package or image, but are there official tools or ways of converting a working live Windows 10...