<?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>Alberto Ortega &#187; System Center Configuration Manager</title>
	<atom:link href="http://blogs.southworks.net/aortega/category/system-center-configuration-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.southworks.net/aortega</link>
	<description>Sharing thoughts about Systems Management and IT trends</description>
	<lastBuildDate>Fri, 13 Aug 2010 12:27:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Deploy SCCM 2007 SP2 RC on Windows Server 2008 R2</title>
		<link>http://blogs.southworks.net/aortega/2009/09/16/deploy-sccm-2007-sp2-rc-on-windows-server-2008-r2/</link>
		<comments>http://blogs.southworks.net/aortega/2009/09/16/deploy-sccm-2007-sp2-rc-on-windows-server-2008-r2/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 19:43:17 +0000</pubDate>
		<dc:creator>aortega</dc:creator>
				<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://blogs.southworks.net/aortega/2009/09/16/deploy-sccm-2007-sp2-rc-on-windows-server-2008-r2/</guid>
		<description><![CDATA[... <a href="http://blogs.southworks.net/aortega/2009/09/16/deploy-sccm-2007-sp2-rc-on-windows-server-2008-r2/" class="more-link">read more<img src="http://blogs.southworks.net/aortega/wp-content/themes/southworks/assets/img/arrow-blue.png" width="12" height="12" alt="" /></a>]]></description>
			<content:encoded><![CDATA[<p>Today I had to deploy SCCM 2007 SP2 RC on a Windows Server 2008 R2 system. The installation went pretty straightforward, however it can become a little tricky if you have not installed previous versions of SCCM. This procedure deploys SCCM in mixed mode, on a future post I will show how to deploy the needed PKI infrastructure to support the native mode of SCCM.</p>
<p>Below you will find the step-by-step:</p>
<ol>
<li>OS Pre-requisites
<ol>
<li>Features &gt; Background Intelligent Transfer Service (BITS) â€“ Add every role and service required.</li>
<li>Features &gt; Remote Differential Compression</li>
<li>Role &gt; Web Server (IIS): Add the following components to the default selection.
<ol>
<li>ASP.NET</li>
<li>Windows Authentication</li>
<li>Dynamic Content Compression</li>
<li>IIS6 Metabase Compatibility</li>
<li>IIS6 WMI Compatibility</li>
<li>WebDAV Publishing</li>
<li>ASP</li>
</ol>
</li>
</ol>
</li>
<li>SQL Server 2008 + SP1
<ol>
<li>Database Engine Services.</li>
<li>Reporting Services.</li>
<li>Management Tools â€“ Complete.</li>
<li>Use NETWORK SERVICE for every SQL Server Service.</li>
<li>Configure SSRS in native mode.</li>
<li>After installation, download and install SQL Server 2008 SP1.</li>
</ol>
</li>
<li>WSUS 3.0 SP2
<ol>
<li>Download and install â€œMicrosoft Report Viewer Redistributable 2008 SP1â€</li>
<li>Download and Install  WSUS 3.0 SP2
<ol>
<li>Use the SQL Server 2008 db deployed before to store the updates.</li>
<li>Create a dedicated IIS Website for WSUS.</li>
<li>Run the initial configuration wizard and select the behavior and types of updates you want.</li>
</ol>
</li>
</ol>
</li>
<li>Configure WebDAV on IIS7.5
<ol>
<li>Open the WebDAV properties on the Default Website<br />
<a href="http://blogs.southworks.net/aortega/files/2009/09/image2.png"><img src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb2.png" border="0" alt="image" width="644" height="448" /></a></li>
<li>Click on â€œEnable WebDAVâ€ on the Actions pane.</li>
<li>Click on â€œAdd Authoring ruleâ€ on the Actions pane.
<ul>
<li>Allow Access To: All Content</li>
<li>Allow access to this content to: All Users</li>
<li>Permissions: Read</li>
</ul>
</li>
<li>Click on â€œWebDAV Settingsâ€ on the Actions pane.
<ul>
<li>Property Behavior &gt; Allow Anonymous Property Queries = True</li>
<li>Property Behavior &gt; Allow Custom Property = Fals</li>
<li>Property Behavior &gt; Allow Property Queries with Infinite Depth = True</li>
<li>WebDAV Behavior &gt; Allow Hidden Files to be Listed = True<br />
<a href="http://blogs.southworks.net/aortega/files/2009/09/image3.png"><img src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb3.png" border="0" alt="image" width="434" height="424" /></a></li>
</ul>
</li>
<li>Modify on the ApplicationHost.config the &lt;requestFilter&gt; directive
<ol>
<li>Open C:\Windows\System32\inetsrv\config\applicationHost.config</li>
<li>Allow the file extension â€œ.mdbâ€ by editting the &lt;requestFiltering&gt; section:<br />
<a href="http://blogs.southworks.net/aortega/files/2009/09/image4.png"><img src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb4.png" border="0" alt="image" width="533" height="295" /></a></li>
</ol>
</li>
</ol>
</li>
<li>SCCM 2007 SP2 RC
<ol>
<li>Extend the AD Schema: This is a non-reversible operation and should be executed on production environments without taking rollback measures before.
<ol>
<li>Run the EXTADSCH.EXE file under an account with enough privileges to modify the AD schema (Member of Schema Admin security group)<br />
<a href="http://blogs.southworks.net/aortega/files/2009/09/image5.png"><img src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb5.png" border="0" alt="image" width="668" height="160" /></a></li>
<li>If you have any problem with this step, check the log file on c:\ExtADSch.log</li>
<li>Now that you have extended the schema you need to enable the publishing of SCCM information into AD, to do this
<ol>
<li>Manually create the System Management Container in AD: <a href="http://technet.microsoft.com/en-us/library/bb632591.aspx">http://technet.microsoft.com/en-us/library/bb632591.aspx</a></li>
<li>Set the security properly on that container: <a href="http://technet.microsoft.com/en-us/library/bb633169.aspx">http://technet.microsoft.com/en-us/library/bb633169.aspx</a></li>
<li>And after the installation finishes verify that SCCM is automatically publishing this information: <a href="http://technet.microsoft.com/en-us/library/bb680711.aspx">http://technet.microsoft.com/en-us/library/bb680711.aspx</a> (This is created by default)</li>
</ol>
</li>
</ol>
</li>
<li>Run the Pre-requisite checker to verify there you pass every test.</li>
<li>Run the SCCM Setup
<ol>
<li>Select â€œInstall a Configuration Manager site serverâ€.</li>
<li>Select â€œCustom Settingsâ€</li>
<li>Select â€œPrimary Site&#8221;â€</li>
<li>Enter Site Code (â€œeg: TNAâ€) and  Site name</li>
<li>Install a mixed mode configuration (We did not deploy needed certificated for the native mode)</li>
<li>Select local SQL Instance and default DB name.</li>
<li>Setup a provider on the localhost.</li>
<li>Install a management point on the localhost.</li>
<li>Use the default port for communications (80)</li>
<li>Select a local folder to download the SCCM updates, this will take a while<br />
<a href="http://blogs.southworks.net/aortega/files/2009/09/image6.png"><img src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb6.png" border="0" alt="image" width="631" height="483" /></a></li>
<li>Finally, launch the SCCM installation.</li>
</ol>
</li>
</ol>
</li>
<li>SCCM Post-Deployment Configuration Tasks
<ol>
<li>I suggest to follow this checklist to begin using your SCCM deployment: <a title="http://technet.microsoft.com/en-us/library/bb633240.aspx" href="http://technet.microsoft.com/en-us/library/bb633240.aspx">http://technet.microsoft.com/en-us/library/bb633240.aspx</a></li>
<li>Configure Site Boundaries<br />
<a href="http://blogs.southworks.net/aortega/files/2009/09/image7.png"><img src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb7.png" border="0" alt="image" width="805" height="560" /></a></li>
<li>Select the roles<br />
<a href="http://blogs.southworks.net/aortega/files/2009/09/image8.png"><img src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb8.png" border="0" alt="image" width="425" height="357" /></a></li>
<li>Client Installation
<ol>
<li>Configure Client Push Installation using a Domain Admin account.</li>
<li>Configure Discovery Methods: Enable Active Directory Discovery<br />
<a href="http://blogs.southworks.net/aortega/files/2009/09/image9.png"><img src="http://blogs.southworks.net/aortega/files/2009/09/image-thumb9.png" border="0" alt="image" width="406" height="260" /></a></li>
</ol>
</li>
</ol>
</li>
</ol>
<p>Now wait for the discover to occur and begin managing!!</p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TechNet Webcast: &quot;System Center y el Centro de Datos &quot;</title>
		<link>http://blogs.southworks.net/aortega/2009/02/22/technet-webcast-system-center-y-el-centro-de-datos/</link>
		<comments>http://blogs.southworks.net/aortega/2009/02/22/technet-webcast-system-center-y-el-centro-de-datos/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 16:22:26 +0000</pubDate>
		<dc:creator>aortega</dc:creator>
				<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Capacity Planner]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[System Center Operations Manager]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://blogs.southworks.net/aortega/?p=120</guid>
		<description><![CDATA[... <a href="http://blogs.southworks.net/aortega/2009/02/22/technet-webcast-system-center-y-el-centro-de-datos/" class="more-link">read more<img src="http://blogs.southworks.net/aortega/wp-content/themes/southworks/assets/img/arrow-blue.png" width="12" height="12" alt="" /></a>]]></description>
			<content:encoded><![CDATA[<p>Last Wednesday 18-February we had a TechNet webcast about the System Center Suite. If you want to go deeper you can download the session resources here: <a title="http://cid-5f9c7b75bd402dda.skydrive.live.com/browse.aspx/Public/TechNet/2009-02-18%20-%20System%20Center%20y%20el%20Centro%20de%20Datos" href="http://cid-5f9c7b75bd402dda.skydrive.live.com/browse.aspx/Public/TechNet/2009-02-18%20-%20System%20Center%20y%20el%20Centro%20de%20Datos">http://cid-5f9c7b75bd402dda.skydrive.live.com/browse.aspx/Public/TechNet/2009-02-18%20-%20System%20Center%20y%20el%20Centro%20de%20Datos</a></p>
<p>I recommend this session to earn a high-level perspective about the System Center Suite, on the online session you can watch demos about the following scenarios:</p>
<ol>
<li><strong>Datacenter Deployment</strong>: <a href="http://technet.microsoft.com/en-us/library/cc771670.aspx">Windows Deployment Services (WDS)</a> technology to remotely deploy OS on your datacenter environment. </li>
<li><strong>Model Based Updates Management</strong>: <a href="http://www.microsoft.com/systemcenter/configurationmanager/en/us/default.aspx">System Center Configuration Manager 2007 (SCCM)</a> to achieve templates based updates roll-out to the datacenter. </li>
<li><strong>End to end monitoring</strong>: <a href="http://www.microsoft.com/systemcenter/operationsmanager/en/us/default.aspx">System Center Operations Manager 2007 R2 Beta (SCOM)</a> to have an holistic view of your production services health. </li>
<li><strong>Model based standards in the datacenter:</strong> <a href="http://www.microsoft.com/systemcenter/configurationmanager/en/us/default.aspx">System Center Configuration Manager 2007 (SCCM)</a> to manage workstation and servers baselines against a <a href="http://technet.microsoft.com/en-us/library/bb490344.aspx">desired configuration baseline</a> enforced by IT. </li>
<li><strong>Accountability in the datacenter</strong>: <a href="http://www.microsoft.com/systemcenter/operationsmanager/en/us/default.aspx">System Center Operations Manager 2007 R2 Beta (SCOM)</a> to concentrate audit events, using <a href="http://technet.microsoft.com/en-us/library/bb381373.aspx">Audit Collection Services</a>,&#160; from your windows server environment with reporting capabilities to overcome your security auditor demands. </li>
<li><strong>Datacenter Planinng</strong>: <a href="http://www.microsoft.com/systemcenter/en/us/capacity-planner.aspx">System Center Capacity Planner 2007 (SCCP)</a> (free <a href="http://technet.microsoft.com/en-us/sccp/bb969059.aspx">download</a>!) to size your services deployment on Miacorosft solutions like Exchange, Sharepoint and Operations Manager. </li>
</ol>
<p>You can download the On-Demand session here: <a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=es-AR&amp;EventID=1032400708&amp;CountryCode=AR">http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=es-AR&amp;EventID=1032400708&amp;CountryCode=AR</a></p>
<p><a href="http://blogs.southworks.net/aortega/files/2009/02/image.png"><img border="0" alt="image" src="http://blogs.southworks.net/aortega/files/2009/02/image-thumb.png" width="714" height="531" /></a></p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>System Center Event: SMSE on Microsoft AR</title>
		<link>http://blogs.southworks.net/aortega/2008/08/21/system-center-event-smse-on-microsoft-ar/</link>
		<comments>http://blogs.southworks.net/aortega/2008/08/21/system-center-event-smse-on-microsoft-ar/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 22:43:37 +0000</pubDate>
		<dc:creator>aortega</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[System Center Data Protection Manager]]></category>
		<category><![CDATA[System Center Operations Manager]]></category>
		<category><![CDATA[System Center Virtual Machine Manager]]></category>

		<guid isPermaLink="false">http://blogs.southworks.net/aortega/?p=100</guid>
		<description><![CDATA[... <a href="http://blogs.southworks.net/aortega/2008/08/21/system-center-event-smse-on-microsoft-ar/" class="more-link">read more<img src="http://blogs.southworks.net/aortega/wp-content/themes/southworks/assets/img/arrow-blue.png" width="12" height="12" alt="" /></a>]]></description>
			<content:encoded><![CDATA[<p>Next week <a href="http://www.southworks.net/">Southworks SRL</a> will take part of the SMSE (Systems Management Server Enterprise) event series on Microsoft Argentina, targeted for MS EPG customers. From Southworks we will be involved as expert in the <a href="http://www.microsoft.com/systemcenter/en/us/default.aspx">System Center</a> family Solutions. I will be a speaker on sessions about: <a href="http://www.microsoft.com/systemcenter/operationsmanager/">System Center Operations Manager</a>, <a href="http://www.microsoft.com/systemcenter/configurationmanager/">System Center Configuration Manager</a>, <a href="http://www.microsoft.com/systemcenter/virtualmachinemanager/">System Center Virtual Machine Manager</a>, <a href="http://www.microsoft.com/systemcenter/dataprotectionmanager/">System Center Data Protection Manager</a> and <a href="http://www.microsoft.com/windowsserver2008/en/us/virtualization-consolidation.aspx">Windows Server 2008 Hyper-V</a> sharing the stage with the great <a href="http://ponicke.spaces.live.com/">Alejandro Ponicke</a> and <a href="http://www.tisistemas.com.ar/">Leandro Sgallari</a> the magician <img src='http://blogs.southworks.net/aortega/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>Sessions Details</h3>
<p>The series will be:</p>
<ul>
<li><strong>SMSE Live Day 1: </strong>Wednesday 27-Aug (9-13 Hs): Live Event – Clients by invitation only.</li>
<li><strong>SMSE Live Day 2: </strong>Thursday 28-Aug (9-13 Hs): Live Event – Clients by invitation only.</li>
<li><strong>SMSE WC Day 1: </strong>Thursday 28-Aug (14:30-16 Hs): Public webcast<br />
<a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032383808&amp;EventCategory=4&amp;culture=es-AR&amp;CountryCode=AR">http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032383808&amp;EventCategory=4&amp;culture=es-AR&amp;CountryCode=AR</a></li>
<li><strong>SMSE WC Day 1: </strong>Friday 29-Aug (14:30-16 Hs): Public webcast<br />
<a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032383810&amp;EventCategory=4&amp;culture=es-AR&amp;CountryCode=AR">http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032383810&amp;EventCategory=4&amp;culture=es-AR&amp;CountryCode=AR</a></li>
</ul>
<p>The outline for the Live sessions is (still developing on our UNMG network!):</p>
<ul>
<li><strong>SMSE Live Day 1</strong>
<ul>
<li>SCVMM: Platform showcase | Intro | Snapshots | Live Migration</li>
<li>SCOM: Intro | SUSE Monitoring | Service Level Dashboard | Custom MP</li>
<li>SCCM: Intro | Win2k8/Vista Mgmt | Asset Intelligence | Update Mgmt</li>
<li>SCDPM: Intro | DB recovery | End User File recovery</li>
</ul>
</li>
<li><strong>SMSE Live Day 2<br />
</strong></p>
<ul>
<li>Intel: VPro (By Gabriela Gallardo, Intel)</li>
<li>SCVMM: Live Migration Drill-Down | Self Service Portal</li>
<li>SCCM + SCOM: Control Panel Advertisements | SCCM Monitoring | Desired Configuration Management | Internet based clients</li>
<li>SCDPM + SCCM + SCOM: VM backup | DPM Reporting | DPM Health with Ops Mgr | SCCM Recovery from DPM triggered by Ops Mgr</li>
</ul>
</li>
</ul>
<p>The agenda for the Webcasts sessions will be a sub-set of the above focused on SCVMM 2008 Beta and Hyper-V. Subscribe today using the above links so you will have a reminder on your calendar!</p>
<p><a href="http://weblogwally.spaces.live.com/Blog/cns!A913F865098E0556!368.entry">SMSE</a> is a licensing model developed this year by Microsoft to encourage the adoption of System Center products on the Enterprise. <a href="http://blogs.southworks.net/aortega/files/2008/08/image.png"><img src="http://blogs.southworks.net/aortega/files/2008/08/image-thumb.png" border="0" alt="image" width="449" height="337" /></a></p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
