<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.robertlacroix.de/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>robertlacroix.com - Robert Lacroix : RSoP, mofcomp, WMI, MOF, Group Policy</title><link>http://www.robertlacroix.de/cs/archive/tags/RSoP/mofcomp/WMI/MOF/Group+Policy/default.aspx</link><description>Tags: RSoP, mofcomp, WMI, MOF, Group Policy</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>How to eliminate re-occurring RSoP warnings in the eventlog on a Windows Server 2008 Server Core</title><link>http://www.robertlacroix.de/cs/archive/2008/11/18/how-to-eliminate-re-occurring-rsop-warnings-in-the-eventlog-on-a-windows-server-2008-server-core.aspx</link><pubDate>Tue, 18 Nov 2008 22:17:00 GMT</pubDate><guid isPermaLink="false">adf486ab-8e0c-483e-94b4-fe9a87b71a0b:722</guid><dc:creator>rl</dc:creator><slash:comments>2</slash:comments><comments>http://www.robertlacroix.de/cs/comments/722.aspx</comments><wfw:commentRss>http://www.robertlacroix.de/cs/commentrss.aspx?PostID=722</wfw:commentRss><description>&lt;img src="http://www.robertlacroix.com/files/rsop-warnings/rsop-warnings.png" align="right" hspace="10"&gt;Recently we noticed RSoP warnings on our Windows Server 2008 Server
Core Domain Controllers that re-occurred every five minutes in the
system as well as in the application eventlog, saying that it was
unable to log RSoP-Data for some reason. Resultant Set of Policies
(RSoP) is the combined result of all applied group policies, which is logged
for analysis reasons and can be seen with the Resultant Set of Policies
MMC-snap-in.&lt;br&gt;&lt;br&gt;&lt;font face="Courier New"&gt;Log Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System&lt;br&gt;Source:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Microsoft-Windows-GroupPolicy&lt;br&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1091&lt;br&gt;Level:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Warning&lt;br&gt;Description:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
Windows could not record&amp;nbsp; the Resultant Set of Policy (RSoP)
information for the Group Policy extension &amp;lt;Group Policy
Registry&amp;gt;. Group Policy settings successfully applied to the
computer or user; however, management tools may not report accurately.&lt;br&gt;&lt;br&gt;Log Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application&lt;br&gt;Source:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Group Policy Registry&lt;br&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4099&lt;br&gt;Level:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Warning&lt;br&gt;Description:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
The client-side extension could not log RSoP data because it failed
with error code '0x8004401e &amp;lt;unknown-message-text&amp;gt;'.&lt;/font&gt;&lt;br&gt;&lt;br&gt;After
some digging on the net, it turned out that it was related to Group
Policy Preference Client Side Extensions we used to distribute some
registry settings. The Group Policy Preference Client Side Extensions
are an addition to Windows Server 2008 respectively Windows Vista SP1
which can be installed on &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=E60B5C8F-D7DC-4B27-A261-247CE3F6C4F8&amp;amp;displaylang=en"&gt;Windows XP&lt;/a&gt; and &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=bfe775f9-5c34-44d0-8a94-44e47db35add&amp;amp;DisplayLang=en"&gt;Windows Server 2003&lt;/a&gt;
as well. They add the possibility to distribute "preferences" rather
than "policies" in a very smart way. The functionality was named
PolicyMaker&amp;nbsp; before, has been bought by Microsoft and is now
distributed freely as part of Windows.&lt;br&gt;&lt;br&gt;Regarding those Group
Policy Preference Client Side Extensions, Microsoft obviously has been
to aggressive while stripping down server core, as it turns out that in
order to generate RSoP of these preferences, a WBEM (WMI) MOF file
(Managed Object Format) is needed but missing in server core.
Fortunately that can be fixed real easy:&lt;br&gt;&lt;br&gt;1. Get &lt;font face="Courier New"&gt;%SYSTEMROOT%\system32\wbem\polprocl.mof&lt;/font&gt; from a full Windows Server 2008 and copy it to the same path on the server core.&lt;br&gt;2. Get &lt;font face="Courier New"&gt;%SYSTEMROOT%\system32\wbem\&lt;i&gt;en-US&lt;/i&gt;\polprocl.mfl&lt;/font&gt;
from a full Windows Server 2008 and copy it to the same path on the
server core, where en-US should be replaced with the actual language
that is installed (repeat for every language pack installed)&lt;br&gt;3. On an administrative cmd do &lt;font face="Courier New"&gt;mofcomp %SYSTEMROOT%\system32\wbem\polprocl.mof&lt;/font&gt;&lt;br&gt;&lt;br&gt;Afterwards issue a &lt;font face="Courier New"&gt;gpupdate /force&lt;/font&gt; and the problem should be gone.&lt;br&gt;&lt;img src="http://www.robertlacroix.de/cs/aggbug.aspx?PostID=722" width="1" height="1"&gt;</description><category domain="http://www.robertlacroix.de/cs/archive/tags/RSoP/default.aspx">RSoP</category><category domain="http://www.robertlacroix.de/cs/archive/tags/CSE/default.aspx">CSE</category><category domain="http://www.robertlacroix.de/cs/archive/tags/mofcomp/default.aspx">mofcomp</category><category domain="http://www.robertlacroix.de/cs/archive/tags/MOF/default.aspx">MOF</category><category domain="http://www.robertlacroix.de/cs/archive/tags/Group+Policy/default.aspx">Group Policy</category><category domain="http://www.robertlacroix.de/cs/archive/tags/WMI/default.aspx">WMI</category><category domain="http://www.robertlacroix.de/cs/archive/tags/Server+Core/default.aspx">Server Core</category><category domain="http://www.robertlacroix.de/cs/archive/tags/PolicyMaker/default.aspx">PolicyMaker</category><category domain="http://www.robertlacroix.de/cs/archive/tags/Client+Side+Extensions/default.aspx">Client Side Extensions</category><category domain="http://www.robertlacroix.de/cs/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category><category domain="http://www.robertlacroix.de/cs/archive/tags/WBEM/default.aspx">WBEM</category></item></channel></rss>