<?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</title>
	<atom:link href="http://systemmanagement.ro/blog/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, 08 Mar 2010 05:27:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Collection based on computer model</title>
		<link>http://systemmanagement.ro/blog/2010/02/14/collection-based-on-computer-model/</link>
		<comments>http://systemmanagement.ro/blog/2010/02/14/collection-based-on-computer-model/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 08:24:42 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[Query]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/?p=392</guid>
		<description><![CDATA[select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier, SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_G_System_COMPUTER_SYSTEM.Model like &#8220;%HP ProBook 4710s%&#8221;
]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2010/02/14/collection-based-on-computer-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add TCP/IP printer &#8211; Access Denied</title>
		<link>http://systemmanagement.ro/blog/2010/02/10/add-tcpip-printer-access-denied/</link>
		<comments>http://systemmanagement.ro/blog/2010/02/10/add-tcpip-printer-access-denied/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 18:04:34 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Error]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2010/02/10/add-tcpip-printer-access-denied/</guid>
		<description><![CDATA[Yesterday I was trying to install a network printer on Windows Server 2008 system. After typing printer’s IP address, I received an “Access denied” error.
 
The problem was that I tried to install the printer while I was logged on with a user that had domain admin privileges, but not the default domain Administrator account. [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2010/02/10/add-tcpip-printer-access-denied/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Find computer model and manufacturer using remote WMI</title>
		<link>http://systemmanagement.ro/blog/2010/01/18/find-computer-model-and-manufacturer-using-remote-wmi/</link>
		<comments>http://systemmanagement.ro/blog/2010/01/18/find-computer-model-and-manufacturer-using-remote-wmi/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 08:11:12 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Inventory]]></category>
		<category><![CDATA[Computer Configuration]]></category>
		<category><![CDATA[Query]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2010/01/18/find-computer-model-and-manufacturer-using-remote-wmi/</guid>
		<description><![CDATA[In case you need to find the computer model and manufacturer of a remote computer, just use the following command in a command prompt window:
%windir%\System32\wbem\WMIC.exe /node:&#34;ComputerNameORIpAddress&#34; ComputerSystem Get Model, Manufacturer
If you need to specify user credentials, use the following command:
%windir%\System32\wbem\WMIC.exe /node:&#34;ComputerNameORIpAddress&#34; /user:&#34;domain\username&#34; /password:&#34;password&#34; ComputerSystem Get Model, Manufacturer
]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2010/01/18/find-computer-model-and-manufacturer-using-remote-wmi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade Configuration Manager client</title>
		<link>http://systemmanagement.ro/blog/2010/01/14/upgrade-configuration-manager-client/</link>
		<comments>http://systemmanagement.ro/blog/2010/01/14/upgrade-configuration-manager-client/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 16:54:08 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Reports]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2010/01/14/upgrade-configuration-manager-client/</guid>
		<description><![CDATA[Recently I reinstalled ConfigMgr server in my company and was looking for an easy method to upgrade all Configuration Manager clients to 4.00.6487.2000 version.    Put some notes on the table and finally made the following plan:

Create a report that counts all client versions. (This is optional, just for information purposes).   [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2010/01/14/upgrade-configuration-manager-client/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows PowerShell 2.0</title>
		<link>http://systemmanagement.ro/blog/2010/01/09/windows-powershell-2-0/</link>
		<comments>http://systemmanagement.ro/blog/2010/01/09/windows-powershell-2-0/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 22:48:35 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2010/01/09/windows-powershell-2-0/</guid>
		<description><![CDATA[I want to start learning PowerShell. Can someone recommend a good book to get started? Please leave a comment with a link or ISBN.
Thanks!!
]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2010/01/09/windows-powershell-2-0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Problem installing WSUS on a remote SQL server.</title>
		<link>http://systemmanagement.ro/blog/2010/01/08/problem-installing-wsus-on-a-remote-sql-server/</link>
		<comments>http://systemmanagement.ro/blog/2010/01/08/problem-installing-wsus-on-a-remote-sql-server/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 14:53:52 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[WSUS]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Log]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2010/01/08/problem-installing-wsus-on-a-remote-sql-server/</guid>
		<description><![CDATA[Today I learned again a lesson I knew for some time but was hoping that I can forget it. The lesson was about: “Trust anyone. Test for yourself.”
Having to install WSUS on a remote SQL 2005 that had WSUS database installed before, I asked one SQL guy if renaming the old WSUS database is enough [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2010/01/08/problem-installing-wsus-on-a-remote-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a Windows Image (.wim) file</title>
		<link>http://systemmanagement.ro/blog/2009/12/21/how-to-create-a-windows-image-wim-file/</link>
		<comments>http://systemmanagement.ro/blog/2009/12/21/how-to-create-a-windows-image-wim-file/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 14:33:58 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[Task Sequence]]></category>
		<category><![CDATA[WIM image]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/12/21/how-to-create-a-windows-image-wim-file/</guid>
		<description><![CDATA[Depending on what you need the .wim file for, you can create it manually or automatically.
- To manually create a .wim file (capture image) you need a bootable CD with Windows PE (with ImageX.exe included) that you can create using Windows Automated Installation Kit.
The basics steps are:

Boot your computer using Windows PE disk. 
In the [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/12/21/how-to-create-a-windows-image-wim-file/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows cannot obtain the domain controller name error</title>
		<link>http://systemmanagement.ro/blog/2009/12/10/windows-cannot-obtain-the-domain-controller-name-error/</link>
		<comments>http://systemmanagement.ro/blog/2009/12/10/windows-cannot-obtain-the-domain-controller-name-error/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 21:47:07 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Log]]></category>
		<category><![CDATA[Network adapter]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/12/10/windows-cannot-obtain-the-domain-controller-name-error/</guid>
		<description><![CDATA[Today a client called me and said that his second domain controller, which is on Hyper-V, is having connectivity problems. For example, running the ping command from DC2 results in very bad response times or timed out requests.
Searching the event viewer, I saw many errors with Event ID 1054: “Description: Windows cannot obtain the domain [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/12/10/windows-cannot-obtain-the-domain-controller-name-error/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 silently. [...]]]></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. Then, [...]]]></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>How To: Operating System deployment with MDT 2010 and ConfigMgr 2007 SP2</title>
		<link>http://systemmanagement.ro/blog/2009/10/30/how-to-operating-system-deployment-with-mdt-2010-and-configmgr-2007-sp2/</link>
		<comments>http://systemmanagement.ro/blog/2009/10/30/how-to-operating-system-deployment-with-mdt-2010-and-configmgr-2007-sp2/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 05:52:40 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Recommendations]]></category>
		<category><![CDATA[Deployment]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/10/30/how-to-operating-system-deployment-with-mdt-2010-and-configmgr-2007-sp2/</guid>
		<description><![CDATA[Johan Arwidmark, Setup &#38; Deployment MVP, just finished working on his Version 2.0 Deployment CD. It contains the following Step-by-step guides and Video Tutorials:
MDT 2010 Lite Touch Deployments (deployment without ConfigMgr 2007 SP2 R2, just the free tools)

LTI01 &#8211; Installing the server for MDT 2010 Lite Touch 
LTI02 &#8211; Creating a Windows 7 reference image [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/10/30/how-to-operating-system-deployment-with-mdt-2010-and-configmgr-2007-sp2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>All reports with links to other reports</title>
		<link>http://systemmanagement.ro/blog/2009/10/02/all-reports-with-links-to-other-reports/</link>
		<comments>http://systemmanagement.ro/blog/2009/10/02/all-reports-with-links-to-other-reports/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 08:23:00 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[ConfigMgr Reporting]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Reports]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/10/02/all-reports-with-links-to-other-reports/</guid>
		<description><![CDATA[Last month, after restoring the only ConfigMgr site and importing new reports, I saw that none of the reports I’m using have a link to another report.
To be sincere, this was a problem I didn’t know where to start troubleshooting. Thanks to guys from Microsoft’s ConfigMgr forum, who helped me identify the problem and recommended [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/10/02/all-reports-with-links-to-other-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create collection with all Windows XP SP 1-2-3 systems</title>
		<link>http://systemmanagement.ro/blog/2009/08/24/create-collection-with-all-windows-xp-sp-1-2-3-systems/</link>
		<comments>http://systemmanagement.ro/blog/2009/08/24/create-collection-with-all-windows-xp-sp-1-2-3-systems/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 06:48:47 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Collections]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/08/24/create-collection-with-all-windows-xp-sp-1-2-3-systems/</guid>
		<description><![CDATA[For the one who searched for these…
To create a collection with all Windows XP SP1 systems, use the query bellow:
select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier, SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_G_System_OPERATING_SYSTEM.Caption like &#34;%Windows XP%&#34; and SMS_G_System_OPERATING_SYSTEM.CSDVersion = &#34;Service Pack 1&#34;
Similarly, to create a collection with all Windows XP SP2 systems, [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/08/24/create-collection-with-all-windows-xp-sp-1-2-3-systems/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 modified [...]]]></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>Remote Server Admin Tools for Windows 7</title>
		<link>http://systemmanagement.ro/blog/2009/08/13/remote-server-admin-tools-for-windows-7/</link>
		<comments>http://systemmanagement.ro/blog/2009/08/13/remote-server-admin-tools-for-windows-7/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 06:50:00 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Recommendations]]></category>
		<category><![CDATA[RSAT]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/08/13/remote-server-admin-tools-for-windows-7/</guid>
		<description><![CDATA[Some time ago I used Admin Tools and RSAT for Vista and it saved my time from using remote desktop to log on to several servers. Now it is available (RTM, not RC or something…) for Windows 7 x86/x64.
Using RSAT for Win7, you can manage the following roles and features from Windows Server 2008 R2, [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/08/13/remote-server-admin-tools-for-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All .mp3 files on Desktop and My Documents folder</title>
		<link>http://systemmanagement.ro/blog/2009/06/16/all-mp3-files-on-desktop-and-my-documents-folder/</link>
		<comments>http://systemmanagement.ro/blog/2009/06/16/all-mp3-files-on-desktop-and-my-documents-folder/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 16:48:19 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Inventory]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Software Inventory]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/06/16/all-mp3-files-on-desktop-and-my-documents-folder/</guid>
		<description><![CDATA[Want to know if your users store mp3 files on Desktop and My Documents folder?

Add .mp3 file type to Software Inventory Client Agent properties

Navigate to Site Database – Site Management – Site Name – Site Settings – Client Agents and double click Software Inventory Client Agent
Select Inventory Collection tab
Click the new button and type *.mp3 [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/06/16/all-mp3-files-on-desktop-and-my-documents-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploy Office 2007 with custom Quick Access Toolbar commands</title>
		<link>http://systemmanagement.ro/blog/2009/06/13/deploy-office-2007-with-custom-quick-access-toolbar-commands/</link>
		<comments>http://systemmanagement.ro/blog/2009/06/13/deploy-office-2007-with-custom-quick-access-toolbar-commands/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 10:16:00 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Software Distribution]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Office Customization Tool]]></category>
		<category><![CDATA[Quick Access Toolbar]]></category>
		<category><![CDATA[Registry]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/06/13/deploy-office-2007-with-custom-quick-access-toolbar-commands/</guid>
		<description><![CDATA[Receiving some complaints that users can’t find the Open, New etc. commands in the new Office 2007 interface, I had a task to customize Quick Access Toolbar so that all users can have these commands installed by default.
Office 2007 applications (Access, Excel, PowerPoint, Outlook, Word) use a Quick Access Toolbar setting file (.qat). Every application [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/06/13/deploy-office-2007-with-custom-quick-access-toolbar-commands/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 and type [...]]]></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>Deploy ePolicy Orchestrator (ePO) agent</title>
		<link>http://systemmanagement.ro/blog/2009/05/14/deploy-epolicy-orchestrator-epo-agent/</link>
		<comments>http://systemmanagement.ro/blog/2009/05/14/deploy-epolicy-orchestrator-epo-agent/#comments</comments>
		<pubDate>Thu, 14 May 2009 16:38:00 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Software Distribution]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Task Sequence]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/05/14/deploy-epolicy-orchestrator-epo-agent/</guid>
		<description><![CDATA[Having to create a package with McAfee ePO agent, I wanted to make it available to task sequence too so it can be installed during the operating system setup. For this, I had to make it install unattended or silent not requiring any user input. As I have never worked with McAfee, first, I did [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/05/14/deploy-epolicy-orchestrator-epo-agent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploy Office 2007 SP2 with ConfigMgr 2007</title>
		<link>http://systemmanagement.ro/blog/2009/05/08/deploy-office-2007-sp2-with-configmgr-2007/</link>
		<comments>http://systemmanagement.ro/blog/2009/05/08/deploy-office-2007-sp2-with-configmgr-2007/#comments</comments>
		<pubDate>Fri, 08 May 2009 16:07:33 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Software Distribution]]></category>
		<category><![CDATA[Office 2007]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/?p=268</guid>
		<description><![CDATA[As Microsoft recently released Service Pack 2 for Office 2007 suite, it is a good idea to add the update files to the package so it it can be deploy during the installation.
So, first of all we have to download the SP2 executable file from here: http://www.microsoft.com/downloads/details.aspx?FamilyID=b444bf18-79ea-46c6-8a81-9db49b4ab6e5&#38;displaylang=en (see additional information bellow).
Then, using a command prompt [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/05/08/deploy-office-2007-sp2-with-configmgr-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Failed to Run Task Sequence &#8211; 0&#215;80072EE7</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 (0&#215;80072EE7)&#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 address or [...]]]></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, We’ll create [...]]]></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>Create an advertisement only for Windows 7 systems</title>
		<link>http://systemmanagement.ro/blog/2009/03/16/create-an-advertisement-only-for-windows-7-systems/</link>
		<comments>http://systemmanagement.ro/blog/2009/03/16/create-an-advertisement-only-for-windows-7-systems/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 19:32:35 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Software Distribution]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/03/16/create-an-advertisement-only-for-windows-7-systems/</guid>
		<description><![CDATA[Let’s suppose you create a package with one program and want to advertise it only to a few selected platforms, including x86 and x64 Windows 7 systems. Because Windows 7 is not supported yet with Configuration Manager 2007 SP1, you cannot choose it from the supplied list of platforms. As a result of this, after [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/03/16/create-an-advertisement-only-for-windows-7-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a collection with all x64 systems</title>
		<link>http://systemmanagement.ro/blog/2009/03/16/create-a-collection-with-all-x64-systems/</link>
		<comments>http://systemmanagement.ro/blog/2009/03/16/create-a-collection-with-all-x64-systems/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 07:55:07 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Collections]]></category>
		<category><![CDATA[Query]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/03/16/create-a-collection-with-all-x64-systems/</guid>
		<description><![CDATA[As I have some free time, I’m testing different things with SCCM, mainly in creating different collections that I might need. Bellow you can find the query that will show you all x64 systems, client and server operating systems.
 select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier, SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceId = SMS_R_System.ResourceId [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/03/16/create-a-collection-with-all-x64-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
