How to Change Office2016 Author Info
Here are my thought process to create a SCCM Application to change Office 2016 author info: 1. How do we know the current name for … Read more
Here are my thought process to create a SCCM Application to change Office 2016 author info: 1. How do we know the current name for … Read more
I tried to setup the SCCM as secure as possible for our internet facing clients, and here are two architect diagram by using IBCM(Internet Base … Read more
Here are my SCCM queries for all the browsers. Firefox SCCM Query Chrome SCCM Query: Edge Legacy: Edge Chromium IE For IE it is a … Read more
Do you have hundreds of Amazon Workspaces to patch monthly? and you are so tired of manually power them on to patch, and only reboot … Read more
Open event viewer, “Windows Logs” – “System”, and filter your logs with event ID 1074.
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 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