<?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>Two Minute Drill:  DriverQuery.exe</title><link>http://blogs.technet.com/b/askperf/archive/2011/10/21/two-minute-drill-driverquery-exe.aspx</link><description>Hello AskPerf! Blake here to discuss an internal command line tool called DriverQuery. What exactly is DriverQuery? I&amp;rsquo;m glad you asked. In a nutshell, DriverQuery is a command line tool that displays a list of all installed device drivers and their</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Two Minute Drill:  DriverQuery.exe</title><link>http://blogs.technet.com/b/askperf/archive/2011/10/21/two-minute-drill-driverquery-exe.aspx#3463197</link><pubDate>Thu, 03 Nov 2011 20:36:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3463197</guid><dc:creator>Pronichkin</dc:creator><description>&lt;p&gt;You can do it today by querying WMI from Windows PowerShell. For instance, you could use the “Win32_PnPSignedDriver” class (&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/library/aa394354"&gt;msdn.microsoft.com/.../aa394354&lt;/a&gt;) or find something more appropriate.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3463197" width="1" height="1"&gt;</description></item><item><title>re: Two Minute Drill:  DriverQuery.exe</title><link>http://blogs.technet.com/b/askperf/archive/2011/10/21/two-minute-drill-driverquery-exe.aspx#3463097</link><pubDate>Thu, 03 Nov 2011 15:12:16 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3463097</guid><dc:creator>Blake Morrison - MSFT</dc:creator><description>&lt;p&gt;Good question, to which if I knew I could not answer. &amp;nbsp;Sorry!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3463097" width="1" height="1"&gt;</description></item><item><title>re: Two Minute Drill:  DriverQuery.exe</title><link>http://blogs.technet.com/b/askperf/archive/2011/10/21/two-minute-drill-driverquery-exe.aspx#3462900</link><pubDate>Wed, 02 Nov 2011 19:17:05 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3462900</guid><dc:creator>Heb</dc:creator><description>&lt;p&gt;Nice tool. Can we expect it to be merged with Powershell one day ?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3462900" width="1" height="1"&gt;</description></item><item><title>re: Two Minute Drill:  DriverQuery.exe</title><link>http://blogs.technet.com/b/askperf/archive/2011/10/21/two-minute-drill-driverquery-exe.aspx#3461596</link><pubDate>Wed, 26 Oct 2011 17:45:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3461596</guid><dc:creator>Pronichkin</dc:creator><description>&lt;p&gt;Unfortunately, when it comes to “check... the latest hotfix” it surprisengly becomes a very tough task. For instance, for Hyper-V I&amp;#39;m maintaining such a list: &lt;a rel="nofollow" target="_new" href="http://social.technet.microsoft.com/wiki/contents/articles/3150.aspx"&gt;social.technet.microsoft.com/.../3150.aspx&lt;/a&gt;. The same is true for clustering: &lt;a rel="nofollow" target="_new" href="http://social.technet.microsoft.com/wiki/contents/articles/3153.aspx"&gt;social.technet.microsoft.com/.../3153.aspx&lt;/a&gt;. But for other Windows components there are no such lists. So it becomes increadingly hard to determine which exactly hotfix is the “latest” to date.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3461596" width="1" height="1"&gt;</description></item><item><title>re: Two Minute Drill:  DriverQuery.exe</title><link>http://blogs.technet.com/b/askperf/archive/2011/10/21/two-minute-drill-driverquery-exe.aspx#3461477</link><pubDate>Wed, 26 Oct 2011 10:41:45 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3461477</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;Yes, I agree. I meant that if you need to update, say mrxsmb20.sys on a file server, you can quickly check which version is currently installed and compare it to the version in the latest hotfix. :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3461477" width="1" height="1"&gt;</description></item><item><title>re: Two Minute Drill:  DriverQuery.exe</title><link>http://blogs.technet.com/b/askperf/archive/2011/10/21/two-minute-drill-driverquery-exe.aspx#3460830</link><pubDate>Sun, 23 Oct 2011 09:14:04 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3460830</guid><dc:creator>Pronichkin</dc:creator><description>&lt;p&gt;DriverQuery is a nice tool but it&amp;#39;s read-only by definition. If you need to modify something (e.g. update or replace a driver) using command-line interface you go either with PNPUtil or DevCon. Please see &lt;a rel="nofollow" target="_new" href="http://social.technet.microsoft.com/wiki/contents/articles/how-to-manage-device-drivers-with-command-line.aspx"&gt;social.technet.microsoft.com/.../how-to-manage-device-drivers-with-command-line.aspx&lt;/a&gt; for features and differences.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3460830" width="1" height="1"&gt;</description></item><item><title>re: Two Minute Drill:  DriverQuery.exe</title><link>http://blogs.technet.com/b/askperf/archive/2011/10/21/two-minute-drill-driverquery-exe.aspx#3460682</link><pubDate>Fri, 21 Oct 2011 14:49:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3460682</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;Great tool that let&amp;#39;s you quickly check the current version of any driver. Very handy when you want to upgrade a system driver and want to compare the currently installed ones with the ones in a hotfix!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3460682" width="1" height="1"&gt;</description></item></channel></rss>