<?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>Rickey Whitworth&#039;s Blog &#187; SCCM 2007</title>
	<atom:link href="http://www.whitworth.org/category/sccm/sccm-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whitworth.org</link>
	<description>insights from managing a microsoft enterprise infrastructure</description>
	<lastBuildDate>Tue, 05 Apr 2011 21:02:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Maintenance Windows While Patching</title>
		<link>http://www.whitworth.org/2008/12/19/using-maintenance-windows-while-patching-the-daily-ramblings-of-an-sms-engineer/</link>
		<comments>http://www.whitworth.org/2008/12/19/using-maintenance-windows-while-patching-the-daily-ramblings-of-an-sms-engineer/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 15:47:31 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[SCCM]]></category>
		<category><![CDATA[SCCM 2007]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/?p=443</guid>
		<description><![CDATA[If you had a maintenance window defined, but told the patches to install ignoring the maintenance window but suppress the reboots until the maintenance window will it install the updates and hold off on rebooting the clients until the maintenance window?
To answer the original question, yes you can use maintenance windows to only delay the [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>If you had a maintenance window defined, but told the patches to install ignoring the maintenance window but suppress the reboots until the maintenance window will it install the updates and hold off on rebooting the clients until the maintenance window?</p></blockquote>
<blockquote><p>To answer the original question, yes you can use maintenance windows to only delay the reboots and have the patches install ASAP.</p></blockquote>
<p><a href="http://myitforum.com/cs2/blogs/socal/archive/2008/05/27/using_2D00_maintenance_2D00_windows_2D00_while_2D00_patching.aspx">Using Maintenance Windows While Patching &#8211; The Daily Ramblings of an SMS Engineer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2008/12/19/using-maintenance-windows-while-patching-the-daily-ramblings-of-an-sms-engineer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Utility for Diagramming A Configuration Manager Site with Visio</title>
		<link>http://www.whitworth.org/2008/11/24/utility-for-diagramming-a-configuration-manager-site-with-visio/</link>
		<comments>http://www.whitworth.org/2008/11/24/utility-for-diagramming-a-configuration-manager-site-with-visio/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 20:29:55 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[SCCM 2007]]></category>
		<category><![CDATA[Visio]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/?p=437</guid>
		<description><![CDATA[SMSMap is a  freeware SCCM 2007 / SMS 2003 hierarchy drawing tool. It is an all-in-one solution for creating Visio drawings of any combination of SCCM 2007 and SMS 2003 site servers.
First released in July 2007 in the &#8220;Utility Spotlight&#8221; section of the Microsoft TechNet Magazine this is an extension to support feedback from users [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>SMSMap is a  freeware SCCM 2007 / SMS 2003 hierarchy drawing tool. It is an all-in-one solution for creating Visio drawings of any combination of SCCM 2007 and SMS 2003 site servers.</p>
<p>First released in July 2007 in the <a href="http://www.microsoft.com/technet/technetmag/issues/2007/07/UtilitySpotlight/?topics=/technet/technetmag/issues/2007/07/UtilitySpotlight"><span style="color: #669966;">&#8220;Utility Spotlight&#8221;</span></a> section of the Microsoft TechNet Magazine this is an extension to support feedback from users and support SCCM 2007</p></blockquote>
<p><a href="http://www.tondtware.com/"><span style="color: #669966;">SMSMap</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2008/11/24/utility-for-diagramming-a-configuration-manager-site-with-visio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to rebuild WMI on a client machine</title>
		<link>http://www.whitworth.org/2008/08/11/how-to-rebuild-wmi-on-a-client-machine/</link>
		<comments>http://www.whitworth.org/2008/08/11/how-to-rebuild-wmi-on-a-client-machine/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 17:39:59 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Network Administration]]></category>
		<category><![CDATA[SCCM 2007]]></category>

		<guid isPermaLink="false">http://blog.whitworth.org/?p=429</guid>
		<description><![CDATA[Thank you to John Marcum.
Ccmclean.exe
net stop winmgmt
rename&#8211; Windows\system32\wbem\repository
net start winmgmt
rundll32 wbemupgd, RepairWMISetup
ccmsetup.exe
SCCM Client Problem &#8211; TechNet Forums
]]></description>
			<content:encoded><![CDATA[<p>Thank you to John Marcum.</p>
<blockquote><p>Ccmclean.exe</p>
<p>net stop winmgmt</p>
<p>rename&#8211; Windows\system32\wbem\repository</p>
<p>net start winmgmt</p>
<p>rundll32 wbemupgd, RepairWMISetup</p>
<p>ccmsetup.exe</p></blockquote>
<p><a href="https://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=2851239&amp;SiteID=17">SCCM Client Problem &#8211; TechNet Forums</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2008/08/11/how-to-rebuild-wmi-on-a-client-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DudeWorks Inventory Manager</title>
		<link>http://www.whitworth.org/2008/08/10/dudeworks-inventory-manager/</link>
		<comments>http://www.whitworth.org/2008/08/10/dudeworks-inventory-manager/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 20:56:23 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[SCCM 2007]]></category>

		<guid isPermaLink="false">http://blog.whitworth.org/?p=427</guid>
		<description><![CDATA[A product I am investigating. 
Take control of your inventory today!              Extend asset inventory in SCCM 2007 and unlock a whole new world of possibilities.       Inventory Manager replaces the manual editing of text-based MOF files with [...]]]></description>
			<content:encoded><![CDATA[<p>A product I am investigating. </p>
<blockquote><p><strong><strong>Take control of your inventory today!</strong>        <br /></strong>      <br /><strong>Extend asset inventory in SCCM 2007 and unlock a whole new world of possibilities.       <br /></strong><strong>Inventory Manager</strong> replaces the manual editing of text-based MOF files with an front end easy-to-use GUI that is integrated with the System Center Configuration Manager 2007 console.      <br />Inventory Manager allows administrators to easily add, edit and remove inventory rules for hardware and software within Configuration Manager. Using Inventory Manager, administrators can also view and change properties and reporting attributes of built-in inventory rules, as well as create new rules for WMI values and registry keys using simple WMI and registry wizards.&#160; <br />Inventory Manager provides a rule based management solution which takes all the guess-work out of asset inventory and speeds the process of defining and managing inventory items to a few minutes rather than several hours or days.</p>
<p><img height="182" alt="" src="http://www.dudeworks.com/Portals/0/invman_console_list_jag.gif" width="461" /></p>
</blockquote>
<p><a href="http://www.dudeworks.com/Default.aspx?tabid=36">DudeWorks &gt; Home</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2008/08/10/dudeworks-inventory-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download details: Configuration Manager 2007 Configuration Pack</title>
		<link>http://www.whitworth.org/2008/08/06/download-details-configuration-manager-2007-configuration-pack/</link>
		<comments>http://www.whitworth.org/2008/08/06/download-details-configuration-manager-2007-configuration-pack/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 22:06:06 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[SCCM 2007]]></category>

		<guid isPermaLink="false">http://blog.whitworth.org/?p=424</guid>
		<description><![CDATA[&#160;
Brief Description
This Configuration Pack helps track configuration compliance for your Configuration Manager 2007 site server roles, such as management points, distribution points, and software update points.

Software installation errors and misconfigurations compromise security and stability, resulting in escalated support costs. The System Center Configuration Manager 2007 Configuration Pack can help prevent errors, increasing your organizational uptime [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<blockquote><h6>Brief Description</h6>
<p>This Configuration Pack helps track configuration compliance for your Configuration Manager 2007 site server roles, such as management points, distribution points, and software update points.</p>
</blockquote>
<p><a name="Description"></a>Software installation errors and misconfigurations compromise security and stability, resulting in escalated support costs. The System Center Configuration Manager 2007 Configuration Pack can help prevent errors, increasing your organizational uptime and helping you build a more secure and reliable Configuration Manager 2007 infrastructure. This Configuration Pack contains Configuration Items intended to manage your Configuration Manager 2007 site system roles using the desired configuration management component in Configuration Manager 2007. This configuration pack monitors the following site system roles: management points, distribution points, and software update points. The Configuration Pack can also monitor Windows Server Update Services (WSUS) components on software update points or upstream WSUS servers. To manage your site system roles with this Configuration Pack, import and assign the Microsoft System Center Configuration Manager 2007 Server Roles configuration baseline to a collection which contains your Configuration Manager 2007 site systems. While there is one configuration baseline for all site systems, it evaluates compliance only for roles configured on the site system. For example, if a computer has only the distribution point role, it will not be evaluated for management point configurations. To understand in detail what each configuration item will be evaluating, review the properties of that configuration Iitem in the context of the Configuration Manager 2007 Server Role being addressed.     <br />System Center Configuration Manager 2007 site roles covered: </p>
<ul>&#8226; Management points    <br />&#8226; Distribution points     <br />&#8226; Software update points </ul>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=45586F82-1816-4AEB-A0DC-ADE1859820B9&amp;displaylang=en">Download details: Configuration Manager 2007 Configuration Pack</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2008/08/06/download-details-configuration-manager-2007-configuration-pack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Configure Windows Server 2008 for Site System Roles</title>
		<link>http://www.whitworth.org/2008/07/23/how-to-configure-windows-server-2008-for-site-system-roles/</link>
		<comments>http://www.whitworth.org/2008/07/23/how-to-configure-windows-server-2008-for-site-system-roles/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 12:45:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SCCM]]></category>
		<category><![CDATA[SCCM 2007]]></category>
		<category><![CDATA[Configuration Manager 2007]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,71e4198a-6b35-40af-85a5-d3fab58fe6ab.aspx</guid>
		<description><![CDATA[Â 
How to Configure Windows Server 2008 for Site System Roles
[Topics referencing Configuration Manager 2007 R2 are pre-release documentation and
are subject to change in future releases.]
Topic last updatedâ€”March 2008
Microsoft System Center Configuration Manager 2007 requires the WebDAV component to
be installed and enabled on the management points and BITS-enabled distribution points.
The WebDAV component is not included in [...]]]></description>
			<content:encoded><![CDATA[<p>Â </p>
<blockquote><p>How to Configure Windows Server 2008 for Site System Roles</p>
<p>[Topics referencing Configuration Manager 2007 R2 are pre-release documentation and<br />
are subject to change in future releases.]</p>
<p><strong>Topic last updatedâ€”March 2008</strong></p>
<p>Microsoft System Center Configuration Manager 2007 requires the WebDAV component to<br />
be installed and enabled on the management points and BITS-enabled distribution points.<br />
The WebDAV component is not included in Windows Server 2008 operating system.</p>
<p><img src="http://i.technet.microsoft.com/Cc431377.note(en-us,TechNet.10).gif" alt="" />Note</p>
<p>The information in this topic applies only to Configuration Manager 2007 SP1.</p>
<p>You must download, install, and configure WebDAV manually on management points and<br />
BITS-enabled distribution points running Windows Server 2008. On BITS-enabled distribution<br />
points, you might also have to edit the requestFiltering section of the applicationHost.config<br />
file if your packages contain extensions that are blocked.</p></blockquote>
<p><a href="http://technet.microsoft.com/en-us/library/cc431377(TechNet.10).aspx">How<br />
to Configure Windows Server 2008 for Site System Roles</a></p>
<p><img src="http://www.whitworth.org/Blog/aggbug.ashx?id=71e4198a-6b35-40af-85a5-d3fab58fe6ab" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2008/07/23/how-to-configure-windows-server-2008-for-site-system-roles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System Center with Jason Lewis : Announcing two System Center Configuration Manager 2007 Configuration Packs</title>
		<link>http://www.whitworth.org/2008/07/16/system-center-with-jason-lewis-announcing-two-system-center-configuration-manager-2007-configuration-packs/</link>
		<comments>http://www.whitworth.org/2008/07/16/system-center-with-jason-lewis-announcing-two-system-center-configuration-manager-2007-configuration-packs/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 13:40:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SCCM 2007]]></category>
		<category><![CDATA[Configuration Manager 2007]]></category>
		<category><![CDATA[Desired Configuration Monitoring]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,70a572e3-5b2f-4130-80f7-ec3070375161.aspx</guid>
		<description><![CDATA[For the past several months Iâ€™ve been working on two System Center Configuration
Manager 2007 Configuration Packs.Â  Configuration Packs are definitions for the
new Desired Configuration Management (DCM) component in ConfigMgr 2007.Â  DCM
allows you to assess the compliance of computers against a defined configuration.Â
A configuration pack consists of one or many configuration items and zero or more
configuration [...]]]></description>
			<content:encoded><![CDATA[<p>For the past several months Iâ€™ve been working on two System Center Configuration<br />
Manager 2007 Configuration Packs.Â  Configuration Packs are definitions for the<br />
new Desired Configuration Management (DCM) component in ConfigMgr 2007.Â  DCM<br />
allows you to assess the compliance of computers against a defined configuration.Â<br />
A configuration pack consists of one or many configuration items and zero or more<br />
configuration baselines.Â  A configuration baseline is a group of configuration<br />
items.Â  A configuration item defines a set of rules for which to check configuration<br />
compliance of an entity.Â  That entity could be an application such as Internet<br />
Explorer or SQL Server that you have a configuration baseline defined.Â  Or it<br />
could be a business rule that needs to check user machines donâ€™t have any non<br />
NTFS partitions.Â Â  Anyways, hope that defines what Configuration Packs are.Â<br />
The two that I worked on and released are (sorry for the long names)â€¦</p>
<p><strong>System Center Configuration Manager 2007 Configuration Pack</strong> (<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=45586f82-1816-4aeb-a0dc-ade1859820b9&amp;displaylang=en">download</a>)</p>
<p>This Configuration Pack helps track configuration compliance for Configuration Manager<br />
2007 site server roles, such as management points, distribution points, and software<br />
update points.</p>
<p><strong>System Center Configuration Manager 2007 Vulnerability Assessment Configuration<br />
Pack</strong> (<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=fc6989e9-68a3-43b1-8019-72bc1b9c5ff3&amp;displaylang=en">download</a>)</p>
<p>This Configuration Pack helps track common software misconfigurations which might<br />
make client computers more vulnerable to attack.Â  This is a replacement for the<br />
Scan Tool for Vulnerability Assessment in System Management Server 2003 R2.</p>
<p><a href="http://blogs.technet.com/jasonlewis/archive/2007/11/30/announcing-the-release-of-two-system-center-configuration-manager-2007-configuration-packs.aspx">System<br />
Center with Jason Lewis : Announcing two System Center Configuration Manager 2007<br />
Configuration Packs</a></p>
<p><img src="http://www.whitworth.org/Blog/aggbug.ashx?id=70a572e3-5b2f-4130-80f7-ec3070375161" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2008/07/16/system-center-with-jason-lewis-announcing-two-system-center-configuration-manager-2007-configuration-packs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brian Tucker : How to Enable Asset Intelligence &amp; Client Access Licensing in SCCM 2007</title>
		<link>http://www.whitworth.org/2008/04/24/brian-tucker-how-to-enable-asset-intelligence-amp-client-access-licensing-in-sccm-2007/</link>
		<comments>http://www.whitworth.org/2008/04/24/brian-tucker-how-to-enable-asset-intelligence-amp-client-access-licensing-in-sccm-2007/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 13:38:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SCCM 2007]]></category>
		<category><![CDATA[Configuration Manager 2007]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,b8ba70b2-ddce-4749-826c-fab1e7f3196f.aspx</guid>
		<description><![CDATA[Â 
As many of you know, SCCM 2007 have reporting features for Asset Intelligence and
also for CAL license information. Interesting enough, it&#8217;s not enough to just run
the reports and have the information shown. There are a few steps you have to accomplish
before you can use Asset Intelligence (AI) and use the CAL reports. Call me naive,
but [...]]]></description>
			<content:encoded><![CDATA[<p>Â </p>
<blockquote><p>As many of you know, SCCM 2007 have reporting features for Asset Intelligence and<br />
also for CAL license information. Interesting enough, it&#8217;s not enough to just run<br />
the reports and have the information shown. There are a few steps you have to accomplish<br />
before you can use Asset Intelligence (AI) and use the CAL reports. Call me naive,<br />
but in my reading of the whitepapers, I missed how to enable and configure this to<br />
be enabled.</p></blockquote>
<p><a href="http://blogcastrepository.com/blogs/brian_tucker/archive/2008/02/13/how-to-enable-asset-intelligence-client-access-licensing-in-sccm-2007.aspx">Brian<br />
Tucker : How to Enable Asset Intelligence &amp; Client Access Licensing in SCCM 2007</a></p>
<p><img src="http://www.whitworth.org/Blog/aggbug.ashx?id=b8ba70b2-ddce-4749-826c-fab1e7f3196f" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2008/04/24/brian-tucker-how-to-enable-asset-intelligence-amp-client-access-licensing-in-sccm-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM 2007 Network Discovery finds Devices Outside of Specified Subnet</title>
		<link>http://www.whitworth.org/2008/04/22/sccm-2007-network-discovery-finds-devices-outside-of-specified-subnet/</link>
		<comments>http://www.whitworth.org/2008/04/22/sccm-2007-network-discovery-finds-devices-outside-of-specified-subnet/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 13:35:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SCCM 2007]]></category>
		<category><![CDATA[Configuration Manager 2007]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,eb93063d-9c1d-4ed9-ad7e-c7ce4b78954e.aspx</guid>
		<description><![CDATA[Â 
After setting up SCCM 2007, I wanted to do a very limited network discovery to only
find systems in our Server VLAN (subnet). After adding the network to the subnet page
and starting a search, I was getting a list of almost all my systems.
The problem was that I overlooked two check boxes; one on the Network [...]]]></description>
			<content:encoded><![CDATA[<p>Â </p>
<p>After setting up SCCM 2007, I wanted to do a very limited network discovery to only<br />
find systems in our Server VLAN (subnet). After adding the network to the subnet page<br />
and starting a search, I was getting a list of almost all my systems.</p>
<p>The problem was that I overlooked two check boxes; one on the Network Discovery -<br />
Subnets tab called<strong> Search Local Subnets </strong>and another on the Network<br />
Discovery &#8211; Domains tab called <strong>Search local domain</strong>.</p>
<p>The only problem with discovering your systems using only Network Discovery is that<br />
most of our servers did not return OS information, so it is hard to build collections<br />
for distributing the client based on OS.</p>
<p><img src="http://www.whitworth.org/Blog/aggbug.ashx?id=eb93063d-9c1d-4ed9-ad7e-c7ce4b78954e" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2008/04/22/sccm-2007-network-discovery-finds-devices-outside-of-specified-subnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use WSUS to Distribute SCCM 2007 Agent</title>
		<link>http://www.whitworth.org/2008/04/10/use-wsus-to-distribute-sccm-2007-agent/</link>
		<comments>http://www.whitworth.org/2008/04/10/use-wsus-to-distribute-sccm-2007-agent/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 14:06:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SCCM 2007]]></category>
		<category><![CDATA[Configuration Manager 2007]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,a3683489-4cba-4dfc-9e9c-b52696cd6b31.aspx</guid>
		<description><![CDATA[Â 
Sccm 2007 has a new client deployment method called Software update point based client
installation. The idea behind Software update point based client
installation is to publish the Sccm 2007 client as a critical update, and hence its
name is installed from the Software update point. Most of you will probably now that
Software Update management in Sccm 2007 [...]]]></description>
			<content:encoded><![CDATA[<p>Â </p>
<blockquote><p>Sccm 2007 has a new client deployment method called Software update point based client<br />
installation.<strong> </strong>The idea behind Software update point based client<br />
installation is to publish the Sccm 2007 client as a critical update, and hence its<br />
name is installed from the Software update point. Most of you will probably now that<br />
Software Update management in Sccm 2007 integrates with Wsus 3.0 Sccm 2007 relies<br />
on Wsus to synchronize the catalog and to scan clients, but that&#8217;s food for another<br />
post.</p></blockquote>
<p><a href="http://www.blogcastrepository.com/blogs/kim_oppalfenss_systems_management_ideas/default.aspx">SCCM<br />
2007 blog by Kim Oppalfens</a></p>
<p><img src="http://www.whitworth.org/Blog/aggbug.ashx?id=a3683489-4cba-4dfc-9e9c-b52696cd6b31" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2008/04/10/use-wsus-to-distribute-sccm-2007-agent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.493 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2011-09-29 16:19:11 -->

