The following is a SCCM Client Health Checklist that I run through.
Continue reading…
Microsoft
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…
October Servicing Stack Update Changes in Classification
Windows Cumulative Updates require that you install the latest servicing stack update (SSU) for your operating system before installing the latest cumulative update (LCU). This helps to mitigate potential issues while installing the LCU.
Continue reading…
Windows 10 1809 ADK MDT SCCM ADMX RSAT and VSLC Requirements
Answers to what versions of ADK, MDT, SCCM, ADMX, RSAT and VSLC that I need for Windows 10 Version 1809
Continue reading…
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…
Security – Pass the Hash – MimiKatz and Credential guard
Good demo on using Credential Guard to mitigate Pass the hash attacks https://channel9.msdn.com/Blogs/windowsserver/Credential-Guard-and-Remote-Guard-in-Windows-Server-2016
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…
Fonts Change When Converting Word To PDF – Save As PDF [Solved]
When I save a document as a PDF from Word, the fonts change, in some cases, quite badly. You will see posts about embedding fonts to fix it etc, but what I found was, there is another reason.
Continue reading…
Powershell – Get List Of All Folder Targets In Domain Namespace
This script walks the Domain Namespace (DFSN) and lists all the Folder Targets.
Continue reading…
windows 10 – Disable Edge Shortcut Fresh install or update
You can get rid of the Edge shortcut, the methods depend on your rollout technology New Deployment Scenario Within MDT or SMS OSD in state restore phase, add run command line item Type : Run Command Line Name : Block Edge Shortcut Creation Command line : REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer /v DisableEdgeDesktopShortcutCreation /t REG_DWORD /d 1 […]
Continue reading…