<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/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>WMI: Rebuilding the WMI Repository</title><link>http://blogs.technet.com/b/askperf/archive/2009/04/13/wmi-rebuilding-the-wmi-repository.aspx</link><description>REBUILDING THE WMI REPOSITORY 
 
 Scenario Windows Management Instrumentation fails due to repository corruption or the repository is too large 
 The WMI Repository "%windir%System32\Wbem\Repository" is the database that stores meta-information and</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: WMI: Rebuilding the WMI Repository</title><link>http://blogs.technet.com/b/askperf/archive/2009/04/13/wmi-rebuilding-the-wmi-repository.aspx#3573657</link><pubDate>Mon, 20 May 2013 14:24:45 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3573657</guid><dc:creator>LnR68</dc:creator><description>&lt;p&gt;What is ie script error # 53 and how can I stop it from popping up?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3573657" width="1" height="1"&gt;</description></item><item><title>re: WMI: Rebuilding the WMI Repository</title><link>http://blogs.technet.com/b/askperf/archive/2009/04/13/wmi-rebuilding-the-wmi-repository.aspx#3573002</link><pubDate>Wed, 15 May 2013 23:02:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3573002</guid><dc:creator>TreeLeafs</dc:creator><description>&lt;p&gt;I think it is important to clarify and remember that when running in commandline, use&lt;/p&gt;
&lt;p&gt;for /f %s ....&lt;/p&gt;
&lt;p&gt;while in a batch file, use&lt;/p&gt;
&lt;p&gt;for /f %%s ...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3573002" width="1" height="1"&gt;</description></item><item><title>re: WMI: Rebuilding the WMI Repository</title><link>http://blogs.technet.com/b/askperf/archive/2009/04/13/wmi-rebuilding-the-wmi-repository.aspx#3559324</link><pubDate>Mon, 18 Mar 2013 14:56:30 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3559324</guid><dc:creator>Blake Morrison - MSFT</dc:creator><description>&lt;p&gt;@Ryan Steele: &amp;nbsp;Thanks for the heads up. &amp;nbsp;I have made the corrections.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3559324" width="1" height="1"&gt;</description></item><item><title>re: WMI: Rebuilding the WMI Repository</title><link>http://blogs.technet.com/b/askperf/archive/2009/04/13/wmi-rebuilding-the-wmi-repository.aspx#3558132</link><pubDate>Tue, 12 Mar 2013 17:16:49 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3558132</guid><dc:creator>Ryan Steele</dc:creator><description>&lt;p&gt;There are a couple typos in that batch script. Here is the corrected version:&lt;/p&gt;
&lt;p&gt;@echo off&lt;/p&gt;
&lt;p&gt;sc config winmgmt start= disabled&lt;/p&gt;
&lt;p&gt;net stop winmgmt /y&lt;/p&gt;
&lt;p&gt;%systemdrive%&lt;/p&gt;
&lt;p&gt;cd %windir%\system32\wbem&lt;/p&gt;
&lt;p&gt;for /f %%s in (&amp;#39;dir /b *.dll&amp;#39;) do regsvr32 /s %%s&lt;/p&gt;
&lt;p&gt;wmiprvse /regserver &lt;/p&gt;
&lt;p&gt;winmgmt /regserver &lt;/p&gt;
&lt;p&gt;sc config winmgmt start= auto&lt;/p&gt;
&lt;p&gt;net start winmgmt&lt;/p&gt;
&lt;p&gt;for /f %%s in (&amp;#39;dir /s /b *.mof *.mfl&amp;#39;) do mofcomp %%s&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3558132" width="1" height="1"&gt;</description></item><item><title>re: WMI: Rebuilding the WMI Repository</title><link>http://blogs.technet.com/b/askperf/archive/2009/04/13/wmi-rebuilding-the-wmi-repository.aspx#3555922</link><pubDate>Fri, 01 Mar 2013 19:33:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3555922</guid><dc:creator>Blake Morrison - MSFT</dc:creator><description>&lt;p&gt;@All: You should not rename the WMI Repository folder manually in Vista or higher. &amp;nbsp;To resolve WMI issues, first make sure you have the latest WMI hotfixes, then run the commands associated with &amp;quot;winmgmt.exe&amp;quot;.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3555922" width="1" height="1"&gt;</description></item><item><title>re: WMI: Rebuilding the WMI Repository</title><link>http://blogs.technet.com/b/askperf/archive/2009/04/13/wmi-rebuilding-the-wmi-repository.aspx#3553011</link><pubDate>Sat, 16 Feb 2013 08:37:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3553011</guid><dc:creator>Thomas </dc:creator><description>&lt;p&gt;Team,&lt;/p&gt;
&lt;p&gt;We have pushed the SCCM patches for windows 2008r2,2003 servers. we checked and found no issues with the client health. We encountered no state data under it we saw that the status shows that no state data.&lt;/p&gt;
&lt;p&gt;I want to know what this signifies. Does it mean that client health is not OK or it means WMI is not working fine. &amp;nbsp;I have been expoloring but had found no answers to it.&lt;/p&gt;
&lt;p&gt;We did fix the client issues on the servers. But still they are not compliant.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3553011" width="1" height="1"&gt;</description></item><item><title>re: WMI: Rebuilding the WMI Repository</title><link>http://blogs.technet.com/b/askperf/archive/2009/04/13/wmi-rebuilding-the-wmi-repository.aspx#3551898</link><pubDate>Tue, 12 Feb 2013 12:02:11 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3551898</guid><dc:creator>Shaina</dc:creator><description>&lt;p&gt;Hi Team,&lt;/p&gt;
&lt;p&gt;I was going to fix the SCCM client issue. But notice the WMI is corrupted.&lt;/p&gt;
&lt;p&gt;Stopped the service. Renamedd the repository in Wbem folder to old. but now wmi option to restart,start and stop are disabled.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3551898" width="1" height="1"&gt;</description></item><item><title>re: WMI: Rebuilding the WMI Repository</title><link>http://blogs.technet.com/b/askperf/archive/2009/04/13/wmi-rebuilding-the-wmi-repository.aspx#3550606</link><pubDate>Wed, 06 Feb 2013 03:31:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3550606</guid><dc:creator>John Black</dc:creator><description>&lt;p&gt;Winmgmt /salvagerepository worked a treat! &amp;nbsp;Thanks!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3550606" width="1" height="1"&gt;</description></item><item><title>re: WMI: Rebuilding the WMI Repository</title><link>http://blogs.technet.com/b/askperf/archive/2009/04/13/wmi-rebuilding-the-wmi-repository.aspx#3550168</link><pubDate>Mon, 04 Feb 2013 07:44:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3550168</guid><dc:creator>lakshman, chennai</dc:creator><description>&lt;p&gt;Even i tried above step, still having issue with software inventry collection&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3550168" width="1" height="1"&gt;</description></item><item><title>re: WMI: Rebuilding the WMI Repository</title><link>http://blogs.technet.com/b/askperf/archive/2009/04/13/wmi-rebuilding-the-wmi-repository.aspx#3529532</link><pubDate>Tue, 30 Oct 2012 05:14:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3529532</guid><dc:creator>victorkong@shaw.ca</dc:creator><description>&lt;p&gt;try Winmgmt /resetrepository, have access denied.&lt;/p&gt;
&lt;p&gt;My logon id suppose have admin right.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3529532" width="1" height="1"&gt;</description></item></channel></rss>