Jump to content

Recommended Posts

Posted

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?

Posted
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!)
Posted
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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...