<?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>Tue, 31 Jan 2012 14:09:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Count Adobe Reader versions</title>
		<link>http://systemmanagement.ro/blog/2012/01/31/count-adobe-reader-versions/</link>
		<comments>http://systemmanagement.ro/blog/2012/01/31/count-adobe-reader-versions/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 14:09:40 +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/2012/01/31/count-adobe-reader-versions/</guid>
		<description><![CDATA[SELECT DISTINCT TOP (100) PERCENT DisplayName0, Version0, COUNT(Version0) AS Total FROM&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; dbo.v_GS_ADD_REMOVE_PROGRAMS GROUP BY DisplayName0, Version0 HAVING&#160;&#160;&#160;&#160;&#160; (DisplayName0 LIKE &#8216;%Adobe Reader%&#8217;) ORDER BY Total DESC, DisplayName0]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2012/01/31/count-adobe-reader-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uninstall software on remote computers using WMIC</title>
		<link>http://systemmanagement.ro/blog/2011/07/22/uninstall-software-on-remote-computers-using-wmic/</link>
		<comments>http://systemmanagement.ro/blog/2011/07/22/uninstall-software-on-remote-computers-using-wmic/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 09:09:54 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Software Distribution]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2011/07/22/uninstall-software-on-remote-computers-using-wmic/</guid>
		<description><![CDATA[Recently, I wanted to install Nokia Ovi Suite to several computers in a company that started to have problems with their internet provider; it&#8217;s a third day when they do not have internet connection. So I thought it&#8217;s a good idea to show them how they can use their Nokia E72 phones to connect their [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2011/07/22/uninstall-software-on-remote-computers-using-wmic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collection with Windows 7 computers without SP1</title>
		<link>http://systemmanagement.ro/blog/2011/05/06/collection-with-windows-7-computers-without-sp1/</link>
		<comments>http://systemmanagement.ro/blog/2011/05/06/collection-with-windows-7-computers-without-sp1/#comments</comments>
		<pubDate>Fri, 06 May 2011 06:29:11 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Collections]]></category>
		<category><![CDATA[Service Pack]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2011/05/06/collection-with-windows-7-computers-without-sp1/</guid>
		<description><![CDATA[First, if you want your query to display the right information, you must have a collection with all Windows 7 computers, regardless of the service pack version installed. Here is the simplest query to create “All Windows 7 computers” collection (please make this collection “Not collection limited”): 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 [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2011/05/06/collection-with-windows-7-computers-without-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collections with computers without Forefront Endpoint Protection 2010 client</title>
		<link>http://systemmanagement.ro/blog/2011/05/03/collections-with-computers-without-forefront-endpoint-protection-2010-client/</link>
		<comments>http://systemmanagement.ro/blog/2011/05/03/collections-with-computers-without-forefront-endpoint-protection-2010-client/#comments</comments>
		<pubDate>Tue, 03 May 2011 11:20:10 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Collections]]></category>
		<category><![CDATA[Forefront Endpoint Protection 2010]]></category>
		<category><![CDATA[Query]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2011/05/03/collections-with-computers-without-forefront-endpoint-protection-2010-client/</guid>
		<description><![CDATA[A customer asked me today to help him with creating some collections with client computers that do not have FEP 2010 installed so he can advertise the antivirus client to those computers. You can find the queries bellow. All Windows 7 without Forefront Endpoint Protection 2010 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 [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2011/05/03/collections-with-computers-without-forefront-endpoint-protection-2010-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve been at Tech-Ed today&#8230;</title>
		<link>http://systemmanagement.ro/blog/2011/01/27/am-fost-la-tech-ed-azi/</link>
		<comments>http://systemmanagement.ro/blog/2011/01/27/am-fost-la-tech-ed-azi/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 21:01:43 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2011/01/27/am-fost-la-tech-ed-azi/</guid>
		<description><![CDATA[Actually I just attended a local event organized by Microsoft Romania and the last session was Useful Hacker Techniques: Which Part of Hackers&#8217; Knowledge Will Help You in Efficient IT Administration held by polish Enterprise Security MVP &#8211; Paula Januszkiewicz. Geez… this girl presented some things that, I can bet, made half of all admins [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2011/01/27/am-fost-la-tech-ed-azi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Forefront Endpoint Protection 2010 RC &#8211; prerequisite error</title>
		<link>http://systemmanagement.ro/blog/2010/11/30/installing-forefront-endpoint-protection-2010-rc-prerequisite-error/</link>
		<comments>http://systemmanagement.ro/blog/2010/11/30/installing-forefront-endpoint-protection-2010-rc-prerequisite-error/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 10:41:37 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Forefront Endpoint Protection 2010]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Prerequisite]]></category>
		<category><![CDATA[Registry]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2010/11/30/installing-forefront-endpoint-protection-2010-rc-prerequisite-error/</guid>
		<description><![CDATA[While installing the latest “Forefront Client Security” product named Forefront Endpoint Protection 2010 (RC version), the prerequisites verification step displayed an error at the “Verifying restart is not required” step. And the error details: “An earlier software installation still has outstanding file rename operations pending. Before Setup can continue, you must restart the computer.”   [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2010/11/30/installing-forefront-endpoint-protection-2010-rc-prerequisite-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install SQL Server on a 64 bit Window Server &#8211; missing SQLncli_x64.msi</title>
		<link>http://systemmanagement.ro/blog/2010/11/30/install-sql-server-on-a-64-bit-window-server-missing-sqlncli_x64-msi/</link>
		<comments>http://systemmanagement.ro/blog/2010/11/30/install-sql-server-on-a-64-bit-window-server-missing-sqlncli_x64-msi/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 10:14:43 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Error]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2010/11/30/install-sql-server-on-a-64-bit-window-servermissing-sqlncli_x64-msi/</guid>
		<description><![CDATA[I had to install a copy of SQL Server 2005 on a Windows Server 2003 R2 SP2 x64. During installation I got a strange error saying that SQLncli_x64.msi file is missing. I was pretty sure that I have the same ISO file as I did while installing SQL so many times before and without any [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2010/11/30/install-sql-server-on-a-64-bit-window-server-missing-sqlncli_x64-msi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Distribute Adobe Flash Player</title>
		<link>http://systemmanagement.ro/blog/2010/11/06/distribute-adobe-flash-player/</link>
		<comments>http://systemmanagement.ro/blog/2010/11/06/distribute-adobe-flash-player/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 20:02:45 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[Software Distribution]]></category>
		<category><![CDATA[Adobe Flash Player]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2010/11/06/distribute-adobe-flash-player/</guid>
		<description><![CDATA[If you need to create a ConfigMgr software package with Adobe Flash Player and want to use it’s .msi file, you can find this file at the following address: http://www.adobe.com/products/flashplayer/fp_distribution3.html Please note that in order to distribute Adobe Flash Player you need to have a valid Adobe Flash Player Distribution License Agreement in place. For [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2010/11/06/distribute-adobe-flash-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Configuration Manager v.Next</title>
		<link>http://systemmanagement.ro/blog/2010/10/16/installing-configuration-manager-v-next/</link>
		<comments>http://systemmanagement.ro/blog/2010/10/16/installing-configuration-manager-v-next/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 19:31:51 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[ConfigMgr v.Next]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2010/10/16/installing-configuration-manager-v-next/</guid>
		<description><![CDATA[Prerequisites configured before starting the installation: Windows Server 2008 R2 updated Active Directory Domain Services Installing Central Administration Site (CAS): Launch in external player. Installing Primary Site: Launch in external player.]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2010/10/16/installing-configuration-manager-v-next/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://systemmanagement.ro/blog/wp-content/uploads/2010/cas.wmv" length="49182349" type="video/asf" />
<enclosure url="http://systemmanagement.ro/blog/wp-content/uploads/2010/primary.wmv" length="4601887" type="video/asf" />
		</item>
		<item>
		<title>Report with computer models and manufacturers</title>
		<link>http://systemmanagement.ro/blog/2010/09/13/report-with-computer-models-and-manufacturers/</link>
		<comments>http://systemmanagement.ro/blog/2010/09/13/report-with-computer-models-and-manufacturers/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 09:08:44 +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/2010/09/13/report-with-computer-models-and-manufacturers/</guid>
		<description><![CDATA[SELECT&#160;&#160;&#160;&#160; TOP (100) PERCENT Manufacturer0 AS Manufacturer, Model0 AS Model, COUNT(Model0) AS Total FROM&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; dbo.v_GS_COMPUTER_SYSTEM GROUP BY Model0, Manufacturer0 ORDER BY Total DESC, Manufacturer, Model]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2010/09/13/report-with-computer-models-and-manufacturers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collection with client Computers without ConfigMgr client</title>
		<link>http://systemmanagement.ro/blog/2010/09/13/collection-with-client-computers-without-configmgr-client/</link>
		<comments>http://systemmanagement.ro/blog/2010/09/13/collection-with-client-computers-without-configmgr-client/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 08:33:27 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[Collections]]></category>
		<category><![CDATA[Query]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2010/09/13/collection-with-client-computers-without-configmgr-client/</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_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_R_System.Client = 0 and SMS_G_System_OPERATING_SYSTEM.Caption not like &#34;%Server%&#34; or SMS_R_System.Client is null&#160; and SMS_G_System_OPERATING_SYSTEM.Caption not like &#34;%Server%&#34;]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2010/09/13/collection-with-client-computers-without-configmgr-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>0</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). Report query is: SELECT [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2010/01/14/upgrade-configuration-manager-client/feed/</wfw:commentRss>
		<slash:comments>0</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>0</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 [...]]]></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 [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/12/21/how-to-create-a-windows-image-wim-file/feed/</wfw:commentRss>
		<slash:comments>0</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 [...]]]></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 [...]]]></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>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 [...]]]></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 [...]]]></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 [...]]]></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 [...]]]></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>
	</channel>
</rss>

