Note: This question is part of a series of questions that present the same scenario. Each question in the series
contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will not be able to return to it.
As a result, these questions will not appear in the review screen.
You plan to simplify the organizational unit (OU) structure for a company. You must consolidate all member servers in the domain to a single OU named MemberServers. You need to apply Group
Policy settings for servers that meet the following criteria:
Server operating systems: Windows Server 2012
Server hardware platform: 64 bit
Server memory: less than 16 GB of RAM
Solution: You create a WMI filter action that includes the following query:
select * from Win32_OperatingSystem where Version like -6.2%- and ProductType=-3- and OSArchitecture = -64-bit- where Win32_PhysicalMemory < 16000000000
Does this meet the goal?
A. Yes
B. No
Explanation:
References:
https://technet.microsof
t.com/en-us/library/jj899801(v=ws.11).aspx