1Y0-201 · Question #84
Scenario: A Citrix Administrator discovers that a Citrix policy configured using the Group Policy Management Console is NOT being applied to Windows 7 Desktop OS machines. The policy is being…
The correct answer is A. The WMI filter is applied to the policy. A WMI filter attached to a Group Policy Object can restrict policy application to machines matching specific OS criteria, which explains why the Citrix policy applies to Windows 8.1 machines but not Windows 7 machines.
Question
Scenario: A Citrix Administrator discovers that a Citrix policy configured using the Group Policy Management Console is NOT being applied to Windows 7 Desktop OS machines. The policy is being successfully applied to Windows 8.1 Desktop OS machines. What is the likely cause of this issue?
Options
- AThe WMI filter is applied to the policy.
- BThe Delivery Group type filter is configured.
- CThe User Configuration settings are disabled within the policy.
- DThe Computer Configuration settings are disabled within the policy.
How the community answered
(43 responses)- A72% (31)
- B9% (4)
- C5% (2)
- D14% (6)
Why each option
A WMI filter attached to a Group Policy Object can restrict policy application to machines matching specific OS criteria, which explains why the Citrix policy applies to Windows 8.1 machines but not Windows 7 machines.
WMI filters evaluate a WMI query on each target machine before the GPO is applied; if the query only returns true for Windows 8.1 - for example by filtering on a specific OS version number or build - the GPO is skipped entirely on Windows 7 machines. This selective behavior exactly matches the described scenario where the same policy processes correctly on one OS version but is completely ignored on another. Reviewing the WMI filter query associated with the GPO and broadening it to include Windows 7 in its scope would resolve the issue.
The Delivery Group type filter is a Citrix Studio policy filter within the XenDesktop/CVAD policy engine and is not a Group Policy Management Console construct that would cause OS-version-selective GPO application.
Disabling User Configuration settings within a GPO prevents user-based settings from applying universally to all targeted machines, not selectively based on the Windows version of the machine.
Disabling Computer Configuration settings within a GPO prevents computer-based settings from applying to all targeted machines equally, not selectively based on which Windows OS version is running.
Concept tested: Group Policy WMI filter for OS version targeting
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/group-policy/filter-the-scope-of-a-gpo-by-using-wmi-filters
Topics
Community Discussion
No community discussion yet for this question.