#SCCM
-
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=...
-
Apr 11, 2018
Fix WPAD Vulnerability by Changing Host File with SCCM
It was a bit more diffcult than I thought, originally I was using compliance settings, but then it didn't work so well. So I go back to the classic application deployment by SCCM. Here is the...
-
Apr 5, 2018
Rapid7 Insight Agent Update Fix Discover Script
Rapid7 Insight Agent Update Fix Discover Script Rui Qiu v1.1 4/3/2018 $folder = "C:\Program Files\Rapid7\Endpoint Agent" if (test path $folder) { $content = (get content config.json | where { $\...
-
Mar 30, 2018
Issues Installing Shavlik (Ivanti Patch)
I didn't realize a simple issue can cause a big issue with Shavlik: When launching the installer from Shavlik, you have to "Unblock" the file before running the isntaller, otherwise you will get...
-
Mar 30, 2018
How to Set up SCCM SSRS Email Notification
First go to your SQL Reporting server, and launch "Reporting Services Configuration Manager": It is best to use an internal SMTP server. And once you have set it up, you can use this Powershell...