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: … Read more
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: … Read more
This is my Shavlik Filter for auto publishing
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 … Read more
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} … Read more
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 … Read more
# 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 … Read more
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 … Read more
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 … Read more
When I checked the error code, it said HTTP error 503 from WUAHandler.log, it turned out that the Wsuspool was stopped in IIS, and I … Read more
Here is a simple shell script to uninstall NoMAD: And you can use this to search files after uninstallation just to verify it is gone: