<?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>ConfigMgr and MDOP Blog</title>
	<atom:link href="http://www.ms-csm.com/sccm/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.ms-csm.com/sccm</link>
	<description>Microsoft Client System Management</description>
	<lastBuildDate>Mon, 23 Jan 2012 11:31:37 +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>Unable to connect to the SCCM site server by using a remote SCCM Administrator console</title>
		<link>http://www.ms-csm.com/sccm/?p=412</link>
		<comments>http://www.ms-csm.com/sccm/?p=412#comments</comments>
		<pubDate>Mon, 23 Jan 2012 11:10:41 +0000</pubDate>
		<dc:creator>abduljalil</dc:creator>
				<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[ConfigMgr Console]]></category>
		<category><![CDATA[Configuration Manager]]></category>

		<guid isPermaLink="false">http://www.ms-csm.com/sccm/?p=412</guid>
		<description><![CDATA[Scenario: Consider the following scenario. You install SCCM 2007 with SP2 console on Windows 7 machine and you face issue when you run the console unable to connect to the SCCM site server by using a remote SMS Administrator console. &#8230; <a href="http://www.ms-csm.com/sccm/?p=412">Read the rest of this entry <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Scenario:</h2>
<p>Consider the following scenario. You install SCCM 2007 with SP2 console on Windows 7 machine and you face issue when you run the console unable to connect to the SCCM site server by using a remote SMS Administrator console.</p>
<p>Additionally the following error logged in Adminui.log file:</p>
<p><span style="color: #999999;">Microsoft.ConfigurationManagement.ManagementProvider.SmsConnectionException\r\nThe ConfigMgr Administrator console could not connect to the ConfigMgr site database. Verify your user has read permissions to the ConfigMgr site and then try to connect again.</span></p>
<p style="text-align: left;"><span style="color: #999999;">\r\n at Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode.GetConnectio ManagerInstance(String connectionManagerInstance)</span></p>
<p style="text-align: left;"><span style="color: black;"><span style="color: #999999;">at Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode.BuildTreeWorker()\r\nAccess is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED))</span><br />
</span></p>
<p><span style="color: red;">\r\nSystem.UnauthorizedAccessException\r\nAccess is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED))\r\n at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)</span></p>
<h2>Cause:</h2>
<p>User who tried to use remote connection with SCCM administrator console not member of local group named <strong>Distributed COM.<br />
</strong></p>
<h2>RESOLUTION:</h2>
<p>To resolve this issue add the user who try to make remote connection to SCCM administrator console to the <strong>Distributed COM</strong> Users local group.</p>
<p><em>Abduljalil Abolzahab<br />
</em></p>
<p><em>SC Configuration Manager/Windows 7 Deployment</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ms-csm.com/sccm/?feed=rss2&#038;p=412</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing ConfigMgr 2012 RC Step by Step</title>
		<link>http://www.ms-csm.com/sccm/?p=377</link>
		<comments>http://www.ms-csm.com/sccm/?p=377#comments</comments>
		<pubDate>Sat, 21 Jan 2012 18:20:56 +0000</pubDate>
		<dc:creator>abduljalil</dc:creator>
				<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[ConfigMgr2012]]></category>

		<guid isPermaLink="false">http://www.ms-csm.com/sccm/?p=377</guid>
		<description><![CDATA[Installing ConfigMgr 2012 RC Prepare the Windows Environment for Configuration Manager To allow ConfigMgr clients to query Active Directory Domain Service to locate site resources, three actions are required: Extend the Active Directory schema. Create the System Management container. Set &#8230; <a href="http://www.ms-csm.com/sccm/?p=377">Read the rest of this entry <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Installing ConfigMgr 2012 RC</h1>
<h2>Prepare the Windows Environment for Configuration Manager</h2>
<p><span style="font-family: Verdana; font-size: 10pt;">To allow ConfigMgr clients to query Active Directory Domain Service to locate site resources, three actions are required:</span></p>
<ol>
<li><span style="font-family: Verdana; font-size: 10pt;">Extend the Active Directory schema.<br />
</span></li>
<li><span style="font-family: Verdana; font-size: 10pt;">Create the System Management container.<br />
</span></li>
<li><span style="font-family: Verdana; font-size: 10pt;">Set security permissions on the System Management container.<br />
</span></li>
</ol>
<h3>Extend the Active Directory Schema</h3>
<p><span style="font-family: Verdana; font-size: 10pt;">To extend the schema user account must be member of the Schema Admins Group or who has been delegated with required permissions to modify the schema.</span></p>
<p><span style="font-family: Verdana; font-size: 10pt;">You can extend the Active Directory schema by running the extadsch.exe file located in the SMSSETUP\BIN\X64</span></p>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC11.png" alt="" /></p>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC26.png" alt="" /></p>
<h3>Create the System Management Container</h3>
<p><span style="font-family: Verdana; font-size: 10pt;">Configuration Manager does not automatically create the System Management container in Active Directory Domain Services when the schema is extended. The container must be created one time for each domain that includes a Configuration Manager primary site server or secondary site server that publishes site information to Active Directory Domain Services.</span></p>
<p style="background: #bfbfbf;"><span style="color: #0000ff; font-family: Verdana; font-size: 10pt;"><span style="color: #000000;">You can grant the site servers computer account Full Control permission to the System container in Active Directory Domain Services, which results in the site server automatically creating the System Management container when site information is first published to Active Directory Domain Services. However, it is more secure to manually create the System Management</span> <span style="color: #000000;">container.</span><br />
</span></p>
<p><span style="font-family: Verdana; font-size: 10pt;">In this document we are going to grand full control permission to the System container in Active Directory Domain Service.</span></p>
<p><span style="font-family: Verdana; font-size: 10pt;">To manually create the system Management container please check the following link:</span></p>
<p><a href="http://technet.microsoft.com/en-us/library/gg712264.aspx"><span style="font-family: Verdana; font-size: 10pt;">http://technet.microsoft.com/en-us/library/gg712264.aspx#BKMK_CreateSMContainer</span></a></p>
<h3>Remote Differential Compression</h3>
<ol>
<li><span style="font-family: Verdana; font-size: 10pt;">On the Windows Server 2008 or Windows Server 2008 R2 computer, navigate to Start / All Programs / Administrative Tools / Server Manager to start Server Manager. In Server Manager, select the Features node and click Add Features to start the Add Features Wizard.<br />
</span></li>
<li>
<div><span style="font-family: Verdana; font-size: 10pt;">On the Select Features page, select Remote Differential Compression, and then click next.</span></div>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC31.png" alt="" /><span style="font-family: Verdana; font-size: 10pt;"><br />
</span></p></li>
<li><span style="font-family: Verdana; font-size: 10pt;">Complete the wizard and close Server Manager to complete the configuration.</span></li>
</ol>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC41.png" alt="" /></p>
<h3>Internet Information Services (IIS)</h3>
<ul>
<li>
<div><span style="font-family: Verdana; font-size: 10pt;">On the Windows Server 2008 or Windows Server 2008 R2 computer, navigate to Start / All Programs / Administrative Tools / Server Manager to start Server Manager. In Server Manager, select the Features node and click Add Features to start the Add Features Wizard.<br />
</span></div>
</li>
<li><span style="font-family: Verdana; font-size: 10pt;">On the Select Features page of the Add Features Wizard, install any additional features that are required to support the site system roles you install on this computer. For example, to add BITS Server Extensions:</span></li>
</ul>
<p style="background: #bfbfbf;"><span style="color: #000000; font-family: Verdana; font-size: 10pt;">For Windows Server 2008, select the BITS Server Extensions check box. For Windows Server 2008 R2, select the Background Intelligent Transfer Services (BITS) check box. When prompted, click Add Required Role Services to add the dependent components, including the Web Server (IIS) role, and then click Next.<br />
</span></p>
<p style="margin-left: 36pt;"><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC51.png" alt="" /></p>
<ul>
<li>
<div><span style="font-family: Verdana; font-size: 10pt;">On the Web Server (IIS) page of the Add Features Wizard, click Next.<br />
</span></div>
</li>
<li>
<div><span style="font-family: Verdana; font-size: 10pt;">On the Select Role Services page of the Add Features Wizard install any additional role services that are required to support the site system roles you install on this computer. For example, to add ASP.NET and Windows Authentication:<br />
</span></div>
</li>
<li><span style="font-family: Verdana; font-size: 10pt;">For Application Development, select the ASP.NET check box and, when prompted, click Add Required Role Services to add the dependent components.<br />
</span></li>
<li>
<div><span style="font-family: Verdana; font-size: 10pt;">For Security, select the Windows Authentication check box.<br />
</span></div>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC61.png" alt="" /></p></li>
<li>
<div><span style="font-family: Verdana; font-size: 10pt;">In the Management Tools node, for IIS 6 Management Compatibility, ensure that both the IIS 6 Metabase Compatibility and IIS 6 WMI Compatibility check boxes are selected, and then click Next.</span></div>
</li>
<li><span style="font-family: Verdana; font-size: 10pt;">On the Confirmation page, click Install, complete the wizard, and close Server Manager to complete the configuration</span></li>
</ul>
<h3>Request Filtering for IIS</h3>
<p><span style="font-family: Verdana; font-size: 10pt;">By default, IIS blocks several file extensions and folder locations from access by HTTP or HTTPS communication. If your package source files contain extensions that are blocked in IIS, you must configure the requestFiltering section in the applicationHost.config file on distribution point computers.</span></p>
<p><span style="font-family: Verdana; font-size: 10pt;">The following file extensions are used by Configuration Manager for packages and applications. Allow the following file extensions on distribution points:</span></p>
<ul style="margin-left: 39pt;">
<li><span style="font-family: Verdana; font-size: 10pt;">.PCK<br />
</span></li>
<li><span style="font-family: Verdana; font-size: 10pt;">.PKG<br />
</span></li>
<li><span style="font-family: Verdana; font-size: 10pt;">.STA<br />
</span></li>
<li><span style="font-family: Verdana; font-size: 10pt;">.TAR<br />
</span></li>
</ul>
<p style="background: #bfbfbf;"><span style="color: #000000; font-family: Verdana; font-size: 10pt;">When you use the default IIS configuration on a distribution point, clients that use BITS fail to download this software deployment from the distribution point. In this scenario, the clients indicate that they are waiting for content. To enable the clients to download this content by using BITS, on each applicable distribution point, edit the requestFiltering section of the applicationHost.config file to allow access to the files and folders in the software deployment.<br />
</span></p>
<p>        <img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC7.png" alt="" /><span style="font-family: Verdana; font-size: 10pt;"><br />
</span></p>
<h2>Install Sites and Create a Hierarchy for Configuration Manager</h2>
<h3>Setup Downloader</h3>
<p><span style="font-family: Verdana; font-size: 10pt;">Configuration Manager Setup Downloader is a stand-alone application that verifies and downloads required prerequisite redistributables, language packs, and the latest product updates for Setup.</span></p>
<ul>
<li><span style="font-family: Verdana; font-size: 10pt;">On a computer that has Internet access, open Windows Explorer, and browse to &lt;ConfigMgrSourceFiles&gt;\SMSSETUP\BIN\X64.<br />
</span></li>
<li>
<div><span style="font-family: Verdana; font-size: 10pt;">Double-click setupdl.exe. The Setup Downloader opens.<br />
</span></div>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC8.png" alt="" /></p></li>
<li>
<div><span style="font-family: Verdana; font-size: 10pt;">Specify the path for the folder that will host the updated installation files, and then click Download.<br />
</span></div>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC9.png" alt="" /><span style="font-family: Verdana; font-size: 10pt;"><br />
</span></p></li>
</ul>
<h3>Prerequisite Checker</h3>
<p><span style="font-family: Verdana; font-size: 10pt;">The Prerequisite Checker (prereqchk.exe) is a standalone application that verifies server readiness for a site server or specific site system roles. Before site installation, Setup runs the Prerequisite Checker.</span></p>
<h3>System Center 2012 Configuration Manager Setup Wizard</h3>
<p><span style="font-family: Verdana; font-size: 10pt;">When you run Setup, the local computer is scanned for an existing site server and provides only the options that are applicable, based on the scan results. The System Center 2012 Configuration Manager Setup Wizard provides the following options to install, upgrade, or uninstall a site:</span></p>
<ul>
<li><span style="font-family: Verdana; font-size: 10pt;"><strong>Install a Configuration Manager primary site server:</strong> When you choose to install a new primary site, you can manually configure the site settings in the wizard or allow Setup to configure the site with a default installation path, to use a local installation of SQL Server with the default instance for the site database, to install a management point on the site server, and install a distribution point on the site server.<br />
</span></li>
<li><span style="font-family: Verdana; font-size: 10pt;"><strong>Install a Configuration Manager central administration site</strong>: The central administration site is used for reporting and to coordinate communication between primary sites in the hierarchy. There is only one central administration site in a System Center 2012 Configuration Manager hierarchy and the central administration site must be the first site installed. .<br />
</span></li>
<li><span style="font-family: Verdana; font-size: 10pt;"><strong>Upgrade an existing Configuration Manager installation:</strong> Choose this option to upgrade an existing version of System Center 2012 Configuration Manager.<br />
</span></li>
<li><span style="font-family: Verdana; font-size: 10pt;"><strong>Uninstall a Configuration Manager site server</strong>: When an existing site is detected on the local computer, you have the option to uninstall the site server.</span></li>
</ul>
<h3>To install a stand-alone primary site:</h3>
<ul>
<li><span style="font-family: Verdana; font-size: 10pt;">On the server where you want to install ConfigMgr 2012, open Windows Explorer and browse to &lt;ConfigMgrSourceFiles&gt;\SMSSETUP\BIN\X64.<br />
</span></li>
<li><span style="font-family: Verdana; font-size: 10pt;">Double click on <strong>setup.exe</strong>, The ConfigMgr setup wizard will open.</span></li>
</ul>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC10.png" alt="" /></p>
<ul>
<li><span style="font-family: Verdana; font-size: 10pt;">On the <strong>Getting Started </strong>page select <strong>Install a Configuration Manager primary site</strong> and click next.</span></li>
</ul>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC111.png" alt="" /></p>
<ul>
<li><span style="font-family: Verdana; font-size: 10pt;">On the <strong>Microsoft Software License Terms </strong>accept license terms and click next.<br />
</span></li>
</ul>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC12.png" alt="" /></p>
<ul>
<li><span style="font-family: Verdana; font-size: 10pt;">On the <strong>Updated Prerequisites Components </strong>choose <strong>Use previously downloaded updates from the following location, </strong>and set the path of updates that you download when you run <strong>setupdl.exe.</strong><br />
</span></li>
</ul>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC13.png" alt="" /></p>
<ul>
<li><span style="font-family: Verdana; font-size: 10pt;">On the <strong>Server Language Selection </strong>accept the default setting and click next.<br />
</span></li>
</ul>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC14.png" alt="" /></p>
<ul>
<li><span style="font-family: Verdana; font-size: 10pt;">On the <strong>Client Language Selection </strong>accept the default setting and click next.<br />
</span></li>
</ul>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC15.png" alt="" /></p>
<ul>
<li><span style="font-family: Verdana; font-size: 10pt;">On the <strong>Site and Installation Settings </strong>Enter your <strong>Site code, Site name </strong>and <strong>Installation folder </strong>path, plus specify if you want to <strong>Install the Configuration Manager Console.</strong><br />
</span></li>
</ul>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC16.png" alt="" /></p>
<ul>
<li><span style="font-family: Verdana; font-size: 10pt;">On the <strong>Primary Site Installation, </strong>You have two options:</span></li>
</ul>
<ol>
<li>Join the Primary site to an existing hierarchy.</li>
<li>Install the Primary site as a stand-alone site.</li>
</ol>
<p><span style="font-family: Verdana; font-size: 10pt;">In my scenario I&#8217;m going to install <strong>Stand-alone </strong>site.</span></p>
<p style="margin-left: 36pt;"><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC17.png" alt="" /></p>
<p style="margin-left: 36pt;"><span style="font-family: Verdana; font-size: 10pt;">If you choose to install <strong>Stand-alone </strong>Primary site, you will not be able to join this primary site to a hierarchy after this site installation, click Yes to continue.<br />
</span></p>
<p style="margin-left: 36pt;"><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC181.png" alt="" /></p>
<ul>
<li><span style="font-family: Verdana; font-size: 10pt;"> On the <strong>Database Information, </strong>on <strong>Server name </strong>write database server name (In my scenario SQL installed on the same server).<br />
</span></li>
</ul>
<p style="background: #d9d9d9;"><span style="font-family: Verdana; font-size: 10pt;"><span style="color: #0000ff;">Note: Leave Instant name blank, if you choose the default instance name during SQL setup</span>.<br />
</span></p>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC191.png" alt="" /></p>
<ul>
<li><span style="font-family: Verdana; font-size: 10pt;">On the <strong>SMS Provider Settings, </strong>Click next.</span></li>
</ul>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC201.png" alt="" /></p>
<ul>
<li><span style="font-family: Verdana; font-size: 10pt;"> On the <strong>Client Computer Communication Settings, </strong>select <strong>Configure the Communication method on each site system role.</strong></span></li>
</ul>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC211.png" alt="" /></p>
<ul>
<li><span style="font-family: Verdana; font-size: 10pt;"> On the <strong>Site System Roles, </strong>click next.</span></li>
</ul>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC221.png" alt="" /></p>
<ul>
<li><span style="font-family: Verdana; font-size: 10pt;"> On the <strong>Customer Experience Improvement Program Configuration, </strong>click next.</span></li>
</ul>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC231.png" alt="" /></p>
<ul>
<li><span style="font-family: Verdana; font-size: 10pt;"> On the <strong>Settings Summary, </strong>click next.</span></li>
</ul>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC241.png" alt="" /></p>
<ul>
<li><span style="font-family: Verdana; font-size: 10pt;"> On prerequisites Check, verify if you have any error or warning and click <strong>Begin Install </strong>and wait installation until finish.</span></li>
</ul>
<p><img src="http://www.ms-csm.com/sccm/wp-content/uploads/2012/01/012112_1814_InstallingC251.png" alt="" /><span style="font-family: Verdana; font-size: 10pt;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ms-csm.com/sccm/?feed=rss2&#038;p=377</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office 365 &#8211; Video and VoIP for Lync Online &#8211; Qatar</title>
		<link>http://www.ms-csm.com/sccm/?p=355</link>
		<comments>http://www.ms-csm.com/sccm/?p=355#comments</comments>
		<pubDate>Fri, 06 Jan 2012 19:24:07 +0000</pubDate>
		<dc:creator>abduljalil</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Office365]]></category>

		<guid isPermaLink="false">http://www.ms-csm.com/sccm/?p=355</guid>
		<description><![CDATA[Unfortunatly video and VoIP for Lync Online is not available in Qatar now and Microsoft Online Service announce today the following: We expect that video and VoIP for Lync Online will be available during the first quarter of calendar year &#8230; <a href="http://www.ms-csm.com/sccm/?p=355">Read the rest of this entry <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #0000ff;">Unfortunatly video and VoIP for Lync Online is not available in Qatar now and Microsoft Online Service announce today the following:</span></p>
<p><span style="color: #0000ff;">We expect that video and VoIP for Lync Online will be available during the first quarter of calendar year 2012. As soon as it becomes available, we will notify you directly with instructions on how to enable your video and VoIP functionality.</span></p>
<p><span style="color: #0000ff;">Sincerely,</span></p>
<p><span style="color: #0000ff;">Abduljalil Abolzahab</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ms-csm.com/sccm/?feed=rss2&#038;p=355</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where I can find smsts.log</title>
		<link>http://www.ms-csm.com/sccm/?p=346</link>
		<comments>http://www.ms-csm.com/sccm/?p=346#comments</comments>
		<pubDate>Tue, 13 Dec 2011 08:55:46 +0000</pubDate>
		<dc:creator>abduljalil</dc:creator>
				<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[Configuration Manager]]></category>

		<guid isPermaLink="false">http://www.ms-csm.com/sccm/?p=346</guid>
		<description><![CDATA[We all need to check smsts.log file in order to troubleshoot our deployment task sequence in case it fail or didn&#8217;t work proply. However smsts.log location is depend on what stage the task sequence running. Below are the locations of smsts.log: During &#8230; <a href="http://www.ms-csm.com/sccm/?p=346">Read the rest of this entry <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We all need to check smsts.log file in order to troubleshoot our deployment task sequence in case it fail or didn&#8217;t work proply.</p>
<p>However smsts.log location is depend on what stage the task sequence running.</p>
<p>Below are the locations of smsts.log:</p>
<p><span style="text-decoration: underline;"><strong>During Windows 7 Deployment:</strong></span></p>
<ul>
<li>Before format and partitioning hard disk: <span style="color: #0000ff;">X:\windows\temp\smstslog\</span></li>
<li>After format and partitioning hard disk: <span style="color: #0000ff;">X:\smstslog\</span> and then is in <span style="color: #0000ff;">C:\_SMSTaskSequence\logs\smstslog\</span></li>
</ul>
<p><span style="text-decoration: underline;"><strong><span style="text-decoration: underline;">After Apply OS:</span></strong></span></p>
<ul>
<li>Windows available and CCM agent not installed: <span style="color: #0000ff;">C:\_SMSTaskSequence\logs\smstslog\</span></li>
<li>Windows available with CCM agent: <span style="color: #0000ff;">C:\windows\system32\ccm\logs\smstslog\</span></li>
</ul>
<p><span style="text-decoration: underline;"><strong>Task Sequence completes:</strong></span></p>
<ul>
<li>For x86: <span style="color: #0000ff;">C:\windows\system32\ccm\logs\</span></li>
<li>For x64: <span style="color: #0000ff;">C:\windows\SysWOW64\ccm\logs\</span></li>
</ul>
<p><em><strong><span style="color: #808080;">Abduljalil Abolzahab &#8211; SC Configuration Manager/Windows 7 Deployment</span></strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ms-csm.com/sccm/?feed=rss2&#038;p=346</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight 5 and Silverlight 5 Toolkit Available for Download</title>
		<link>http://www.ms-csm.com/sccm/?p=342</link>
		<comments>http://www.ms-csm.com/sccm/?p=342#comments</comments>
		<pubDate>Sun, 11 Dec 2011 08:55:10 +0000</pubDate>
		<dc:creator>abduljalil</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.ms-csm.com/sccm/?p=342</guid>
		<description><![CDATA[Silverlight is a powerful development tool for creating engaging, interactive user experiences for web and mobile applications. Silverlight is a free plug-in, powered by the .NET framework and compatible with multiple browsers, devices and operating systems, bringing a new level &#8230; <a href="http://www.ms-csm.com/sccm/?p=342">Read the rest of this entry <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/silverlight/">Silverlight </a>is a powerful development tool for creating engaging, interactive user experiences for web and mobile applications. Silverlight is a free plug-in, powered by the .NET framework and compatible with multiple browsers, devices and operating systems, bringing a new level of interactivity wherever the web works.</p>
<p><a href="http://www.microsoft.com/silverlight/">Download Silverlight 5</a></p>
<p><a href="http://silverlight.codeplex.com/releases/view/78435" target="_blank">Download Silverlight 5 Toolkit </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ms-csm.com/sccm/?feed=rss2&#038;p=342</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Specifies the path to the user profile folder</title>
		<link>http://www.ms-csm.com/sccm/?p=326</link>
		<comments>http://www.ms-csm.com/sccm/?p=326#comments</comments>
		<pubDate>Tue, 02 Aug 2011 08:02:57 +0000</pubDate>
		<dc:creator>abduljalil</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[OSD]]></category>
		<category><![CDATA[Windows SIM]]></category>

		<guid isPermaLink="false">http://www.ms-csm.com/sccm/?p=326</guid>
		<description><![CDATA[Scenario: Typically default path of user profile in Windows 7 is %SYSTEMDRIVE%\Users, but what if customer need change user profile path to another directory, "D drive for example", to do that I need to use ProfilesDirectory setting to move the user profile folder &#8230; <a href="http://www.ms-csm.com/sccm/?p=326">Read the rest of this entry <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Scenario:</h1>
<p>Typically default path of user profile in Windows 7 is <code>%SYSTEMDRIVE%\Users, but what if customer need change user profile path to another directory, "D drive for example", to do that I need to use <code>ProfilesDirectory</code> setting to move the user profile folder to another location during Setup, Deployment or Sysprep.</code></p>
<p><code>The destination path can be on a volume other than the system drive, as long as it meets the following requirements:</code></p>
<ul>
<li>It must be on an NTFS volume.</li>
<li>It must not be the path of another operating system user profile folder.</li>
<li>It must not contain any serviceable components.</li>
</ul>
<h1>Solution:</h1>
<p>To create an unattend file with <code>ProfilesDirectory</code> setting, please check the following steps:</p>
<ul>
<li>Open Windows System Image Manager, which is part of WAIK (Windows Automation Installation Kit).</li>
</ul>
<p><a href="http://www.ms-csm.com/sccm/wp-content/uploads/2011/08/1-Console.jpg"><img class="alignnone size-medium wp-image-327" title="1-Console" src="http://www.ms-csm.com/sccm/wp-content/uploads/2011/08/1-Console-300x160.jpg" alt="" width="300" height="160" /></a></p>
<ul>
<li><code> You will receive message asking you to edit an answer file without Operating System Image "Limited" or to open Windows Image, Click Yes.</code></li>
</ul>
<p><code><a href="http://www.ms-csm.com/sccm/wp-content/uploads/2011/08/2-Open-Windows-Image.jpg"><img class="alignnone size-medium wp-image-328" title="2-Open Windows Image" src="http://www.ms-csm.com/sccm/wp-content/uploads/2011/08/2-Open-Windows-Image-300x110.jpg" alt="" width="300" height="110" /></a></code></p>
<ul>
<li>Browse Windows 7 Media / Source folder and select &#8220;Inastall_Windows7 EDITIONNAME.clg&#8221;.</li>
</ul>
<p><a href="http://www.ms-csm.com/sccm/wp-content/uploads/2011/08/3-Select-clg.jpg"><img class="alignnone size-medium wp-image-329" title="3- Select clg" src="http://www.ms-csm.com/sccm/wp-content/uploads/2011/08/3-Select-clg-300x219.jpg" alt="" width="300" height="219" /></a></p>
<p><a href="http://www.ms-csm.com/sccm/wp-content/uploads/2011/08/4-Console.jpg"><img class="alignnone size-medium wp-image-330" title="4-Console" src="http://www.ms-csm.com/sccm/wp-content/uploads/2011/08/4-Console-300x160.jpg" alt="" width="300" height="160" /></a></p>
<ul>
<li>Go to Windows Image Catalog -&gt; Components -&gt; right click on<br />
Microsoft-Windows-Shell-Setup and choose &#8220;Add Settings to Pass 7<br />
oobeSystem&#8221;.</li>
</ul>
<p><a href="http://www.ms-csm.com/sccm/wp-content/uploads/2011/08/5-Console-Add-to-OOBE.jpg"><img class="alignnone size-medium wp-image-331" title="5-Console-Add to OOBE" src="http://www.ms-csm.com/sccm/wp-content/uploads/2011/08/5-Console-Add-to-OOBE-300x160.jpg" alt="" width="300" height="160" /></a></p>
<ul>
<li>Expand Microsoft-Windows-Shell-Setup and click on &#8220;FolderLocations&#8221;,<br />
in the settings &#8220;ProfileDirectories&#8221; write &#8220;for Example<br />
D:\&#8221; to redirect user profile folder to D:\ drive</li>
</ul>
<p><a href="http://www.ms-csm.com/sccm/wp-content/uploads/2011/08/6-Console-ProfileDirectory-Settings.jpg"><img class="alignnone size-medium wp-image-332" title="6-Console-ProfileDirectory Settings" src="http://www.ms-csm.com/sccm/wp-content/uploads/2011/08/6-Console-ProfileDirectory-Settings-300x160.jpg" alt="" width="300" height="160" /></a></p>
<ul>
<li><code></code> Save answer file with unattend.xml file, the file will look like the below snapshot:</li>
</ul>
<p><a href="http://www.ms-csm.com/sccm/wp-content/uploads/2011/08/redirectProfile.jpg"><img class="alignnone size-medium wp-image-333" title="redirectProfile" src="http://www.ms-csm.com/sccm/wp-content/uploads/2011/08/redirectProfile-300x196.jpg" alt="" width="300" height="196" /></a></p>
<p>Next step in my scenario is ether to use unattend.xml file with sysprep or include it with Task Sequence id you are using Microsoft System Center Configuration Manager &#8211; Operating System Deployment feature to deploy Windows 7.</p>
<p>I&#8217;ll show you how to use unattend.xml file with Task Sequence:</p>
<ul>
<li>Copy Answer file that we create to ConfigMgr Server.</li>
<li>Startup your Configuration Manager console navigates to <strong>Site DatabaseComputer Management/Software Distribution</strong> and then selects Packages in the left pane.</li>
<li>Right click on packages and choose New/package a wizard will begin.</li>
<li>New Package wizard will start, click next.</li>
<li>For Data Source, place a check in <strong>this package contains source files </strong>and click on <strong>Set</strong> to specify the source of the ConfigMgr package, we have to select answer file that we create.</li>
<li>Follow wizard with default setting to the end.</li>
<li>Copy new package to distribution Point:</li>
</ul>
<ol>
<li>Expand answer file package that we create.</li>
<li>Right Click on Distribution Point, and choose a <strong>New Distribution Point</strong>.</li>
<li>When a new welcome to new distribution points wizard appears click next.</li>
<li>Select your ConfigMgr server from the list and click next.</li>
<li>Review the summary and click close.</li>
</ol>
<ul>
<li>Update Distribution Point:</li>
</ul>
<ol>
<li>Expand answer file package that we create.</li>
<li>Right Click on Distribution Point, and choose <strong>Update Distribution Point.</strong></li>
</ol>
<ul>
<li>Edit Task sequence that we use to deploy Windows 7 image.</li>
</ul>
<ol>
<li>Configuration Manager Console navigates to <strong>Site DatabaseComputer Management/Operating System Deployment/Task Sequence </strong>and select the task sequence that you will use to deploy windows 7 image.</li>
<li>Right click on this Task Sequence and choose <strong>Edit.</strong></li>
<li>Go to <strong>Apply Operating System </strong>Step and check <strong>User an unattended or Sysprep answer file for a custom installation.</strong></li>
<li>Click <strong>Package </strong>Bottom and choose package that we create for answer file.</li>
<li>Click <strong>OK </strong></li>
</ol>
<p><a href="http://www.ms-csm.com/sccm/wp-content/uploads/2011/08/TS-Apply-Image2-Copy.jpg"><img class="alignnone size-medium wp-image-334" title="TS-Apply Image2 - Copy" src="http://www.ms-csm.com/sccm/wp-content/uploads/2011/08/TS-Apply-Image2-Copy-300x276.jpg" alt="" width="300" height="276" /></a></p>
<p>Abduljalil Abolzahab</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ms-csm.com/sccm/?feed=rss2&#038;p=326</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Assessment and Planning Toolkit 6.0 released</title>
		<link>http://www.ms-csm.com/sccm/?p=323</link>
		<comments>http://www.ms-csm.com/sccm/?p=323#comments</comments>
		<pubDate>Thu, 28 Jul 2011 09:10:58 +0000</pubDate>
		<dc:creator>abduljalil</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[MAP]]></category>

		<guid isPermaLink="false">http://www.ms-csm.com/sccm/?p=323</guid>
		<description><![CDATA[Overview The Microsoft Assessment and Planning Toolkit (MAP) is an agentless, automated, multi-product planning and assessment tool for quicker and easier desktop and server migrations and upgrades. Microsoft Assessment and Planning Toolkit 6.0 already published in 17/05/2011 and you can &#8230; <a href="http://www.ms-csm.com/sccm/?p=323">Read the rest of this entry <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Overview</strong></p>
<p style="text-align: left;">The Microsoft Assessment and Planning Toolkit (MAP) is an agentless, automated,<br />
multi-product planning and assessment tool for quicker and easier desktop and<br />
server migrations and upgrades.</p>
<p>Microsoft Assessment and Planning Toolkit 6.0 already published in 17/05/2011 and you can download from <a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=7826">Microsoft Assessment and Planning Toolkit</a>.</p>
<p>Abduljalil Abolzahab</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ms-csm.com/sccm/?feed=rss2&#038;p=323</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Clear Run Commands Cache</title>
		<link>http://www.ms-csm.com/sccm/?p=316</link>
		<comments>http://www.ms-csm.com/sccm/?p=316#comments</comments>
		<pubDate>Mon, 25 Jul 2011 21:56:24 +0000</pubDate>
		<dc:creator>abduljalil</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.ms-csm.com/sccm/?p=316</guid>
		<description><![CDATA[Scenario: During preparing Master Image of any Mictosoft Operating System, in the last step before capturing the image with copy profile, It&#8217;s very important to Clear Run Commands Cache in Run dialog box from start menu which are automatically cached to be used &#8230; <a href="http://www.ms-csm.com/sccm/?p=316">Read the rest of this entry <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Scenario:</strong></p>
<p>During preparing Master Image of any Mictosoft Operating System, in the last step before capturing the image with copy profile, It&#8217;s very important to Clear Run Commands Cache in Run dialog box from start menu which are automatically cached to be used later.</p>
<p><strong>Solution:</strong></p>
<p>Go to registry and follow the following path:<br />
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/RunMRU</p>
<p>and in right pane you will find entries for the Most recently used command in Run box. Delete the unwanted entries or delete all.</p>
<p><a href="http://www.ms-csm.com/sccm/wp-content/uploads/2011/07/Cach-Run.jpg"><img class="alignnone size-medium wp-image-317" title="Cach Run" src="http://www.ms-csm.com/sccm/wp-content/uploads/2011/07/Cach-Run-300x164.jpg" alt="" width="300" height="164" /></a></p>
<p>Abduljalil Abolzahab</p>
<p>SC Configuration Manager/Windows 7 Deployment</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ms-csm.com/sccm/?feed=rss2&#038;p=316</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Task Sequence Error 0x8007000D &#8211; Unable to open the image file</title>
		<link>http://www.ms-csm.com/sccm/?p=297</link>
		<comments>http://www.ms-csm.com/sccm/?p=297#comments</comments>
		<pubDate>Tue, 24 May 2011 20:53:37 +0000</pubDate>
		<dc:creator>abduljalil</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[OSD]]></category>
		<category><![CDATA[Task Sequence]]></category>

		<guid isPermaLink="false">http://www.ms-csm.com/sccm/?p=297</guid>
		<description><![CDATA[scenario: Task Sequence error 0x8007000D when task sequence trying to load BOOT image, in my case it occur after &#8220;Capture User State&#8220;, and task sequence try to &#8220;Restart to Windows PE&#8220;. Cause: It seems like Boot image has not been &#8230; <a href="http://www.ms-csm.com/sccm/?p=297">Read the rest of this entry <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1><strong>scenario:</strong></h1>
<p>Task Sequence error <span style="color: #ff0000;">0x8007000D</span> when task sequence trying to load BOOT image, in my case it occur after &#8220;<strong><span style="color: #0000ff;">Capture User State</span></strong>&#8220;, and task sequence try to &#8220;<strong><span style="color: #0000ff;">Restart to Windows PE</span></strong>&#8220;.</p>
<h1>Cause:</h1>
<p>It seems like Boot image has not been copied properly to distribution point or PXE distribution point.</p>
<p>Error <span style="color: #ff0000;">0x8007000D <span style="color: #333333;">Description: The data is invalid.</span></span></p>
<h1>Solution:</h1>
<p>1- Remove the boot image from distribution point and PXE distribution point.</p>
<p>2- Add Boot image again to distribution point and PXE distribution point.</p>
<p>3- Update distribution point.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ms-csm.com/sccm/?feed=rss2&#038;p=297</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Task Sequence Error 0&#215;80070714</title>
		<link>http://www.ms-csm.com/sccm/?p=292</link>
		<comments>http://www.ms-csm.com/sccm/?p=292#comments</comments>
		<pubDate>Mon, 16 May 2011 18:12:42 +0000</pubDate>
		<dc:creator>abduljalil</dc:creator>
				<category><![CDATA[Operating System Deployment]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[OSD]]></category>
		<category><![CDATA[Task Sequence]]></category>

		<guid isPermaLink="false">http://www.ms-csm.com/sccm/?p=292</guid>
		<description><![CDATA[scenario: An Operating System deployment task sequence that use USMT 4.0 &#8211; HardLink fail in Capture User State with error 0&#215;80070714. Cause: The issue can occur if Original machine (Windows XP/Windows7) still with ConfigMgr 2007 client SP1, Since USMT 4.0 with HardLink feature release &#8230; <a href="http://www.ms-csm.com/sccm/?p=292">Read the rest of this entry <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1><strong>scenario:</strong></h1>
<p>An Operating System deployment task sequence that use USMT 4.0 &#8211; HardLink fail in <em>Capture User State </em>with <span style="color: #ff0000;">error 0&#215;80070714</span>.</p>
<h1>Cause:</h1>
<p>The issue can occur if Original machine (Windows XP/Windows7) still with ConfigMgr 2007 client SP1, Since USMT 4.0 with HardLink feature release after ConfigMgr 2007 RTM and ConfigMgr 2007 SP1, so both RTM and SP1 clients will not work with USMT 4.0</p>
<h1>Solution:</h1>
<p>Upgrade ConfigMgr 2007 RTM or SP1 client to ConfigMgr 2007 SP2.</p>
<h2>ConfigMgr 2007 version number:</h2>
<ul>
<li>ConfigMgr RTM Version 4.00.5931.000</li>
<li>ConfigMgr SP1 Version 4.00.6221.1000</li>
<li>ConfigMgr SP2 Version 4.00.6487.2000</li>
</ul>
<p>Abduljalil Abolzahab</p>
<p>SC Configuration Manager/Windows 7 Deployment</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ms-csm.com/sccm/?feed=rss2&#038;p=292</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

