<?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>Hyper-V Programming Model - All Comments</title><link>http://blogs.technet.com/b/howardhao/</link><description /><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Hyper-V WMI Introduction</title><link>http://blogs.technet.com/b/howardhao/archive/2008/08/22/hyper-v-wmi-introduction.aspx#3494941</link><pubDate>Fri, 27 Apr 2012 12:19:11 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3494941</guid><dc:creator>Amadeo Dujmovic</dc:creator><description>&lt;p&gt;Tx for sharing this information, it&amp;#39;s pricless... &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3494941" width="1" height="1"&gt;</description></item><item><title>re: Build and Run C# Samples</title><link>http://blogs.technet.com/b/howardhao/archive/2008/08/21/run-c-samples.aspx#3443671</link><pubDate>Wed, 27 Jul 2011 10:52:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3443671</guid><dc:creator>Esref DURNA</dc:creator><description>&lt;p&gt;simple but good advice&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3443671" width="1" height="1"&gt;</description></item><item><title>re: Hyper-V WMI Introduction</title><link>http://blogs.technet.com/b/howardhao/archive/2008/08/22/hyper-v-wmi-introduction.aspx#3372333</link><pubDate>Wed, 01 Dec 2010 12:32:40 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3372333</guid><dc:creator>Ramazan [MVP]</dc:creator><description>&lt;p&gt;great stuff, thanks for sharing this with us ;-)&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Ramazan &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3372333" width="1" height="1"&gt;</description></item><item><title>re: VM Operations</title><link>http://blogs.technet.com/b/howardhao/archive/2009/07/20/vm-operations.aspx#3309823</link><pubDate>Mon, 01 Feb 2010 15:51:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3309823</guid><dc:creator>Sun Wei</dc:creator><description>&lt;p&gt;how to set default memory size ?&lt;/p&gt;
&lt;p&gt; ManagementPath settingPath = new ManagementPath(&amp;quot;Msvm_MemorySettingData&amp;quot;);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ManagementClass memoryResourceSettingClass = new ManagementClass(scope, settingPath, null);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ManagementObject memoryResourceSettingData = memoryResourceSettingClass.CreateInstance();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;memoryResourceSettingData[&amp;quot;VirtualQuantity&amp;quot;] = memory;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;string settingData = memoryResourceSettingData.GetText(TextFormat.CimDtd20);&lt;/p&gt;
&lt;p&gt;but exception is parameter error.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3309823" width="1" height="1"&gt;</description></item><item><title>re: Blog Introduction</title><link>http://blogs.technet.com/b/howardhao/archive/2008/08/18/blog-introduction.aspx#3200451</link><pubDate>Wed, 11 Feb 2009 01:26:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3200451</guid><dc:creator>Regi</dc:creator><description>&lt;p&gt;How would one start a VM programatically. I see that you can use InitiateShutdown to stop a VM&lt;/p&gt;
&lt;p&gt;Regi&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3200451" width="1" height="1"&gt;</description></item><item><title>re: Virtual System Management Services</title><link>http://blogs.technet.com/b/howardhao/archive/2008/08/28/virtual-system-management-services.aspx#3179704</link><pubDate>Sat, 10 Jan 2009 03:48:24 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3179704</guid><dc:creator>Mezzrow Cowles</dc:creator><description>&lt;p&gt;This is a fabulous post. &amp;nbsp;Thank you for taking the time to do this. &lt;/p&gt;
&lt;p&gt;A quick question for you. &amp;nbsp;Is it possible to set the boot time of a child partition (similar to what was done in VS with the &amp;lt;time_bytes&amp;gt; node) programmatically in Hyper-V? &amp;nbsp;I've got some demos with expiring certs that I'd like to show while travelling. &amp;nbsp;One of the demos requires a reboot.&lt;/p&gt;
&lt;p&gt;Any notions on where to start?&lt;/p&gt;
&lt;p&gt;Thanks again,&lt;/p&gt;
&lt;p&gt;-Mezzrow&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3179704" width="1" height="1"&gt;</description></item><item><title>re: Virtual System Management Services</title><link>http://blogs.technet.com/b/howardhao/archive/2008/08/28/virtual-system-management-services.aspx#3172395</link><pubDate>Tue, 23 Dec 2008 03:08:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3172395</guid><dc:creator>HowardHao</dc:creator><description>&lt;p&gt;Please check out the MSDN samples at:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/cc136977"&gt;http://msdn.microsoft.com/en-us/library/cc136977&lt;/a&gt;(VS.85).aspx&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3172395" width="1" height="1"&gt;</description></item><item><title>re: Hyper-V WMI Introduction</title><link>http://blogs.technet.com/b/howardhao/archive/2008/08/22/hyper-v-wmi-introduction.aspx#3171254</link><pubDate>Fri, 19 Dec 2008 15:17:14 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3171254</guid><dc:creator>Sam</dc:creator><description>&lt;p&gt;Thanks for this article. It gives me a heads on WMI programming for Hyper-V which I was not able to find elsewhere.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Sam&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3171254" width="1" height="1"&gt;</description></item><item><title>re: Virtual System Management Services</title><link>http://blogs.technet.com/b/howardhao/archive/2008/08/28/virtual-system-management-services.aspx#3158658</link><pubDate>Mon, 24 Nov 2008 15:55:28 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3158658</guid><dc:creator>Dung K Hoang</dc:creator><description>&lt;p&gt;Howard&lt;/p&gt;
&lt;p&gt;Thanks much for writing details explanation on Hyper-V WMI.I read yoru blog with great interest!&lt;/p&gt;
&lt;p&gt;One quick question:&lt;/p&gt;
&lt;p&gt;Do you have any examples of calling the method TearDownSwitch of Msvm_VirtualSwitchmanagementService?&lt;/p&gt;
&lt;p&gt;I can't find any working example of this&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;/Dung&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3158658" width="1" height="1"&gt;</description></item><item><title>re: Hyper-V WMI Introduction</title><link>http://blogs.technet.com/b/howardhao/archive/2008/08/22/hyper-v-wmi-introduction.aspx#3111392</link><pubDate>Mon, 25 Aug 2008 12:04:40 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3111392</guid><dc:creator>Markus Voellinger</dc:creator><description>&lt;p&gt;Howdie,&lt;/p&gt;
&lt;p&gt;wooohoo, this article rocks. Thanks for the great information!&lt;/p&gt;
&lt;p&gt;Peter Forster&lt;/p&gt;
&lt;p&gt;MVP Virtual Machine&lt;/p&gt;
&lt;p&gt;Austria&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3111392" width="1" height="1"&gt;</description></item></channel></rss>