Hi! Thanks for the good work! A question about the site control file: During upgrade a customers ConfigMgr site server I moved the installation path of the component server role from C$ to D$. It's installed on \\siteserver.domain.com\D$\Microsoft Configuration Manager now. However, in the console the path doesn't change and it's marked red. On Twitter I got some tips to modify the path within the SCF. Now I know it's written in exactly one position in that file but I don't dare. 
Can you explain how to modify the path in the correct way, please?  
		<SYSTEM_RESOURCE_USE>
			<Role>SMS Component Server</Role>
			<NALResType>Windows NT Server</NALResType>
			<NALPath>["Display=\\SITESERVER.DOMAIN.COM\"]MSWNET:["SMS_SITE=OOE"]\\SITESERVER.DOMAIN.COM\</NALPath>
			<Properties>
				<Property Name="Maximum Thread Yield Time In Milliseconds" Value1="" Value2="" Value3="5000"/>
			</Properties>
			<PropLists>
				<PropList name="Objects Polled By Site Status">
					<Value index="0">["Display=\\SITESERVER.DOMAIN.COM\D$\Microsoft Configuration Manager\"]MSWNET:["SMS_SITE=OOE"]\\SITESERVER.DOMAIN.COM\D$\Microsoft Configuration Manager\</Value>
				</PropList>
			</PropLists>
		</SYSTEM_RESOURCE_USE>
 
Thanks in advance! Dietmar