Showing posts with label SCCM 2012. Show all posts
Showing posts with label SCCM 2012. Show all posts

Wednesday, December 19, 2018

How to troubleshoot SCCM Task Sequence Deployment Errors

The first thing is to make sure that Command Support is enabled in Boot Image. 
Press f8 when you get an error on Task Sequence.
The second thing is that you have to access the smsts.log file from x:\windows\temp\smstslog\smsts.log

Copy the file to a network location
Example:  net use s: \\fileserver\share /user:domain\username password
Copy smsts.log to s:
Delete network Drive – net use s: /delete
Open the file using cmtrace.exe



Thursday, December 13, 2018

Network Cable disconnected message after 1703 upgrade


Open Network and Sharing Centre. Select Change Adapter Settings option

Right Click on the adapter and select properties – Select Configure

Go to Advanced Tab – Select Speed and Duplex option in Properties box

Change the value to 100 Mbps Half Duplex. Click ok.

Monday, July 3, 2017

My Experience with SCCM 2012 Error codes


0x80041017 - Invalid WMI query, Please check queries used for driver installation
0x80091007 - Faulty RAM or RAM type mismatch
0x80070070 - Not enough disk space, try Diskpart and clean
0x00004005 - Generic Error - One of the windows application could be the cause.Please check SMSTS.log, Check Date and Time in BIOS, Check Disk Space
0x00004005 - If the error comes up while capturing the image, please check sysprep time limitation (3 times)
0x80070002 - Make sure an account is specified that can access the network locations under sites - >Configure site components -> software distribution -> Network Access Account

Friday, June 30, 2017

Setup password for PXE in SCCM 2012


PXE Password make sure that users accidentally deploy Operating System on their machines

To setup password on PXE server in SCCM 2012, go to administration section


Select Distribution Points, Right click on the PXE Distribution server and select properties

Tick the box ‘Require a password when computers use PXE’


Install SCCM Client on machines Automatically



Open SCCM Console, Select Administration and expand Overview, select sites



Click on settings and select Client Installation Settings


Select Client Push Installation from Client installation settings

Select Enable Automatic Site-Wide Client push installation


Depend on your environment, select the system types. Click Apply and OK





Wednesday, June 28, 2017

Device/User Collections not updating in SCCM 2012




Go to Administration section in SCCM console and select Hierarchy Configuration under Overview


Expand Hierarchy Configuration and select Discovery Methods


Right click on AD user Discovery\ System discovery and select properties


Click on the star  to add the path


Click on browse and select the computer/user Organisational Unit


You can see the entry in the Active Directory containers section


Right click on the AD system/user discovery and run full discovery









How to Install RSAT on Windows 11 - 23H2

 Run Powershell as Admin Change the following registry key that manages the Windows Update source. HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Micr...