SuperduperPackager Posted September 1, 2017 Posted September 1, 2017 Hi, I'm trying to enable Hyper-V during a task sequence using powershell and this command: Enable-WindowsOptionalFeature -Online -FeatureName:Microsoft-Hyper-V -All Can't get it to work, the task sequence just hangs on this step. has anyone done this already?
computer_expert Posted September 2, 2017 Posted September 2, 2017 Assuming you are using MDT (not sure about SCCM but should be similar), you can use the 'Install Roles & Features' task sequence step to do this. Check all the Hyper-V boxes and it should install/enable hyper-v for you (Don't forget to update the deployment share!)
LytchettNM Posted September 2, 2017 Posted September 2, 2017 You will need to make sure the firmware for the computer you are trying to deploy to has the virtualisation option enabled.
snagrat Posted September 2, 2017 Posted September 2, 2017 Assuming you are using MDT (not sure about SCCM but should be similar), you can use the 'Install Roles & Features' task sequence step to do this. Check all the Hyper-V boxes and it should install/enable hyper-v for you (Don't forget to update the deployment share!) Why would you have to update the deployment share if it's just a TS step change you are adding?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now