Previous Topic: Review Hyper-V RequirementsNext Topic: Interactions Between Hyper-V Server Management Components


Apply Required Settings for Using Microsoft Hyper-V

Verify prerequisites and apply the following settings for Microsoft Hyper-V management:

To apply required settings for using Microsoft Hyper-V
  1. Verify that SystemEDGE, Advanced Encryption, and the Hyper-V AIM are installed on the Hyper-V Server. You can only assign one AIM for each managed Hyper-V Server.
  2. Disable the local User Access Control (UAC) on the Hyper-V Server.
  3. Disable the network UAC by setting the following registry value:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\LocalAccountTokenFilterPolicy,1 (REG_DWORD)
    
  4. Enable remote WMI firewall exception by running the following command from the command prompt:
    netsh advfirewall firewall set rule group="Windows Management Instrumentation (WMI)" new enable=yes
    
  5. Verify that the user configured in the management components for server access is a member of the "Distributed COM Users" group.