Computer imaging for depolyment
-
@MattSpeller said:
@scottalanmiller @Dashrender are you not allowed to sysprep and change the key on a home license? I swear you could, but yeah no VL for sure.
As only VL offers that right, if VL doesn't apply then it can't be done for Home.
-
@MattSpeller said:
Couple of the most key points I've learned about deployment(s)
-
Have one replacement laptop & desktop at minimum ready to roll 24/7, 365. You will need it most when you least expect it.
-
Have a base image, update it a week after patch Tuesday every month
-
Buy all the same model of laptop / desktop. There is no good reason to have more than 1 model of desktop and AT MOST two models of laptop purchased in a year.
-
Make a checklist for deployment and stick it on each computer. Tick all the boxes as you complete them and sign it, date it, and leave it on the computer until it gets deployed.
-
Have a standardized method of data xfer/backup and stick to it.
-
Label/serialize laptops/desktops and keep a list of it all. More details the better.
.... more as I think of them.
Thanks for all the tips there, all along my way of thinking.
So how do I start making a deployment image now
-
-
I was in the same boat as you not so long ago...until I did a trial of SmartDeploy. Much like PSX mentions above, we have one VM that is our master image, and we are able to use the platform packs SmartDeploy makes to push our image along with the drivers we need onto different model PCs without much trouble (PXE boot SmartDeploy with a thumb drive that has the right drivers and pull down the image over the network). We are primarily a Dell shop, even when we buy refurbished machines. I love the product, and it has saved us many a man hour. The licensing for 250-300 PCs is probably about $30 per station plus about 20% per year for software maintenance. Talk with CDW, SHI, or your favorite reseller to get a quote. But even before that, I recommend doing an evaluation of SmartDeploy. You won't be sorry, and then hardware standardization will no longer be a roadblock for you.
-
I will also say SmartDeploy has released / will release a product called PointFlip that creates layers on your end user PCs, allowing you to install an application on a reference computer and then push that application install to another computer running PointFlip. I believe you can also use it to upgrade the OS of a machine from 7 to 8.1 or probably to 10 at some point. I did some beta testing for this product earlier in the year but ran out of time to test it as much as I wanted. But it looks like it will be something very useful. It might be worth a look also down the road.
-
Right so where do I start??
I've got a blank VM ready to fire up.
The Windows 10 Pro Volume license is on order.Do I just install Win10 onto a VM, setup applications etc sysprep it then image that out? Any good how to guides for beginners in this game?
@NetworkNerd - Looks good but as I'm only going to use this going forward and not deploy/upgrade existing machines licensing SmartDeploy may be confusing
-
@hobbit666 said:
Do I just install Win10 onto a VM, setup applications etc sysprep it then image that out? Any good how to guides for beginners in this game?
Pretty much, just that simple. If you want to make your life a little easier, you can download all of the drivers for any computer you plan to deploy this image to, extract them into a folder structure (\drivers\video\card1, drivers\video\card2, drivers\camera\cam1, etc)
then add the path to \drivers to the needed registry key (don't know it off the top of my head).Don't forget the generalize the sysprep.
-
The registry key is DevicePath in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion
https://technet.microsoft.com/en-us/library/cc731664(v=ws.10).aspx
We do this with our image.
-
So once sysprep'd how do I deploy/send to target machine?
-
@hobbit666 said:
So once sysprep'd how do I deploy/send to target machine?
I use Clonezilla, but you can setup a FOG server to push the image to and pull it from.
-
The way we have this setup is our Fog Server is running as a VM on our XenServer. Our Image is also running as a VM on XenServer.
We update the image, change the nic to be on the "fog network" (dedicated nics so we can push to a physical device) and upload to the laptop or desktop.
-
Going to have a play once the VL has been added.