<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A quick look at: Workstation Migration Assistant</title>
	<atom:link href="http://dcunningham.net/2007/11/22/a-quick-look-at-workstation-migration-assistant/feed/" rel="self" type="application/rss+xml" />
	<link>http://dcunningham.net/2007/11/22/a-quick-look-at-workstation-migration-assistant/</link>
	<description>Tech Tools and IT Infrastructure thoughts...</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:24:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason</title>
		<link>http://dcunningham.net/2007/11/22/a-quick-look-at-workstation-migration-assistant/comment-page-1/#comment-483</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 14 Feb 2009 10:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=53#comment-483</guid>
		<description>Dan, can I have a copy for testing. jason</description>
		<content:encoded><![CDATA[<p>Dan, can I have a copy for testing. jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Wrede</title>
		<link>http://dcunningham.net/2007/11/22/a-quick-look-at-workstation-migration-assistant/comment-page-1/#comment-479</link>
		<dc:creator>Dave Wrede</dc:creator>
		<pubDate>Wed, 11 Feb 2009 21:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=53#comment-479</guid>
		<description>Just found this tool and it seems to work as expected (at least on XP to XP).  We&#039;re testing for XP to Vista and have created a .BAT file to make the necessary .NET changes.  So far little luck.  But we&#039;re keeping on it.  Is there a way to select individually select the users to move?  Is it possible to move the information store to a computer with a different name?
Thanks,
Dave</description>
		<content:encoded><![CDATA[<p>Just found this tool and it seems to work as expected (at least on XP to XP).  We&#8217;re testing for XP to Vista and have created a .BAT file to make the necessary .NET changes.  So far little luck.  But we&#8217;re keeping on it.  Is there a way to select individually select the users to move?  Is it possible to move the information store to a computer with a different name?<br />
Thanks,<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://dcunningham.net/2007/11/22/a-quick-look-at-workstation-migration-assistant/comment-page-1/#comment-103</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 31 Mar 2008 15:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=53#comment-103</guid>
		<description>In answere to a couple of queries regarding using WMA with Microsoft Deployment Toolkit (WMA) - and adjusting the ZTIUserState.wsf file to use WMA - I would suggest going for a more componentised solution - add the call for the WMA tool to the task sequence as a new task (useing some of the command line options that Dan has built in)and disable the standard USMT tasks (within the state capture and state restore groups) within the task sequencer. MDT&#039;s use of USMT is designed to be hands off - that is it runs USMT as an unattended task to capture and then as another unattended task to restore - WMA by its design requires user intervention - so I would drop it in as a new set of tasks - particularly useful if you are creating a media based deployment using MDT...

Richard - Microsoft UK</description>
		<content:encoded><![CDATA[<p>In answere to a couple of queries regarding using WMA with Microsoft Deployment Toolkit (WMA) &#8211; and adjusting the ZTIUserState.wsf file to use WMA &#8211; I would suggest going for a more componentised solution &#8211; add the call for the WMA tool to the task sequence as a new task (useing some of the command line options that Dan has built in)and disable the standard USMT tasks (within the state capture and state restore groups) within the task sequencer. MDT&#8217;s use of USMT is designed to be hands off &#8211; that is it runs USMT as an unattended task to capture and then as another unattended task to restore &#8211; WMA by its design requires user intervention &#8211; so I would drop it in as a new set of tasks &#8211; particularly useful if you are creating a media based deployment using MDT&#8230;</p>
<p>Richard &#8211; Microsoft UK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://dcunningham.net/2007/11/22/a-quick-look-at-workstation-migration-assistant/comment-page-1/#comment-102</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 27 Mar 2008 20:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=53#comment-102</guid>
		<description>Well, between the debug log and the generated logfiles you can get a very good idea of what&#039;s happening. In fact, the ScanState.Log will give the full command-line.

Btw, Error 12, from what I recall, is because you&#039;re running ScanState or LoadState without being a Local Administrator.

Cheers, Dan</description>
		<content:encoded><![CDATA[<p>Well, between the debug log and the generated logfiles you can get a very good idea of what&#8217;s happening. In fact, the ScanState.Log will give the full command-line.</p>
<p>Btw, Error 12, from what I recall, is because you&#8217;re running ScanState or LoadState without being a Local Administrator.</p>
<p>Cheers, Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Egan</title>
		<link>http://dcunningham.net/2007/11/22/a-quick-look-at-workstation-migration-assistant/comment-page-1/#comment-101</link>
		<dc:creator>Kevin Egan</dc:creator>
		<pubDate>Thu, 27 Mar 2008 19:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=53#comment-101</guid>
		<description>Thanks Dan.  One particular benefit to what I suggest is a PowerShell-like view of what WMA is doing.  It would go a long way to helping people understand USMT as well (it is not well documented at all!).  For example, I can&#039;t get my own scanstate and loadstate scripts to run at all (getting ERROR 12) and would really like to compare against how WMA is writing and running the commands as they seem to work (congrats!).</description>
		<content:encoded><![CDATA[<p>Thanks Dan.  One particular benefit to what I suggest is a PowerShell-like view of what WMA is doing.  It would go a long way to helping people understand USMT as well (it is not well documented at all!).  For example, I can&#8217;t get my own scanstate and loadstate scripts to run at all (getting ERROR 12) and would really like to compare against how WMA is writing and running the commands as they seem to work (congrats!).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
