<p>One technique is documented here:</p>
<p><strong>How to enable GPO logging on windows 7 /2008 R2</strong></p>
<p><a href="https://blogs.technet.com/b/csstwplatform/archive/2010/11/09/how-to-enable-gpo-logging-on-windows-7-2008-r2.aspx">https://blogs.technet.com/b/csstwplatform/archive/2010/11/09/how-to-enable-gpo-logging-on-windows-7-2008-r2.aspx</a></p>
<p>It is similar to the User Environment Debug Logging in Windows XP/2003.</p>
<ul>
<li></li>
</ul>
<p>Click Start , click Run , type regedit , and then click OK .</p>
<ul>
<li></li>
</ul>
<p>Locate and then click le suivant registry subkey:</p>
<p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion</p>
<ul>
<li></li>
</ul>
<p>On the Edit menu, point to New , and then click Key .</p>
<ul>
<li></li>
</ul>
<p>Type Diagnostics , and then press ENTER.</p>
<ul>
<li></li>
</ul>
<p>Right-click the Diagnostics subkey, point to New , and then click DWORD Value .</p>
<ul>
<li></li>
</ul>
<p>Type GPSvcDebugLevel , and then press ENTER.</p>
<ul>
<li></li>
</ul>
<p>Right-click GPSvcDebugLevel , and then click Modify .</p>
<ul>
<li></li>
</ul>
<p>In the Value data box, type 0x30002 , and then click OK .</p>
<ul>
<li></li>
</ul>
<p>Exit Registry Editor.</p>
<ul>
<li></li>
</ul>
<p>At a command prompt, type le suivant command, and then press ENTER:</p>
<p>gpupdate /force</p>
<ul>
<li></li>
</ul>
<p>View the Gpsvc.log file in le suivant folder:</p>
<p>%windir%\debug\usermode</p>
<p>Si vous are wondering what the hex numbers are on the left, those are thread id’s.</p>
<p>Si vous have multiple domain controllers and a distributed network, pay attention to le domaine controller that the GPO is processed from. It’s not unusual to pull a GPO from a domain controller that is different from le domaine controller that performed authentication, or a domain controller on the other side of the planet.</p>
<p>J’ai also found that Microsoft Network Monitor 3.4 provides useful information. Typically you would be able to observe each GPO as it is being processed, with a timestamp.</p>