logo logo

Install new roles and features to Hyper-V Core using PowerShell

Type get-windowsfeature to get a list and status of all installed features.

Type install-windowsfeature featurename to install that role/feature to the server.

bottom