<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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: Improving your WMI application performance in fan-out scenario</title><link>http://blogs.msdn.com/wmi/archive/2009/06/27/wmi-improving-your-wmi-application-performance-in-fan-out-scenario.aspx</link><description>One of the powerful capabilities in WMI is allowing authenticated users and applications to perform management tasks on a remote computer through DCOM. This is particularly useful in the fan-out scenario where developers can write applications to monitor</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: WMI: Improving your WMI application performance in fan-out scenario</title><link>http://blogs.msdn.com/wmi/archive/2009/06/27/wmi-improving-your-wmi-application-performance-in-fan-out-scenario.aspx#9809645</link><pubDate>Tue, 30 Jun 2009 16:42:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9809645</guid><dc:creator>BrianD</dc:creator><description>&lt;p&gt;Is there a way to &amp;quot;hold&amp;quot; the connection when using VBscript and/or PowerShell? &amp;nbsp;Thx...&lt;/p&gt;</description></item><item><title>re: WMI: Improving your WMI application performance in fan-out scenario</title><link>http://blogs.msdn.com/wmi/archive/2009/06/27/wmi-improving-your-wmi-application-performance-in-fan-out-scenario.aspx#9810321</link><pubDate>Wed, 01 Jul 2009 07:08:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9810321</guid><dc:creator>hangc</dc:creator><description>&lt;p&gt;In VBScript, you can reuse the SWbemLocator object to achieve higher performance when connecting to the same remote WMI namespace. If you are using WMI Powershell Cmdlets, you cannot &amp;quot;hold&amp;quot; the connection as WMI Cmdlets do not expose any references to the connection. In the managed code world, you can reuse the ManagementScope object. HTH&lt;/p&gt;
</description></item></channel></rss>