#SCCM
-
Dec 2, 2016
WSUS - Index was outside the bounds of the array
I didn't Microsoft is so bad at WSUS....the issue was KB3159706 was recently installed on our SCCM WSUS Server...and everything broke after that... <https://www.sepago.de/blog/2016/04/22/wsus service...
-
Dec 2, 2016
WSUS SUSDB Recovery Pending
Saw this issue when I logged into the WSUS database via management studio: SUSDB(Recovery Pending). When I checked SoftwareDistribution.log with my WSUS, then I realized that NT\Network Service...
-
Nov 30, 2016
More Intelligent Application Catalog - IIS URL Rewrite
We often got complaints from users that application catalog not working on chrome or Mac. Well, it didn't! But people always ask about that...so I made a few changes in our SCCM server, now the...
-
Nov 18, 2016
Cisco IP Communicator SCCM Package
Cisco IP Communicator has MSI file, but it needs command line switches to finish the installation, otherwise it will prompt user to type in those information, and strangely enough, you have to be...
-
Nov 11, 2016
SCCM WSUS Software Updates Troubleshooting Log Locations
WSUS Server: C:\Program Files\Update Services\LogFiles\SoftwareDistribution.log SCCM: D:\Program Files\Microsoft Configuration Manager\Logs\WSUSCtrl.log and wsyncmr.log Client:...
-
Nov 4, 2016
SCCM WSUS Client Issue - Failed to end search job. Error = 0x80072ee2
When I tried to testing SCCM WSUS Software patching, and checked the WUAhandler.log, it showed "OnSearch Complete Failed to end search job. Error = 0x80072ee2. Scan failed with error = 0x80072ee2."...
-
Nov 4, 2016
WSUS Installation Error - Cannot find the file specified
We have some issues with our WSUS, so I uninstalled it under "Add roles and features" in Server Manager, but it always failed with post installation with "System.ComponentModel.Win32Exception...
-
Oct 24, 2016
Add a SCCM deployment with Powershell
Here is a powershell command for creating a SCCM deployment Start CMApplicationDeployment CollectionName "Collection Name" Name "Softwarename" DeployAction Install DeployPurpose Available...
-
Aug 23, 2016
ccmsetup was unable to compile the file DiscoveryStatus.mof
Had one machine just cannot get SCCM agent installed, so when I checked the logs, it said : MSI: Setup was unable to compile the file DiscoveryStatus.mof The error code is 80041002 it turned out the...