In Previous posts we Build Domain Controller ,SQL Server 2008 R2 SP1 CU6 http://eskonr.com/2012/09/how-can-i-install-sccm-configmgr-2012-sp1-beta-cas-primary-site-sql-server-2008-r2/ and Installation of CAS http://eskonr.com/2012/09/how-can-i-install-sccm-2012-sp1-beta-casprimary-with-sql-server-2008-r2/ In this post we build SCCM 2012 Primary Site as Child to CAS. Install all the Prerequisites like IIS,BITS etc. Install…

Microsoft released SCCM 2012 SP1 Beta with lot of cool features like Managing Non-Windows OS,Windows 8 and server 2012 , Power Shell support and more. For more information ,read TechNet here and download here. While I was installing SP1,Noted couple of prerequisites…

#SCCM / #Configmgr 2007 Remote control prompts for credentials...: http://t.co/jZX2AUWg # None of the SQL server 2008 SP1 CU's are avilable to request ,all links same problem # what happened to #SOL #server 2008 R2 SP1 cumulative updates ?I cont…

Full Details : http://social.technet.microsoft.com/Forums/en-US/configmgrreporting/thread/83aaf1dc-eaa9-4612-8ee2-a80020d79d0b select sys.Name0,OS.Caption0 from v_R_system sys inner join v_GS_OPERATING_SYSTEM OS ON os.resourceID=sys.resourceID where sys.ResourceId not in (select ResourceId from   v_RA_System_SystemGroupName where System_Group_Name0 = 'TIGA\W2K3SecurityBaseline' or System_Group_Name0 = 'TIGA\W2K8SecurityBaseline') and OS.Caption0 like '%Server%'

Here is simple script that helps to move the required files to different Drive. I use this script frequently to move the PCK files(only the required PCK files from a near site) from one to other folder after building my…