DNS Management Tool Missing in RSAT Windows 10 1809 – SCCM Package
If you upgraded to Windows 10 1809, and re-installed RSAT, but the DNS Management tool is missing from RSAT, you can use this Powershell Script … Read more
If you upgraded to Windows 10 1809, and re-installed RSAT, but the DNS Management tool is missing from RSAT, you can use this Powershell Script … Read more
Here is my script to uninstall shockwave 12.2 and 12.3. Haven’t tested on other versions though: # Shockwave Uninstaller # Rui Qiu # 4/29/2019 #Check … Read more
Here is the fix for the malware deloplen/pushqwer on your WordPress: 1. Remove all unused WordPress Themes because they are infected already 2. In your … Read more
Solution is here: How to hide shared folders under DFS Namespaces attrib –r +h +s <folder path> /L
Here is my powershell script to get primary user data from McAfee ePo database, then use Add-CMUserAffinityToDevice to import them into SCCM, and remove any … Read more
Updated: Here is a better sccm query for creating a device collection based on primary users: https://adminsccm.com/2018/10/07/creating-device-collections-based-on-users-and-vice-versa/ SELECT SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier, SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client, … Read more
The most simple and stupid solution is to just wait 24h, and then SCCM will let you remove it 🙂 If you want it fast, … Read more
Here is my powershell script to prompt to rename computer during SCCM OSD Task Sequence. It will first auto popular machine name according to serial … Read more
Here is my powershell detection script for checking machines with CredSSP Envryption Oracle Remediation Status with SCCM Compliance Rule: # Check CredSSP Envryption Oracle Remediation … Read more
When I was using state migration point for user data backup and recover during OSD, it failed multiply times today. and the error message was … Read more