Feature name IsolatedUserMode is unknown server 2012 r2

Keven Vallance 1 Reputation point
2022-01-26T21:36:31.377+00:00

On a server 2012 R2. Installed TPM chip, BIOS has TPM2.0 enabled. Need to run this command to get Hyper-V VM's to allow TPM.

running ON the server in Powershell. as ADMIN

Enable-WindowsOptionalFeature -Feature IsolatedUserMode -online

then get this error:

Enable-WindowsOptionalFeature : Feature name IsolatedUserMode is unknown.

ideas?

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,545 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2022-01-26T22:00:20.167+00:00

    Don't think that's available on a 2012 R2 host.
    https://learn.microsoft.com/en-us/archive/blogs/ash/windows-10-device-guard-and-credential-guard-demystified

    --please don't forget to upvote and Accept as answer if the reply is helpful--