So you want to remove a SCCM Distribution Point, but you are not sure if there is any content on there that is only distributed to it, rather that to the Distribution Point Group , do I have a SQL query for you!
Continue reading…
SCCM
MEMCM 1910 – Windows 7 ESU update causes Client to fail WARNING: Failed to evaluate Installed rule hr = 80041010
Rolling out the Windows 7 ESU went pretty well for the majority of the 3,000 Win7 Clients we had (ever decreasing with a Windows 10 rollout). Suddenly in MEMCM 1910 (SCCM) I had an increase in non compliant Windows 7 devices and KB4575903 was not installing.
Continue reading…
SCCM – Office 2016 updates install , but Windows 10 OS ones do not
You know how it is, Windows 7 is going EOL, you have had a bit of Windows 10 in play, starting at 1511 and upgraded last year to 1703 and you looking at rolling out 1809 and getting off Windows 7 before January 2020. You have thousands of Windows 7 devices and 50 – 100 […]
Continue reading…
SCCM – How do I Setup SCCM Properly for Windows Updates
Ok so how does the new dangled Dual Scan functions work. For what matter – how does Microsoft Updates work in Windows 10 1607 and higher??
Continue reading…
Powershell – List SCCM Duplicates
This is a simple script to list all the SCCM objects that have duplicate names
Continue reading…
SCCM – Fixing SUP Memory Issues
Basically , as my dad would say, WSUS has got its knickers in a knot, as by default the application pool is limited to RAM. It needs a heeeeeeeeaaaaaaaaaaaaap of RAM and time for it to run to unravel it’s self. Plus it needs a bunch of reconfiguration of the app pool as listed below […]
Continue reading…
SCCM – KB4457144 not installing Error 0x80070017 0x80240022[Solved]
Another weird one – KB4457144 was deployed to a collection of computers. On those that said it was still required, if you forced Software updates evaluation, it would error in the event log with Package KB4457144 failed to be changed to the Installed state. Status: 0x80070017
Continue reading…
SCCM – KB3114874 not installing [Solved]
A weird one – KB3114874 was deployed to a collection of computers. On those that said it was still required, if you forced Software updates evaluation, it would not show in the windows update log as being installed, or failing to install. Nothing, nada, zip! If you check what updates were installed , it was […]
Continue reading…
SCCM – SCCM Client Health Checklist
The following is a SCCM Client Health Checklist that I run through.
Continue reading…
Powershell – Windows Update Client Sledgehammer aka Reset-WUClient
The following code forces a reset/repair of the Windows Update Client on a device. It is based on https://support.microsoft.com/en-us/help/10164/fix-windows-update-errors Fixes errors in WindowsUpdate.log 0x80070002 0x8024400D 0xc80003f3 0x8024000b 0x8024001E 0x800706B5 hr=8024AFFF
Continue reading…