Author Archives: Frank Maxwitat

SCCM prereq check: Some common warnings and errors

Here are some warnings and errors that the prereq check which runs before the SCCM setup starts may show: Error: Required SQL server collation Configuration Manager requires that you configure your SQL Server instance and Configuration Manager site database (if already present) to use the SQL_Latin1_General_CP1_CI_AS collation, unless you are using a Chinese operating system… Read More: SCCM prereq check: Some common warnings and errors »

PXE boot not working after SCCM 1806 upgrade (Error: 80070490)

The update to SCCM 1806 completed without issues but the little challenge was that PXE didn’t work on many of our distribution points. SMSPXE.log in \\server\sms_dp$\sms\logs showed the following entries: PXE::MP_GetList failed; 0x80070490 SMSPXE 8/23/2018 2:52:24 PM 13148 (0x335C) PXE::MP_LookupDevice failed; 0x80070490 SMSPXE 8/23/2018 2:52:24 PM 13148 (0x335C) PXE::MP_GetList failed; 0x80070490 SMSPXE 8/23/2018 2:52:24 PM… Read More: PXE boot not working after SCCM 1806 upgrade (Error: 80070490) »

What to do if computer is stuck on running setupcomplete.cmd after Windows upgrade?

I recently had an issue with a Windows 10 upgrade task sequence which was hanging after the last boot. In foreground I could see my poorly designed installation step which was obviously not completing. In background, the cmd that had started it was running: C:\WINDOWS\SMSTSPostUpgrade\setupcomplete.cmd. The process obviously kicks in after a restart at the… Read More: What to do if computer is stuck on running setupcomplete.cmd… »

SQL queries to get SCCM Management Insights details

Version CB 1802 introduced the Management Insights in the Management tab which has been extended in the recent Technical Previews. Most helpful are to my mind the options to identify empty collections (to increase the performance of the system by eliminating unnecessary updates) and applications without deployment (to reduce disk space consumption). Unfortunately, the results… Read More: SQL queries to get SCCM Management Insights details »

Including optional applications into the UDI Wizard – Step by Step

In general, the UDI wizard is relatively easy to handle and the configuration is straightforward. The exception is the Install Programs option. Install Programs allows the installer to select software that shall be installed during the task sequence.                         If you consider to use… Read More: Including optional applications into the UDI Wizard – Step by… »

SCCM prereq check: Some common warnings and errors and how to fix them

Here are some warnings and errors that the prereq check which runs before the SCCM setup starts may show: Error: Required SQL server collation Configuration Manager requires that you configure your SQL Server instance and Configuration Manager site database (if already present) to use the SQL_Latin1_General_CP1_CI_AS collation, unless you are using a Chinese operating system… Read More: SCCM prereq check: Some common warnings and errors and how… »