<?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; ConfigMgr</title>
	<atom:link href="http://systemmanagement.ro/blog/category/configmgr/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>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>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>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>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>Failed to extend the Active Directory Schema</title>
		<link>http://systemmanagement.ro/blog/2009/03/11/failed-to-extend-the-active-directory-schema/</link>
		<comments>http://systemmanagement.ro/blog/2009/03/11/failed-to-extend-the-active-directory-schema/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 23:44:02 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Log]]></category>
		<category><![CDATA[Network adapter]]></category>
		<category><![CDATA[Schema]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/2009/03/11/failed-to-extend-the-active-directory-schema/</guid>
		<description><![CDATA[Usually, extending the Active Directory schema is the last step I do when installing SCCM. This time, while installing SCCM in a virtual machine, you have to provide a path to a folder with SCCM updates or download these updates from the internet. Working in a virtual machine with a “Local only” network adapter, I [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2009/03/11/failed-to-extend-the-active-directory-schema/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Microsoft IT is using Configuration Manager 2007</title>
		<link>http://systemmanagement.ro/blog/2008/12/24/how-microsoft-it-is-using-configuration-manager-2007/</link>
		<comments>http://systemmanagement.ro/blog/2008/12/24/how-microsoft-it-is-using-configuration-manager-2007/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 07:58:00 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[Microsoft IT]]></category>
		<category><![CDATA[Podcast]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/?p=145</guid>
		<description><![CDATA[Do you know how Microsoft IT manages thousands of servers worldwide in multiple countries for a large number of departments and customers using SCCM 2007? If no, then you should listen to this 30 minutes podcast: Microsoft IT Business Case for System Center Configuration Manager 2007 in a Data Center. And here is the full [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2008/12/24/how-microsoft-it-is-using-configuration-manager-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://download.microsoft.com/download/0/E/A/0EAFA38E-1D09-4422-AC09-137461F02CA2/TechNetRadio12162008-web.wma" length="7102462" type="audio/x-ms-wma" />
		</item>
		<item>
		<title>SCCM 2007 description of all log files</title>
		<link>http://systemmanagement.ro/blog/2008/11/13/sccm-2007-description-of-all-log-files/</link>
		<comments>http://systemmanagement.ro/blog/2008/11/13/sccm-2007-description-of-all-log-files/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 20:46:00 +0000</pubDate>
		<dc:creator>Vitalie Ciobanu</dc:creator>
				<category><![CDATA[ConfigMgr]]></category>
		<category><![CDATA[Log]]></category>

		<guid isPermaLink="false">http://systemmanagement.ro/blog/?p=79</guid>
		<description><![CDATA[Another very good resource I just found! The description of all log files in SCCM 2007. See bellow an example and follow the link for the full post: http://technet.microsoft.com/en-us/library/bb892800.aspx. Management Point Log Files If management points are installed in the site hierarchy, management point log files are stored in the SMS_CCM\LOGS folder on the management [...]]]></description>
		<wfw:commentRss>http://systemmanagement.ro/blog/2008/11/13/sccm-2007-description-of-all-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

