All posts
- SCCM 132
- Casper 32
- PowerShell 24
- OSD 11
- PowershellUniversal 9
- Mac 8
- Preventative SCCM Monitor and Troubleshoot Website 8
- Shell Script 7
- Active Directory 5
- sql 5
- wsus 5
- Azure Automation 4
- sccm cmg 4
- Tools 4
- 802.1x 3
- AutoIt 3
-
Oct 29, 2018
SCCM Report for User Device Affinity
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\...
-
Sep 14, 2018
Cannot Remove a DP - Old Site System from SCCM
The most simple and stupid solution is to just wait 24h, and then SCCM will let you remove it :) If you want it fast, you can try this: Open your regedit: HKEY\ LOCAL\...
-
Aug 24, 2018
Prompt to Rename Computer During Task Sequence via Powershell
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 number, and then ask user to rename computer. If...
-
Aug 21, 2018
SCCM Compliance Rule For Checking CredSSP Envryption Oracle Remediation Status
Here is my powershell detection script for checking machines with CredSSP Envryption Oracle Remediation Status with SCCM Compliance Rule: Check CredSSP Envryption Oracle Remediation Status Rui Qiu...
-
Jun 25, 2018
E_SMPERROR_MIGRATIONID_NOT_FOUND (204)
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 "SMP request to failed with error: E\ SMPERROR\...
-
May 31, 2018
SCCM PXE Boot TFTP Issue
My SCCM PXE Boot environment was working fine a few months ago, and but it broke and showing this when I boot up any machines: Client Mac Addr: xxx GUID: xxx Client IP: xxx MASK: xxx DHCP IP: xxx...
-
Apr 20, 2018
My Shavlik Filter (Ivanti)
This is my Shavlik Filter for auto publishing
-
Apr 18, 2018
SCCM DP Installation Notes
distmgr.log CWmi::Connect() failed to connect to \\DP name.dm.xxx.yyy.corp\root\CIMv2. Error = 0x800706BA 0x800706BA = the RPC server is unavailable. Failed to install DP files on the remote DP....
-
Apr 18, 2018
SCCM Package for Registry Permissions Change
Orignally I have Powershell script for doing that, but it turns out not so good: if (!(Test Path HKCC:)) {New PSDrive PSProvider registry Root HKEY\ CURRENT\ CONFIG Name HKCC} $RegPath=...