Monday 3 September 2012


Supported Configurations for Configuration Manager

Central administration site A central administration site can support up to 25 child primary sites.Configuration Manager supports up to 400,000 clients per hierarchy when you use the default settings for all Configuration Manager features
   
Primary site  Each primary site can support up to 250 secondary sites.A stand-alone primary site always supports up to 100,000 clients
   
Management point Each primary site management point can support up to 25,000 computer clients
   
Distribution point Individually, each primary site supports up to 250 distribution points and each distribution point can support up to 4,000 clients
   
Software update point A software update point that is installed on the site server can support up to 25,000 clients
   
Fallback status point  Each primary site supports one fallback status point.Each fallback status point can support up to 100,000 clients.

Thursday 30 August 2012

SCCM Client Issues Fix batch file


Below Batch file will Fix ,
–WMI rebuild Fix
–GUID Issue Fix
–MSXML not getting installed Fix
******************
net stop ccmexec
C:\windows\system32\ccmsetup\ccmsetup.exe /uninstall
copy \\10.10.10.10\uninstall\ccmdelcert.exe c:\temp
copy \\10.10.10.10\uninstall\ccmclean.exe c:\temp
copy \\10.10.10.10\uninstall\msxml6.msi c:\temp
c:\temp\msxml6.msi /quiet /norestart
cd \windows\system32\
RD /S /Q ccm
cd \windows\system32\ccmsetup
RD /S /Q ccmsetup.log
c:\temp\ccmdelcert.exe
c:\temp\ccmclean.exe /q
del %windir%\smscfg.ini /F /Q
–WMI rebuild
net stop winmgmt /y
c:
cd %systemroot%\system32\wbem
rd /S /Q repository
regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll
mofcomp cimwin32.mof
mofcomp cimwin32.mfl
mofcomp rsop.mof
mofcomp rsop.mfl
for /f %%s in (‘dir /b /s *.dll’) do regsvr32 /s %%s
for /f %%s in (‘dir /b *.mof’) do mofcomp %%s
for /f %%s in (‘dir /b *.mfl’) do mofcomp %%s
net start winmgmt
\\10.10.10.10\e$\Softwares\Client\ccmsetup.exe /source:\\10.10.10.10\e$\Softwares\Client /mp:PrimaryServer.Domain.co.in SMSSLP=PrimaryServer.Domain.co.in SMSSITECODE=Sitecode FSP=PrimaryServer.Domain.co.in
***********************
SUGGESTED HOTFIXES FOR WMI RELATED ISSUES ON WINDOWS PLATFORMS *UPDATED JUNE 14TH, 2012*