Here is a list of things I did to get the process to flow... The issue I'm having is that it is not fully unattended, I get prompted to run through the task sequence even though I don't have to change anything. If you have suggestions on how to make this fully automated, please let me know.
Summary: I end up with the wim files as expected, but have to click through the TS and shutdown the machines after they are captured. Thank you, this is pretty amazing.
#1. Download the files
#2. Unblock all the ps1 files
#3. Create the c:\setup folder
#4. Copy the files to C:\Setup\ImageFactoryV3ForHyper-V
#5. Copy the ini setup to C:\Setup\PSini
#6. Install latest adk
#7. Install latest mdt
#8. Create a REF Folder in Task Sequences
#9. Create a Deploy/Capture TS for Server 2012 R2 Standard (and every other os and version above that)
#10. Update Deployment Share
#11. Update the ini and xml files (server name, vswitch, SkipCapture=No, DoCapture=Yes)
#12. Run these two scripts to enable hyper-v and Powershell
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
Add-WindowsFeature RSAT-Hyper-V-Tools -IncludeAllSubFeature
Here is a list of things I did to get the process to flow... The issue I'm having is that it is not fully unattended, I get prompted to run through the task sequence even though I don't have to change anything. If you have suggestions on how to make this fully automated, please let me know.
Summary: I end up with the wim files as expected, but have to click through the TS and shutdown the machines after they are captured. Thank you, this is pretty amazing.
#1. Download the files
#2. Unblock all the ps1 files
#3. Create the c:\setup folder
#4. Copy the files to C:\Setup\ImageFactoryV3ForHyper-V
#5. Copy the ini setup to C:\Setup\PSini
#6. Install latest adk
#7. Install latest mdt
#8. Create a REF Folder in Task Sequences
#9. Create a Deploy/Capture TS for Server 2012 R2 Standard (and every other os and version above that)
#10. Update Deployment Share
#11. Update the ini and xml files (server name, vswitch, SkipCapture=No, DoCapture=Yes)
#12. Run these two scripts to enable hyper-v and Powershell
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
Add-WindowsFeature RSAT-Hyper-V-Tools -IncludeAllSubFeature