
SCCM ConfigMgr 2012 R2 SP1 Setup Errors
SCCM ConfigMgr 2012 R2 SP1 Setup Errors If you are experiencing issues like “You must have Local Administrator permissions to install this software” or “To run this software, the computer must run System Center 2012 Configuration Manager with Service Pack 2.” here are the solutions. Error : You must have Local Administrator permissions to install this […]

Determine SCCM System Center Configuration Manager Version & Build Numbers
You can easily determine SCCM System Center Configuration Manager Version & Build Numbers by checking, Console version SCCM About Version Build Number Site version from site properties SCCM Site Properties Version Build CU Level from the Registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\Setup\CULevel SCCM Registry CU Level Client version SCCM Client Version Build ConfigMgr Release – […]

Troubleshooting SCCM Client BITS Errors
Troubleshooting SCCM Client BITS Errors I will try to list a few key things that need to be checked when you experience SCCM package download problems to the client cache on BITS enabled SCCM clients to avoid network bottlenecks Client Side DataTransferService.log c:\Windows\SysWOW64\CCM\Logs\DataTransferService.log c:\Windows\System32\CCM\Logs\DataTransferService.log Open this log file with the Trace32 log viewer tool that […]

Querying registry for AD Site Name in a Task Sequence
Hi, there are lots of different methods to query AD Site Name in a Task Sequence, one of them is querying the AD Site-Name value from registry. The registry key and value to be read is HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\State\Site-Name And here is the Task Sequence condition example to check registry Hope it helps

SCCM failed to create task sequence media error
SCCM failed to create task sequence media error Error : Failed to create media The detail of the error in my case was: Beginning media generation Failed to find the volume for system partition, it might be drive letterless Marking partitions active is only supported for MBR disks. Unable to activate partition (0×80004001) Error formatting […]