<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Michael Phillips Blog</title>
	<link>http://nukeitmike.com/blog</link>
	<description>My place to speak about things</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:57:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Using Powershell to get logon script path from Active Directory</title>
		<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>
		<link>http://nukeitmike.com/blog/2010/07/29/using-powershell-to-get-logon-script-path-from-active-directory/</link>
			</item>
	<item>
		<title>Windows 8 Plans Leaked</title>
		<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>
		<link>http://nukeitmike.com/blog/2010/06/29/windows-8-plans-leaked/</link>
			</item>
	<item>
		<title>SCVMM and P2V Adventures</title>
		<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>
		<link>http://nukeitmike.com/blog/2010/06/17/scvmm-and-p2v-adventures/</link>
			</item>
	<item>
		<title>A fatal error occurred while trying to sysprep the machine.</title>
		<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>
		<link>http://nukeitmike.com/blog/2010/06/03/a-fatal-error-occurred-while-trying-to-sysprep-the-machine/</link>
			</item>
	<item>
		<title>My 5 seconds of fame&#8230;</title>
		<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>
		<link>http://nukeitmike.com/blog/2010/04/22/my-5-seconds-of-fame/</link>
			</item>
	<item>
		<title>&#8220;netvsc&#8221; error in Hyper-V guest</title>
		<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>
		<link>http://nukeitmike.com/blog/2010/04/21/netvsc-error-in-hyper-v-guest/</link>
			</item>
	<item>
		<title>The ordinal 120 could not be located in the dynamic link library iertutil.dll.</title>
		<description><![CDATA[We have 5 Citrix Terminal Servers that are configured “identically”.&#160; After installing IE8 on two of them, the following started showing up: &#160; &#160; After a bunch of searching, I saw a few people have gotten this, but no one had a solution, or at least I couldn’t find it.&#160; I did see a similar [...]]]></description>
		<link>http://nukeitmike.com/blog/2010/04/11/the-ordinal-120-could-not-be-located-in-the-dynamic-link-library-iertutil-dll/</link>
			</item>
	<item>
		<title>Not recognized as a cmdlet&#8230;</title>
		<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>
		<link>http://nukeitmike.com/blog/2010/03/25/not-recognized-as-a-cmdlet/</link>
			</item>
	<item>
		<title>Ha Ha &#8211; &#8220;408 error&#8221;</title>
		<description><![CDATA[For some reason this struck me as funny…&#160; Got it when I went to view the WordPress stats for my blog…]]></description>
		<link>http://nukeitmike.com/blog/2010/03/05/ha-ha-408-error/</link>
			</item>
	<item>
		<title>PowerShell Confirm Preference</title>
		<description><![CDATA[I seem to run into an issue when I run some PowerShell scripts where I get prompted at each line of the script for confirmation.&#160; That can get really annoying, so I have to look up how to prevent that behavior.&#160; Thankfully, there is already some good information out there on how to do that: [...]]]></description>
		<link>http://nukeitmike.com/blog/2010/03/04/powershell-confirm-preference/</link>
			</item>
</channel>
</rss>
