In ConfigMgr 2007, we now have several different types of packages, which can make it difficult to find a specific package which is referenced by a task sequence.  Here are a couple of tips to help resolve package references: If you select your task sequence in the Admin UI and select the "References" tab…
Enable .Net Framework 3.5.1 Feature in Windows 7

Enabling the .Net framework feature in windows 7 can be done using manually but if you want to do this on all clients ,how do you manage it ? Script Based using OCsetup ? or enabling this feature in Image ? or PowerShell script ? I go with DISM (Deployment Image Servicing and Management)tool to…
Managed SQL server FixSQLRegistryKey stopped working

  Trying to install the required Prerequisites files for Configuration Manager 2012 all are done except SQL sever SP1 with CU4. SQL server 2008 R2 has got installed but later SP1(QLServer2008R2SP1-KB2528583-x64-ENU) failed with Error “Managed SQL server FixSQLRegistryKey stopped working” Trying to fix this by looking at registry/setup log file but I couldn’t. The Fix…

There are cases where computer might needs to be deleted from SCCM Database when the OS up gradation happens(new name applied to host machines) and old name should be removed else it will automatically be removed as per the site maintenance settings. Here is VB script that remove computer from SCCM Database based asking for…
Prerequisites checker for sccm 2012

Are you running all the way(running HTA setup or setup.exe) to see if your server is met with all the prerequisite files before running configuration manager 2012. You can use prereqchk.exe from your SMSSETUP\BIN\X64 Folder. Command to execute for Prerequisites checker. Drive_Letter:\SMSSETUP\BIN\X64\prereqchk.exe /adminUI

Central administration site: The central administration site coordinates intersite data replication across the hierarchy by using Configuration Manager database replication. it has the following differences from a central site in Configuration Manager 2007: Does not process client data. Does not accept client assignments. Does not support all site system roles. Participates in database replication Primary…