Learn In Hindi

Interview Question: 8

🔹 In a Windows Active Directory environment, if Loopback Processing is set to 'Merge' mode and a user GPO disables a setting while the computer GPO enables the same setting, which one takes precedence and why? Additionally, what would happen if the scenario is reversed? 🔹

Answer:
🔹 When Loopback Processing is set to Merge mode:



- User GPOs are applied first.
- Then, computer GPOs (loopback GPOs) are applied.
- If there are conflicting settings, the computer GPO settings take precedence.



Scenario 1:
- User GPO disables a setting (e.g., hides Control Panel).
- Computer GPO enables the same setting.
- Result: The setting is enabled, because the computer GPO is applied last and overrides the user GPO.



Scenario 2 (Reversed):
- User GPO enables a setting.
- Computer GPO disables the same setting.
- Result: The setting is disabled, again because the computer GPO takes precedence in Merge mode.

#grouppolicy #activedirectory

6 days ago | [YT] | 4