Jump to content

Recommended Posts

Posted

Where in AD do you have the OU for Hyper-v cluster machine account and your hyper-v hosts?

 

Currently mine is Domain> Computers> Failover Cluster Machine

Domain> VM Hosts > Hosts.

Posted (edited)

All my servers are in the same OU. Sanity can prevail if you use WMI filters (like you are supposed to). So there is a GPO for Hyper-V hosts and one for VMs which specific settings for both over and above what the standard settings do.

 

Hyper-V Host:

 

Win32_ServerFeature where ID=20

 

Hyper-V VM:

 

SELECT * FROM Win32_ComputerSystem WHERE Model = "Virtual Machine"

Edited by Geoff

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...