Sometimes it’s difficult to troubleshoot Group Policies, particular on a terminal server based environment where a lot of GPO warnings and errors can occur. How do you separate those warning and errors to reflect the issue you are working on? If a GPO error raises an event how will you know which event is triggered by that specific error? With this blog I hope to show you an easy way of filtering events to get a clear list of events related to the error you are troubleshooting.
Step 1; Find the group Policy ActivityID
Step 2; Create a custom view
<QueryList><Query Id=”0″ Path=”Application”><Select Path=”Microsoft-Windows-GroupPolicy/Operational”>*[System/Correlation/@ActivityID='{INSERT ACTIVITY ID HERE}’]</Select></Query></QueryList>
You will be presented with a list of events regarding to the GPO you are troubleshooting. Keep in mind that the ActivityID is unique and will change when the GPO is rerun.
More about troubleshooting Group policies can be found here
Links:
Leave a Comment