Answers to what versions of ADK, MDT, SCCM, ADMX, RSAT and VSLC that I need for Windows 10 Version 1809
Continue reading…
SCCM
SCCM – Windows update log error 0x8024800a correlates to SCCM Client Error 25140, Event ID 10005 [SOLVED]
SCCM – Windows update log error 0x8024800a correlates to SCCM Client Error 25140, Event ID 10005 . Typically when I find updates failing and errors in the WindowsUpdate.Log, I use my Sledgehammer to reset Windows Update. After that , I start suspecting a SCCM client issue
Continue reading…
Powershell – SCCM Client Sledgehammer aka Reset-CMClient
The following code forces a reset/repair of the SCCM Client on a device. It is very basic, but it succeeds where Install-CMClient fails even if you force the uninstall before installing
Continue reading…
Using a Group Policy To Delete User Profiles That Have Not Been Used For Over 90 Days
In an enterprise environment you may have machines that lots of different people log into. In my case there were a few PCs, that over 300 people had logged into, in the last two years. This caused an issue with SCCM as it gathered information out of these profiles to update the devices inventory and […]
Continue reading…
SCCM – SQL Query to List Amount of RAM per DIMM Slot
SCCM – Basic SQL query to report on each memory slot in computer Not flash, but it works 🙂 SCCM 2012 CB
Continue reading…
Powershell – Check That SCCM User Environment Is Setup
SCCM is a bit fiddly it has its “own” powershell console that is a tad inconvenient. Also a lot of assumptions are made that the user is all good to go with SCCM cmdlets and that is usually far from the truth. The following script is does few prerequisite checks to ensure it is all […]
Continue reading…
Reasons For SCCM Status Message Error 10025
So these are the reasons I see for the Status Message error 1025
Continue reading…
Powershell – SCCM Message Status Error 10025 – Find Windows Updates Content That Client Cannot Download
SCCM Message Status Error 10025 – this script finds the Windows Update that the SCCM Client is having trouble downloading
Continue reading…
Powershell – SCCM 2102 R2 BADMIF File From what Computer
SCCM 2012 R2 – If you look at a badmif file you can tell which computer it came from. This powershell script reads all the badmif files and tells you what computer are generating them on what date
Continue reading…
Powershell – Get the actual installed dates of hotfixes
The Get-Hotfix cmdlet has a bug in it that does not always return the installed date for patches, yet in control panel /Windows update the history will show the actual install date. this little script “fixes” that
Continue reading…