<?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>System Management &#187; Operating System Deployment</title>
	<atom:link href="http://systemmanagement.ro/blog/category/operating-system-deployment/feed/" rel="self" type="application/rss+xml" />
	<link>http://systemmanagement.ro/blog</link>
	<description>Discussions about system management technologies. Including, but not limited to, ConfigMgr, WDS, MDT, WSUS, Forefront, VMM, Hyper-V etc.</description>
	<lastBuildDate>Mon, 27 Feb 2012 15:54:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Find OS Architecture using Win32_OperatingSystem class</title>
		<link>http://systemmanagement.ro/blog/2012/02/15/find-os-architecture-using-win32_operatingsystem-class/</link>
		<comments>http://systemmanagement.ro/blog/2012/02/15/find-os-architecture-using-win32_operatingsystem-class/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 07:00:47 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Task Sequence]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/?p=477</guid>
		<description><![CDATA[WMI queries to find 64 and 32 bit computers: SELECT * FROM Win32_OperatingSystem WHERE OSArchitecture = &#34;64-bit&#34; SELECT * FROM Win32_OperatingSystem WHERE OSArchitecture = &#34;32-bit&#34;]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2012/02/15/find-os-architecture-using-win32_operatingsystem-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apply Operating System, HRESULT=80070002, The system cannot find the file specified</title>
		<link>http://systemmanagement.ro/blog/2012/02/07/apply-operating-system-hresult80070002-the-system-cannot-find-the-file-specified/</link>
		<comments>http://systemmanagement.ro/blog/2012/02/07/apply-operating-system-hresult80070002-the-system-cannot-find-the-file-specified/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 10:05:25 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[ConfigMgr 2012]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Task Sequence]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/?p=469</guid>
		<description><![CDATA[Using ConfigMgr 2012 RC2 OSD I got the bellow error (Message ID 11135): The task sequence execution engine failed executing the action (Apply Operating System) in the group (Build the Reference Machine) with the error code 2147942402 Action output: , dwFlags, hUserToken, pszUserName, pszUserPassword), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,3217) ResolveSource(pszSource, sSourceDirectory, dwFlags, 0, 0, 0), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,3122) TS::Utility::ResolveSource( [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2012/02/07/apply-operating-system-hresult80070002-the-system-cannot-find-the-file-specified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install software using Task Sequence</title>
		<link>http://systemmanagement.ro/blog/2009/11/20/install-software-using-task-sequence/</link>
		<comments>http://systemmanagement.ro/blog/2009/11/20/install-software-using-task-sequence/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 13:25:42 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[Software Distribution]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Task Sequence]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/11/20/install-software-using-task-sequence/</guid>
		<description><![CDATA[Besides using Software Distribution to install software, you can do this using a Task Sequence too. This can be done during and Operating System Deployment process or not. Usually, I install software during an OSD. For this, you must have a package for that software product (of course) and at least one program that runs [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/11/20/install-software-using-task-sequence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WMI query for processor manufacturer</title>
		<link>http://systemmanagement.ro/blog/2009/11/10/wmi-query-for-processor-manufacturer/</link>
		<comments>http://systemmanagement.ro/blog/2009/11/10/wmi-query-for-processor-manufacturer/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 10:56:08 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Task Sequence]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/11/10/wmi-query-for-processor-manufacturer/</guid>
		<description><![CDATA[Following the post regarding how to install drivers based on computer model using WMI query, here is another query you can use in your task sequences to install some processor specific software for example. To find the processor manufacturer during a task sequence, insert a condition for the step you need, and select Query WMI. [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/11/10/wmi-query-for-processor-manufacturer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>During OSD, format first partition only</title>
		<link>http://systemmanagement.ro/blog/2009/08/13/during-osd-format-first-partition-only/</link>
		<comments>http://systemmanagement.ro/blog/2009/08/13/during-osd-format-first-partition-only/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 08:46:01 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[Task Sequence]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/08/13/during-osd-format-first-partition-only/</guid>
		<description><![CDATA[Our helpdesk asked me to make a task sequence that can be used on computers with more than one partition. In this case, I had to make sure that the operating system will install only on first partition and will not touch the data on other partitions. To achieve this, I copied another TS and [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/08/13/during-osd-format-first-partition-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install drivers by computer model using WMI query</title>
		<link>http://systemmanagement.ro/blog/2009/05/22/install-drivers-by-computer-model-using-wmi-query/</link>
		<comments>http://systemmanagement.ro/blog/2009/05/22/install-drivers-by-computer-model-using-wmi-query/#comments</comments>
		<pubDate>Fri, 22 May 2009 13:56:00 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Task Sequence]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/05/22/install-drivers-by-computer-model-using-wmi-query/</guid>
		<description><![CDATA[When using task sequence, you might want to install different driver packages for different computer models. This can be accomplished by using a WMI query. First of all you need to have driver packages for all your computer models and know the exact model name for every computer. To find this, open a command prompt [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/05/22/install-drivers-by-computer-model-using-wmi-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Failed to Run Task Sequence &#8211; 0x80072EE7</title>
		<link>http://systemmanagement.ro/blog/2009/03/26/failed-to-run-task-sequence-0x80072ee7/</link>
		<comments>http://systemmanagement.ro/blog/2009/03/26/failed-to-run-task-sequence-0x80072ee7/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 21:28:18 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Task Sequence]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/03/26/failed-to-run-task-sequence-0x80072ee7/</guid>
		<description><![CDATA[Short post that I think might be useful… If you receive the following error: &#8220;An error occurred while retrieving policy for this computer (0x80072EE7)&#8221; when Task Sequence Wizard starts, this can happen if you have DHCP or DNS problems. You should check if you can contact the DHCP server in order to get an IP [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/03/26/failed-to-run-task-sequence-0x80072ee7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a Windows XP SP3 Target Computer in Configuration Manager 2007 SP1 R2</title>
		<link>http://systemmanagement.ro/blog/2009/03/26/how-to-create-a-windows-xp-sp3-target-computer-in-configuration-manager-2007-sp1-r2/</link>
		<comments>http://systemmanagement.ro/blog/2009/03/26/how-to-create-a-windows-xp-sp3-target-computer-in-configuration-manager-2007-sp1-r2/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 11:35:00 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[Task Sequence]]></category>
		<category><![CDATA[WIM image]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/?p=250</guid>
		<description><![CDATA[This post assumes you have created a reference computer and captured an image of it as described in the previous post. Import and configure a task sequence to deploy the target computer After the task sequence to deploy the reference computer (Home-XPSP3-Ref01) finishes, a captured image of the reference computer is stored in \\Home-SCCM\Captures$\Home-XPSP3-Ref01.wim. Now, [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/03/26/how-to-create-a-windows-xp-sp3-target-computer-in-configuration-manager-2007-sp1-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a Windows XP SP3 Reference Machine using Configuration Manager 2007 SP1 R2</title>
		<link>http://systemmanagement.ro/blog/2009/03/26/how-to-create-a-windows-xp-sp3-reference-machine-using-configuration-manager-2007-sp1-r2/</link>
		<comments>http://systemmanagement.ro/blog/2009/03/26/how-to-create-a-windows-xp-sp3-reference-machine-using-configuration-manager-2007-sp1-r2/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 03:07:00 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[Task Sequence]]></category>
		<category><![CDATA[WIM image]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/?p=235</guid>
		<description><![CDATA[This post is especially for those few to whom I told how easy is to deploy Windows Vista with Configuration Manager 2007 SP1 R2 and who told me that they will use Windows XP few more months. In this post, I will show how to deploy Windows XP SP3 (the easiest and least customizable way) [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/03/26/how-to-create-a-windows-xp-sp3-reference-machine-using-configuration-manager-2007-sp1-r2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setup Windows and ConfigMgr &#8211; 0&#215;80004005</title>
		<link>http://systemmanagement.ro/blog/2009/02/11/setup-windows-and-configmgr-0x80004005/</link>
		<comments>http://systemmanagement.ro/blog/2009/02/11/setup-windows-and-configmgr-0x80004005/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 15:43:33 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Task Sequence]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/02/11/setup-windows-and-configmgr-0x80004005/</guid>
		<description><![CDATA[Suppose you have created a task sequence, advertised it and booted from task sequence media or however you want; if you receive the following error: “Task Sequence: &#60;TS name&#62; has failed with the error code (0&#215;80004005). For more information, please contact your system administrator or helpdesk operator.” at Setup Windows and ConfigMgr step you might [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/02/11/setup-windows-and-configmgr-0x80004005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue with Windows XP SP3 Volume License</title>
		<link>http://systemmanagement.ro/blog/2009/02/03/issue-with-windows-xp-sp3-volume-license/</link>
		<comments>http://systemmanagement.ro/blog/2009/02/03/issue-with-windows-xp-sp3-volume-license/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 13:21:00 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Volume License]]></category>
		<category><![CDATA[Windows XP SP3]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/02/03/issue-with-windows-xp-sp3-volume-license/</guid>
		<description><![CDATA[A few days ago I had to make an image with Windows XP SP3 with all needed applications for lite touch installation. Everything went well and I was happy until I entered the mini-setup phase on the first computer with that image applied on it. I received an error regarding the product key. I guess [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/02/03/issue-with-windows-xp-sp3-volume-license/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Failed to Run Task Sequence</title>
		<link>http://systemmanagement.ro/blog/2008/12/31/failed-to-run-task-sequence/</link>
		<comments>http://systemmanagement.ro/blog/2008/12/31/failed-to-run-task-sequence/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 16:08:00 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Task Sequence]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2008/12/31/failed-to-run-task-sequence/</guid>
		<description><![CDATA[I just spent half an hour trying to understand why my task sequence cannot find the files on a distribution point; although the TS runs normally, I see all available TSs and I can choose the one I need. Then I found why: I missed something I never missed before and that must not be [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2008/12/31/failed-to-run-task-sequence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PXE Boot not working after restart</title>
		<link>http://systemmanagement.ro/blog/2008/12/03/pxe-boot-not-working-after-restart/</link>
		<comments>http://systemmanagement.ro/blog/2008/12/03/pxe-boot-not-working-after-restart/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 08:31:00 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[PXE Boot]]></category>
		<category><![CDATA[Restart]]></category>
		<category><![CDATA[WDS service]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/?p=108</guid>
		<description><![CDATA[In case you have PXE Boot working normally but suddenly it is not working anymore, it may be because of the WDS service. This might sound strange but sometimes Windows Deployment Services (WDS) Server does not start after restarting the server, even if it is set to automatically start. It happened to me a few [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2008/12/03/pxe-boot-not-working-after-restart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to format Hard Disk and apply the operating system on a specific partition</title>
		<link>http://systemmanagement.ro/blog/2008/11/14/how-to-format-hard-disk-and-apply-the-operating-system-on-a-specific-partition/</link>
		<comments>http://systemmanagement.ro/blog/2008/11/14/how-to-format-hard-disk-and-apply-the-operating-system-on-a-specific-partition/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 11:33:00 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[Task Sequence]]></category>
		<category><![CDATA[WIM image]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/?p=84</guid>
		<description><![CDATA[Yesterday, on SCCM TechNet forum, somebody asked me more info about “Format and Partition Disk” and “Apply Operating System Image” tasks in a task sequence. As the answer requires some screenshots to be provided, I decided to write a post here with that details and direct that user to this post. Format and Partition Disk: [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2008/11/14/how-to-format-hard-disk-and-apply-the-operating-system-on-a-specific-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“The hash value is not correct”</title>
		<link>http://systemmanagement.ro/blog/2008/11/10/the-hash-value-is-not-correct/</link>
		<comments>http://systemmanagement.ro/blog/2008/11/10/the-hash-value-is-not-correct/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 20:02:00 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/?p=67</guid>
		<description><![CDATA[Here is another error related to Task Sequence and MDT 2008. After creating and advertising a task sequence, most probably you will run it . Make sure you have the latest version of your packages on the distribution point, otherwise you will receive an error while running the task sequence. This will be something like [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2008/11/10/the-hash-value-is-not-correct/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“The ConfigMgr Provider reported an error”</title>
		<link>http://systemmanagement.ro/blog/2008/11/10/the-configmgr-provider-reported-an-error/</link>
		<comments>http://systemmanagement.ro/blog/2008/11/10/the-configmgr-provider-reported-an-error/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 18:07:00 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit]]></category>
		<category><![CDATA[Permission]]></category>
		<category><![CDATA[SMS Provider]]></category>
		<category><![CDATA[WIM image]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/?p=59</guid>
		<description><![CDATA[Today I came across an interesting problem in SCMM while deploying creating a Windows Vista image of reference computer. And again, SCCM 2007 displays the error with not much intuitive help. I’m using Microsoft Deployment Toolkit integrated 2008 with SCCM 2007 when I need to deploy an operating system. At the end of the imported [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2008/11/10/the-configmgr-provider-reported-an-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

