<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Michael Phillips Blog &#187; Microsoft</title>
	<atom:link href="http://nukeitmike.com/blog/category/microsoft/feed" rel="self" type="application/rss+xml" />
	<link>http://nukeitmike.com/blog</link>
	<description>My place to speak about things</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:57:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using Powershell to get logon script path from Active Directory</title>
		<link>http://nukeitmike.com/blog/2010/07/29/using-powershell-to-get-logon-script-path-from-active-directory/</link>
		<comments>http://nukeitmike.com/blog/2010/07/29/using-powershell-to-get-logon-script-path-from-active-directory/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 20:57:31 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://nukeitmike.com/blog/2010/07/29/using-powershell-to-get-logon-script-path-from-active-directory/</guid>
		<description><![CDATA[If you want to know what logon script users are getting, this is an easy way to get that information: Import-Module -Name ActiveDirectory Get-ADUser -Filter * -SearchBase &#34;OU=YourOUName,DC=YourDomain,DC=COM&#34; -properties ScriptPath &#124; Export-Csv &#34;c:\script\ADUser.csv&#34; Note: In order for this to work, you have to have the ActiveDirectory Module loaded.&#160;]]></description>
			<content:encoded><![CDATA[<p>If you want to know what logon script users are getting, this is an easy way to get that information:</p>
<blockquote><p>Import-Module -Name ActiveDirectory </p>
<p>Get-ADUser -Filter * -SearchBase &quot;OU=YourOUName,DC=YourDomain,DC=COM&quot; -properties ScriptPath | Export-Csv &quot;c:\script\ADUser.csv&quot;</p>
</blockquote>
<p>Note: In order for this to work, you have to have the ActiveDirectory Module loaded.&#160; </p>
]]></content:encoded>
			<wfw:commentRss>http://nukeitmike.com/blog/2010/07/29/using-powershell-to-get-logon-script-path-from-active-directory//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 Plans Leaked</title>
		<link>http://nukeitmike.com/blog/2010/06/29/windows-8-plans-leaked/</link>
		<comments>http://nukeitmike.com/blog/2010/06/29/windows-8-plans-leaked/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 14:43:48 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Beta]]></category>
		<category><![CDATA[General Info]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://nukeitmike.com/blog/2010/06/29/windows-8-plans-leaked/</guid>
		<description><![CDATA[So apparently, Windows 8 planning slides got leaked.&#160; A good discussion about what is contained in the slides can be found in this blog post: Long story short, these slide decks are chock full of internal thinking on Windows 8 — everything from customer target audiences to the Windows 8 developer market to the Windows [...]]]></description>
			<content:encoded><![CDATA[<p>So apparently, Windows 8 planning slides got leaked.&#160; A good discussion about what is contained in the slides can be found in this blog post:</p>
<blockquote><p><a href="http://msftkitchen.com/2010/06/windows-8-plans-leaked-numerous-details-revealed.html" target="_blank">Long story short, these slide decks are chock full of internal thinking on Windows 8 — everything from customer target audiences to the Windows 8 developer market to the Windows 8 product cycle and much, much more.</a></p>
</blockquote>
<p>&#160;</p>
<p>While I agree with the author of the post, in that I feel bad for the person who leaked this, I do think it is pretty interesting to get a look at what Microsoft is thinking.&#160; I always find it useful to know now where they think things are going to be in the future, in the hopes that I will make better decisions about how to position myself and the company I work for to take advantage of the “new stuff” when it gets here.</p>
]]></content:encoded>
			<wfw:commentRss>http://nukeitmike.com/blog/2010/06/29/windows-8-plans-leaked//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCVMM and P2V Adventures</title>
		<link>http://nukeitmike.com/blog/2010/06/17/scvmm-and-p2v-adventures/</link>
		<comments>http://nukeitmike.com/blog/2010/06/17/scvmm-and-p2v-adventures/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 19:11:08 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Virtual Server]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://nukeitmike.com/blog/2010/06/17/scvmm-and-p2v-adventures/</guid>
		<description><![CDATA[Where I work, we have been using Microsoft Virtualization since Virtual Server was in Beta.&#160; Of course, we don’t necessarily use all of the functions and features of all the software we have, but one feature that I have used a good bit is the “Convert physical server” action in System Center Virtual Machine Manager.&#160; [...]]]></description>
			<content:encoded><![CDATA[<p> Where I work, we have been using Microsoft Virtualization since Virtual Server was in Beta.&#160; Of course, we don’t necessarily use all of the functions and features of all the software we have, but one feature that I have used a good bit is the “Convert physical server” action in System Center Virtual Machine Manager.&#160; Until recently, I have used this with great success.&#160; We run IBM xSeries servers and I have converted something like 50 of them to virtual machines running on Hyper-V over the past several years.&#160; </p>
<p>In late 2007, we bought our first IBM Blade Center (which I am very happy with) and with that move we also decided to do “boot from SAN” for all of our blades.&#160; Just seemed to make sense that we wouldn’t put moving parts in a device that was designed to run so well without moving parts.&#160; </p>
<p>At the time, we were implementing a new ERP system and several “hanger on” type applications, and Hyper-V (virtualization in general) wasn’t something that was supported by a lot of the software we were deploying.&#160; So we have a lot of powerful blade servers, running a lot of low use applications.&#160; I have managed to eradicate several of those wasteful installations, but there are a set that I am only now getting buy-in to virtualize.&#160; </p>
<p>And today’s adventure begins with a Windows Server 2003 SP2 machine installed Boot from SAN on an IBM HS21-XM Blade server.</p>
<p>First attempt:</p>
<blockquote><p>1.&#160; Convert physical server</p>
<p>2.&#160; Virtual machine name </p>
<p>3.&#160; Scan System</p>
<p><a href="http://nukeitmike.com/blog/wp-content/uploads/2010/06/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://nukeitmike.com/blog/wp-content/uploads/2010/06/image_thumb.png" width="601" height="412" /></a></p>
<p>Looks good..</p>
<p>4. Conversion options</p>
</blockquote>
<blockquote><p><a href="http://nukeitmike.com/blog/wp-content/uploads/2010/06/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://nukeitmike.com/blog/wp-content/uploads/2010/06/image_thumb1.png" width="555" height="484" /></a> </p>
<p>we can try the defaults..</p>
<p>5.&#160; Specify the processor and memory…&#160; </p>
<p>6.&#160; Select the host, path, network, start options, etc..</p>
<p>7.&#160; The job starts, the machine gets copied over, and …</p>
</blockquote>
<p>That try resulted in a blue screen loop..&#160; </p>
<p><a href="http://nukeitmike.com/blog/wp-content/uploads/2010/06/image2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://nukeitmike.com/blog/wp-content/uploads/2010/06/image_thumb2.png" width="644" height="271" /></a> </p>
<p>Ok… time to try the Offline conversion:</p>
<blockquote><p>1. Proceed as above but select the Offline conversion option at step 4.</p>
<p>2.&#160; hmm..&#160; conversion warnings… must correct to proceed..</p>
<p><font size="2"><em>Warning (13246)         <br />No compatible drivers were identified for the device: Broadcom BCM5708S NetXtreme II GigE (NDIS VBD Client). The offline physical-to-virtual conversion requires a driver for this device. </em></font></p>
<p><font size="2"><em>Device Type: network adapter         <br />Device Description: Broadcom BCM5708S NetXtreme II GigE (NDIS VBD Client)          <br />Device Manufacturer: Broadcom Corporation          <br />Hardware IDs (listed in order of preference):          <br />B06BDRV\L2ND&amp;PCI_16AC14E4&amp;SUBSYS_03271014&amp;REV_12 </em></font></p>
<p><font size="2"><em>Compatible IDs (listed in order of preference):         <br />B06BDRV\L2ND&amp;PCI_16AC14E4&amp;SUBSYS_03271014          <br />B06BDRV\L2ND&amp;PCI_16AC14E4          <br />B06BDRV\L2ND</em></font></p>
<p><font size="2"><em>Recommended Action         <br />Create a new folder under C:\Program Files\Microsoft System Center Virtual Machine Manager 2008 R2\Driver Import on the Virtual Machine Manager server and then copy the necessary 32-bit Windows Vista driver package files for this device to the new folder. The driver package files include the driver (.sys) and installation (.inf and .cat) files. Check the device manufacturer&#8217;s website for the necessary drivers.</em></font></p>
<p>We don’t really need to do that right…</p>
</blockquote>
<p>Had some trouble with that part…&#160; finally figured out that the drivers that need to be placed in that folder are the “RIS” drivers.&#160; </p>
<p>Try number 3 (or 30, I lost count)…</p>
<blockquote><p>1. Proceed as try number 2, ignore warning because we did put the driver in there, and</p>
<p>Blue screen loop…</p>
</blockquote>
<p>Hmm… maybe this is just not meant to be.&#160; Did some more searching and found this article: </p>
<p><a title="http://blogs.msdn.com/b/robertvi/archive/2009/10/07/after-installing-hyper-v-integration-services-on-the-next-reboot-the-vm-displays-bsod-0x0000007b.aspx" href="http://blogs.msdn.com/b/robertvi/archive/2009/10/07/after-installing-hyper-v-integration-services-on-the-next-reboot-the-vm-displays-bsod-0x0000007b.aspx">http://blogs.msdn.com/b/robertvi/archive/2009/10/07/after-installing-hyper-v-integration-services-on-the-next-reboot-the-vm-displays-bsod-0x0000007b.aspx</a>&#160;</p>
<p>Basically, there are some people seeing the exact same blue screen that I was seeing, except this was after the install of updated integration components.&#160; But I wasn’t installing integration components yet… or was I?</p>
<p><a href="http://nukeitmike.com/blog/wp-content/uploads/2010/06/image3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://nukeitmike.com/blog/wp-content/uploads/2010/06/image_thumb3.png" width="358" height="346" /></a> </p>
<p>Ok so maybe it was getting that far and just “blowing up” after the install of the components.&#160; Good thing about this being a P2V, I can go back to the source machine pretty easy and check the registry:</p>
<p><a href="http://nukeitmike.com/blog/wp-content/uploads/2010/06/image4.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://nukeitmike.com/blog/wp-content/uploads/2010/06/image_thumb4.png" width="644" height="258" /></a> </p>
<p>Looks like we may have an answer here.&#160; Change the<em> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Wdf01000\Group</em> entry to be <em>WdfLoadGroup</em> instead of <em>base.&#160; </em></p>
<p>It is my guess, that this would have worked even with the online conversion option. </p>
]]></content:encoded>
			<wfw:commentRss>http://nukeitmike.com/blog/2010/06/17/scvmm-and-p2v-adventures//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A fatal error occurred while trying to sysprep the machine.</title>
		<link>http://nukeitmike.com/blog/2010/06/03/a-fatal-error-occurred-while-trying-to-sysprep-the-machine/</link>
		<comments>http://nukeitmike.com/blog/2010/06/03/a-fatal-error-occurred-while-trying-to-sysprep-the-machine/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 01:08:22 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[imaging]]></category>
		<category><![CDATA[sysprep]]></category>

		<guid isPermaLink="false">http://nukeitmike.com/blog/2010/06/03/a-fatal-error-occurred-while-trying-to-sysprep-the-machine/</guid>
		<description><![CDATA[Today, while getting ready to deploy an updated Citrix farm for a set of Line of Business applications, I got an error during the sysprep process.&#160; The machine in question is a 2008 64 bit machine.&#160; It has Citrix and all the applications installed.&#160; It is also a Hyper-V VM.&#160; I created an answer file [...]]]></description>
			<content:encoded><![CDATA[<p>Today, while getting ready to deploy an updated Citrix farm for a set of Line of Business applications, I got an error during the sysprep process.&#160; The machine in question is a 2008 64 bit machine.&#160; It has Citrix and all the applications installed.&#160; It is also a Hyper-V VM.&#160; </p>
<p>I created an answer file and when I run Sysprep I get a popup that says:&#160; A fatal error occurred while trying to sysprep the machine.</p>
<p>Hmm..&#160; so I look at the logs and here is what I find:</p>
<blockquote><p>2010-06-03 10:42:33, Error&#160;&#160;&#160;&#160;&#160; [0x0f0085] SYSPRP LaunchDll:Could not load DLL drmv2clt.dll[gle=0x0000007e]     <br />2010-06-03 10:42:33, Error&#160;&#160;&#160;&#160;&#160; [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 126[gle=0x0000007e]      <br />2010-06-03 10:42:33, Error&#160;&#160;&#160;&#160;&#160; [0x0f00a8] SYSPRP WinMain:Hit failure while processing sysprep cleanup providers; hr = 0x8007007e[gle=0x0000007e]</p>
</blockquote>
<p>I found lots of references to Windows Media Player, and that you can’t have sharing enabled.&#160; Not a problem on this machine.&#160; Not any help either.&#160; </p>
<p>I did find this article helpful: <a title="http://myit4u.wordpress.com/2010/03/17/launchdll-could-not-load-dll-drmv2clt-dll/" href="http://myit4u.wordpress.com/2010/03/17/launchdll-could-not-load-dll-drmv2clt-dll/">http://myit4u.wordpress.com/2010/03/17/launchdll-could-not-load-dll-drmv2clt-dll/</a></p>
<blockquote><p>Guess what?! Those aren’t shown in on a Windows Server 2008! Our workaround was to install the Desktop Experience feature on the server.</p>
</blockquote>
<p>I added the “Desktop Experience” feature did the sysprep and then uninstalled it on each of the new machines.&#160; Rather a pain, but I didn’t have a lot of time to work on figuring out a better answer.</p>
]]></content:encoded>
			<wfw:commentRss>http://nukeitmike.com/blog/2010/06/03/a-fatal-error-occurred-while-trying-to-sysprep-the-machine//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My 5 seconds of fame&#8230;</title>
		<link>http://nukeitmike.com/blog/2010/04/22/my-5-seconds-of-fame/</link>
		<comments>http://nukeitmike.com/blog/2010/04/22/my-5-seconds-of-fame/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 05:11:40 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[fame]]></category>
		<category><![CDATA[MMS]]></category>
		<category><![CDATA[swimming pool]]></category>
		<category><![CDATA[TechEd]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://nukeitmike.com/blog/2010/04/22/my-5-seconds-of-fame/</guid>
		<description><![CDATA[So this week, I am at MMS 2010.&#160; I try to come to MMS every year, because it gives me a chance to get away from the office (if not really away from work), and allows me to get some time to look at, learn about, and hopefully gain insight into what Microsoft is thinking [...]]]></description>
			<content:encoded><![CDATA[<p>So this week, I am at MMS 2010.&#160; I try to come to MMS every year, because it gives me a chance to get away from the office (if not really away from work), and allows me to get some time to look at, learn about, and hopefully gain insight into what Microsoft is thinking about when they design the products I use, and the systems I maintain.&#160; It is almost like a working vacation.&#160; Away from the daily grind of my work life, I get to really let the inner geek out and get excited about the things that I enjoy in my job.</p>
<p>The opportunity to have conversations with the people that work on creating these products and people that use them in various environments is also very refreshing and useful.&#160; This gets better over the years, because I have begun to recognize the people that have the answers I am looking for or the ideas that I can use.&#160; </p>
<p>Last year, when I was at MMS, I happened to be standing too close to an area where they were conducting interviews…&#160; </p>
<p>Today, while I was walking through the Expo, I saw someone that looked familiar, and he started talking to me before I even figured out where I recognized him.&#160; He started talking about a video and how it had been talked about, and I was thinking “he obviously has me confused with someone else”.&#160; Then I recognized who he was, and started getting nervous…</p>
<p>He opened up his laptop and showed me the a video called “<a href="http://nukeitmike.com/video/whats%20on%20your%20mind.wmv" target="_blank">What&#8217;s on your mind</a>”.&#160; It was evidently the intro video to one of the keynotes at TechEd last year.&#160; I show up in a few spots, but mostly, I think, because they like my swimming pool analogy…&#160; </p>
<p>Find me at 25 seconds through 30 seconds…</p>
<p><a title="http://nukeitmike.com/video/whats%20on%20your%20mind.wmv" href="http://nukeitmike.com/video/whats%20on%20your%20mind.wmv">http://nukeitmike.com/video/whats%20on%20your%20mind.wmv</a></p>
<p>Thanks to Stephen Rose from Microsoft for remembering me and allowing me to post the video on my blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://nukeitmike.com/blog/2010/04/22/my-5-seconds-of-fame//feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://nukeitmike.com/video/whats%20on%20your%20mind.wmv" length="19078286" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>&#8220;netvsc&#8221; error in Hyper-V guest</title>
		<link>http://nukeitmike.com/blog/2010/04/21/netvsc-error-in-hyper-v-guest/</link>
		<comments>http://nukeitmike.com/blog/2010/04/21/netvsc-error-in-hyper-v-guest/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 18:33:05 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Hotfix]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://nukeitmike.com/blog/2010/04/21/netvsc-error-in-hyper-v-guest/</guid>
		<description><![CDATA[We use Citrix Presentation Server for a number of applications, and lately we have had a significant increase in issues with one set of our Citrix servers.&#160; We have 3 main sets of Citrix servers and the problems have only been happening on one set.&#160; One of the sets doesn’t have this error, but wouldn’t [...]]]></description>
			<content:encoded><![CDATA[<p>We use Citrix Presentation Server for a number of applications, and lately we have had a significant increase in issues with one set of our Citrix servers.&#160; We have 3 main sets of Citrix servers and the problems have only been happening on one set.&#160; </p>
<p>One of the sets doesn’t have this error, but wouldn’t because they are physical servers.&#160; They have been in production a long time, and we have plans to virtualize them.&#160; </p>
<p>The second set doesn’t get the errors, but it is fewer servers and fewer users.</p>
<p>The third set:</p>
<ul>
<ul>
<li> is virtual</li>
<li>runs on 2008 R2 Hyper-V</li>
<li>has more servers (6 as opposed to 4 or 5 for the other two)</li>
<li>supports more users and more users per server (averages around 20 users per server during business hours)</li>
</ul>
</ul>
<p>Around November, we started upgrading our hosts from 2008 to 2008 R2.&#160; The problems have been getting progressively worse peaking in the last 2 months.&#160; Our last 2008 host was converted in March.&#160; </p>
<p>After some event log review, we were able to correlate some of the issues to the following error in the event log:</p>
<blockquote><p>Event Type:&#160;&#160;&#160; Warning     <br />Event Source:&#160;&#160;&#160; netvsc      <br />Event Category:&#160;&#160;&#160; None      <br />Event ID:&#160;&#160;&#160; 5      <br />Date:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 4/19/2010      <br />Time:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 3:49:53 PM      <br />User:&#160;&#160;&#160;&#160;&#160;&#160;&#160; N/A      <br />Computer:&#160;&#160;&#160; &lt;ServerNameChangedToProtectTheGuilty&gt;      <br />Description:      <br />The miniport &#8216;Microsoft Virtual Machine Bus Network Adapter #4&#8242; hung. </p>
<p>For more information, see Help and Support Center at <a href="http://go.microsoft.com/fwlink/events.asp">http://go.microsoft.com/fwlink/events.asp</a>.      <br />Data:      <br />0000: 00 00 00 00 02 00 52 00&#160;&#160; &#8230;&#8230;R.      <br />0008: 00 00 00 00 05 00 00 80&#160;&#160; &#8230;&#8230;.      <br />0010: 00 00 00 00 00 00 00 00&#160;&#160; &#8230;&#8230;..      <br />0018: 00 00 00 00 00 00 00 00&#160;&#160; &#8230;&#8230;..      <br />0020: 00 00 00 00 00 00 00 00&#160;&#160; &#8230;&#8230;..</p>
</blockquote>
<p>and right behind that would be this message:</p>
<blockquote><p>Event Type:&#160;&#160;&#160; Information     <br />Event Source:&#160;&#160;&#160; netvsc      <br />Event Category:&#160;&#160;&#160; None      <br />Event ID:&#160;&#160;&#160; 4      <br />Date:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 4/19/2010      <br />Time:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 3:49:53 PM      <br />User:&#160;&#160;&#160;&#160;&#160;&#160;&#160; N/A      <br />Computer:&#160;&#160;&#160; &lt;ServerNameChangedToProtectTheGuilty&gt;      <br />Description:      <br />The miniport &#8216;Microsoft Virtual Machine Bus Network Adapter #4&#8242; reset. </p>
<p>For more information, see Help and Support Center at <a href="http://go.microsoft.com/fwlink/events.asp">http://go.microsoft.com/fwlink/events.asp</a>.      <br />Data:      <br />0000: 00 00 00 00 02 00 52 00&#160;&#160; &#8230;&#8230;R.      <br />0008: 00 00 00 00 04 00 00 40&#160;&#160; &#8230;&#8230;.@      <br />0010: 00 00 00 00 00 00 00 00&#160;&#160; &#8230;&#8230;..      <br />0018: 00 00 00 00 00 00 00 00&#160;&#160; &#8230;&#8230;..      <br />0020: 00 00 00 00 00 00 00 00&#160;&#160; &#8230;&#8230;..</p>
</blockquote>
<p>After doing a bit of searching and getting a lot of nothing, and doing some on site troubleshooting without much luck, I finally broke down and called Microsoft.&#160; I spent a day e-mailing back and forth with someone who was suggesting that I try all the things that I had already tried, so I contacted our TAM and had the case escalated.&#160; </p>
<p>The technician then informed me that there was an internal hotfix that had not been fully tested yet, that related to my issue.&#160; It seems that in 2008 R2 Hyper-V guests running Server 2003, the network adapter will hang and then reset under heavy load.&#160; The hotfix has to be applied to the host and then the integration services on the guest have to be updated.&#160; In my environment, when I updated, I had to remove the integration services from the guest before the updated NIC driver would install.&#160; I reported this behavior to the technician I was working with, but he said that he couldn’t reproduce that particular problem and that he had no issues updating his test environment.</p>
<p>It is my understanding that the hotfix will be released under KB981836.&#160; When you install this, it changes the integration services version from 6.1.7600.16385 to 6.1.7600.20683.&#160; You can see this if you look at the driver version on the guest NIC.</p>
]]></content:encoded>
			<wfw:commentRss>http://nukeitmike.com/blog/2010/04/21/netvsc-error-in-hyper-v-guest//feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Not recognized as a cmdlet&#8230;</title>
		<link>http://nukeitmike.com/blog/2010/03/25/not-recognized-as-a-cmdlet/</link>
		<comments>http://nukeitmike.com/blog/2010/03/25/not-recognized-as-a-cmdlet/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 13:07:03 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://nukeitmike.com/blog/2010/03/25/not-recognized-as-a-cmdlet/</guid>
		<description><![CDATA[I have been working on a simple little script to copy a file and then launch a program.&#160; I am sure that there are a lot of ways to do it, but I decided to use PowerShell, and this is what I came up with: $CheckForFile = &#34;H:\custom.ini&#34; $FileToCopy = &#34;c:\IT\custom.ini&#34; $CopyFileTo = &#34;H:\&#34; $PathTest [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working on a simple little script to copy a file and then launch a program.&#160; I am sure that there are a lot of ways to do it, but I decided to use PowerShell, and this is what I came up with:</p>
<blockquote><p>$CheckForFile = &quot;H:\custom.ini&quot;     <br />$FileToCopy = &quot;c:\IT\custom.ini&quot;      <br />$CopyFileTo = &quot;H:\&quot; </p>
<p>$PathTest = Test-Path $CheckForFile      <br />If ($PathTest -eq &quot;false&quot;)      <br />&#160;&#160;&#160; {      <br />&#160;&#160;&#160; Copy-Item $FileToCopy $CopyFileTo      <br />&#160;&#160;&#160; } </p>
<p>#uses the Invoke-Item command to launch the application     <br />Invoke-Item &quot;C:\Program Files\executable to launch.exe&quot;</p>
</blockquote>
<p>This is for use in a Citrix/Terminal Server environment, so I want to be able to call this script like this: PowerShell copythenlaunch.ps1</p>
<p>When I tested that, I got this:</p>
<blockquote><p>C:\IT&gt;powershell copythenlaunch.ps1     <br />The term &#8216;copythenlaunch.ps1&#8242; is not recognized as a cmdlet, function, operable      <br /> program, or script file. Verify the term and try again.      <br />At line:1 char:18      <br />+ copythenlaunch.ps1 &lt;&lt;&lt;&lt;</p>
</blockquote>
<p>I kept thinking there was some problem with the install of PowerShell (I am running this particular script on a Windows 2003 Server) or that I had some illegal character in the name (it had a number in it originally) or some other simple problem.&#160; Finally I did a search and came across this little bit of conversation:</p>
<blockquote><p>re: Power and Pith<a name="1380970"></a></p>
</blockquote>
<blockquote><p>I just started with PowerShell.</p>
<p>Wanted to run some test scripts from you download.</p>
<p>When I tpye in Beep.ps1 I get &quot;The term &#8216;Beep.1&#8242; is not recognized&#8230;..&quot;</p>
<p>What Am I doing wrong?</p>
<p>Friday, December 29, 2006 3:17 PM by <a>MikeL</a></p>
<h6><a href="http://blogs.msdn.com/powershell/archive/2006/10/21/Power-and-Pith.aspx#1381442">#</a> re: Power and Pith<a name="1381442"></a></h6>
<p>&gt; When I tpye in Beep.ps1 I get &quot;The term &#8216;Beep.1&#8242; is not recognized&#8230;..&quot;</p>
<p>&gt; What Am I doing wrong?</p>
<p>You are relying upon a traditional bad shell behaviour that has been a security nightmere for decades.</p>
<p>In PowerShell, you have to be explicit if you want to run a command in the current directory.&#160; Type &quot;.\beep.ps1&quot;</p>
<p>Jeffrey Snover [MSFT]</p>
<p>Windows PowerShell/MMC Architect</p>
<p>Visit the Windows PowerShell Team blog at:&#160;&#160;&#160; <a href="http://blogs.msdn.com/PowerShell">http://blogs.msdn.com/PowerShell</a></p>
<p>Visit the Windows PowerShell ScriptCenter at:&#160; <a href="http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx">http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx</a></p>
<p>Friday, December 29, 2006 5:19 PM by <a href="http://blogs.msdn.com/user/Profile.aspx?UserID=29278">PowerShellTeam</a></p>
<h6><a href="http://blogs.msdn.com/powershell/archive/2006/10/21/Power-and-Pith.aspx#1865770">#</a> re: Power and Pith<a name="1865770"></a></h6>
<p><strong>Thank You for supplying the &quot;.\*&quot; information.&#160; I have been racking my brain for almost two days wondering what I was doing wrong.&#160; And to think it was as simple as using the PROPER .\yourscripthere.ps1 format.</strong></p>
<p>Thank you very very much</p>
</blockquote>
<p>Ditto on the thanks…</p>
<p><a href="http://blogs.msdn.com/powershell/archive/2006/10/21/Power-and-Pith.aspx">Windows PowerShell Blog : Power and Pith</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nukeitmike.com/blog/2010/03/25/not-recognized-as-a-cmdlet//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TechNet wiki…</title>
		<link>http://nukeitmike.com/blog/2010/02/24/technet-wiki/</link>
		<comments>http://nukeitmike.com/blog/2010/02/24/technet-wiki/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 14:12:42 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[General Info]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[TechNet]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://nukeitmike.com/blog/2010/02/24/servers-in-domain/</guid>
		<description><![CDATA[So a TechNet wiki is coming, as stated by Keith Combs&#160;here: three big things we focus on for all TechNet scenarios are Content, Discoverability, and Participation. We really want to invite participation from everyone and what better way to combine that with discovery and content than to use Wiki technology? Later this year TechNet and [...]]]></description>
			<content:encoded><![CDATA[<p>So a TechNet wiki is coming, as stated by <a href="http://blogs.technet.com/keithcombs/default.aspx" target="_blank">Keith Combs</a>&#160;<a href="http://blogs.technet.com/keithcombs/archive/2010/02/23/technet-2-0-episode-6-wiki.aspx" target="_blank">here</a>:</p>
<blockquote><p>three big things we focus on for all TechNet scenarios are Content, Discoverability, and Participation. We really want to invite participation from everyone and what better way to combine that with discovery and content than to use Wiki technology?</p>
<p>Later this year TechNet and the Server &amp; Cloud Division will partner to launch the new TechNet Wiki.      <br />…      <br />We believe a public wiki for technical content on TechNet has the potential to be a big step forward in all three areas:</p>
</blockquote>
<blockquote><ul>
<li>For content, while Microsoft teams write some great content, we cannot possibly author all the content customers need to be successful, and a wiki that offers content from the community will increase the breadth and depth of technical content available for IT Pros. </li>
<li>For participation, the wiki is a great new way for any IT pro to create and share technical knowledge, engage with other technical people and with Microsoft, and build an identity and reputation within the TechNet community.</li>
</ul>
<p>I used the word &quot;potential&quot; above because Microsoft cannot succeed with the TechNet Wiki on its own &#8211; success ultimately depends on the direct engagement, support, and ongoing feedback from the IT community. </p>
</blockquote>
<p>I am not sure how I feel about this.&#160; I like Wikipedia, and OFTEN reference it for information on non-work related topics.&#160; We use a SharePoint wiki for a lot of our documentation where I work, but I don’t find it to be as useful as I would like, because for some reason, I don’t like the interface.&#160; One of the big issues I have with it, is the inability to insert pictures directly in the article during the creation of the article.&#160; You have to upload the picture (such as a screenshot) separately and then link to it.&#160; That doesn’t seem very efficient to me.</p>
<p>With this blog, I use Windows Live Writer.&#160; It allows me to take a snip like this:</p>
<p><a href="http://nukeitmike.com/blog/wp-content/uploads/2010/02/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://nukeitmike.com/blog/wp-content/uploads/2010/02/image_thumb1.png" width="121" height="33" /></a> </p>
<p>and paste it right in the text.&#160; When I publish, it is auto-magically uploaded and linked to my post.&#160; I think the other issue that I have is that I am afraid I would take it personally if someone felt the need to correct something&#160; I posted to a wiki.</p>
<p>I guess I am going to have to work on that.&#160; Both for the wiki at work and (maybe) for the TechNet wiki.&#160; There are those occasions when I actually have useful knowledge to share…</p>
]]></content:encoded>
			<wfw:commentRss>http://nukeitmike.com/blog/2010/02/24/technet-wiki//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Influencers Blog</title>
		<link>http://nukeitmike.com/blog/2010/02/08/influencers-blog/</link>
		<comments>http://nukeitmike.com/blog/2010/02/08/influencers-blog/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 00:10:17 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://nukeitmike.com/blog/2010/02/08/influencers-blog/</guid>
		<description><![CDATA[So the System Center guys have provided a place for people who work with System Center products to see a conglomeration of posts from various professionals who have registered to Blog about System Center products.  How fun… Blog Posts by System Center Influencers Get the feed. Below are the most recent posts from several of [...]]]></description>
			<content:encoded><![CDATA[<p>So the System Center guys have provided a place for people who work with System Center products to see a conglomeration of posts from various professionals who have registered to Blog about System Center products.  How fun…</p>
<blockquote>
<h3>Blog Posts by System Center Influencers</h3>
<p><a href="http://pipes.yahoo.com/pipes/pipe.run?_id=cc93b2ea75135f03d0dde6c2d8729387&amp;_render=rss"><img src="http://blogs.technet.com/photos/systemcenter_images/images/3309376/original.aspx" border="0" alt="" /></a><br />
<a href="http://pipes.yahoo.com/pipes/pipe.run?_id=1ff5e69ef093c5b44a22e5c8fd93d8d0&amp;_render=rss"><strong>Get the feed.</strong></a></p>
<p>Below are the most recent posts from several of the members of the <a href="http://technet.microsoft.com/en-us/ee532416.aspx">System Center Influencers Program</a>. Note that Microsoft does not review the content or endorse it in any way; we present this content in a feed form for your information and convenience. (In the event that the feed refuses to render due to the flakiness of the third-party feed service, simply use the feed embedded in the RSS icon above.)</p></blockquote>
<p><a href="http://blogs.technet.com/systemcenter/pages/blog-posts-by-system-center-influencers.aspx">Nexus SC: The System Center Team Blog : Blog Posts by System Center Influencers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nukeitmike.com/blog/2010/02/08/influencers-blog//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An online pack already exists&#8230;</title>
		<link>http://nukeitmike.com/blog/2010/01/21/an-online-pack-already-exists/</link>
		<comments>http://nukeitmike.com/blog/2010/01/21/an-online-pack-already-exists/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 15:55:14 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[IBM Stuff]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[DISKPART]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://nukeitmike.com/blog/2010/01/21/an-online-pack-already-exists/</guid>
		<description><![CDATA[Situation:&#160; I have a 32bit file server running Windows Server 2003.&#160; I have a new 2008 R2 (x64) file server running on Hyper-V.&#160; Did I mention that the R2 server is on Clustered hosts? This is all simple.&#160; Just drop the LUNs from the file server, give them to the cluster and assign them as [...]]]></description>
			<content:encoded><![CDATA[<p>Situation:&#160; I have a 32bit file server running Windows Server 2003.&#160; I have a new 2008 R2 (x64) file server running on Hyper-V.&#160; Did I mention that the R2 server is on Clustered hosts?</p>
<p>This is all simple.&#160; Just drop the LUNs from the file server, give them to the cluster and assign them as pass through disk to the guest OS.&#160; Simple…</p>
<p>Except, I kept getting the following errors when I try to do the import:</p>
<blockquote><p>An online pack already exists.</p>
<p>The operation failed, because an online pack object already exists.</p>
<p>The provider encountered an error while merging two packs.</p>
</blockquote>
<p>I mean really…&#160; what does all that mean.&#160; I couldn’t find anything pertinent in my searches, I tried working in Diskpart, and got some of the same errors.</p>
<p>After lots of searches, I couldn’t find anything to help.&#160; So I opened a ticket with Microsoft.&#160; I got a very helpful person who told me that it basically sounds like a driver issue, but he couldn’t say for certain.&#160; He couldn’t find much on it either.</p>
<p>So on a whim, I moved my test LUN from my production file server to another 2003 server.&#160; That worked just fine, so I then moved it from there to the 2008 R2 machine that I had been working with.&#160; That worked just fine.&#160; Weird…</p>
<p>So I checked the driver for the production file server:</p>
<p><a href="http://nukeitmike.com/blog/wp-content/uploads/2010/01/clip_image002.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://nukeitmike.com/blog/wp-content/uploads/2010/01/clip_image002_thumb.jpg" width="194" height="244" /></a></p>
<p>and compared that to the other 2003 server:</p>
<p><a href="http://nukeitmike.com/blog/wp-content/uploads/2010/01/clip_image0024.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002[4]" border="0" alt="clip_image002[4]" src="http://nukeitmike.com/blog/wp-content/uploads/2010/01/clip_image0024_thumb.jpg" width="194" height="244" /></a></p>
<p> As you can tell, the culprit seems to be an outdated driver on the current file server.&#160; Seems I don’t keep things as up to date as I should.</p>
]]></content:encoded>
			<wfw:commentRss>http://nukeitmike.com/blog/2010/01/21/an-online-pack-already-exists//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
