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
-
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
How to Install DMG Application via Shell Script
Sometimes we have to install a DMG application via shell script, here is mine: /bin/sh Cisco Meeting Installer Ray Qiu Nov 28, 2016 Download & Extract Installation Files cd /tmp curl LOk...
-
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
Find Current User via Powershell
sometimes if you run as local admin, but your current user is not a local admin, then you need some special way of finding the current username: $user = (gwmi Query "Select \ from Win32\ Process...
-
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 10, 2016
How to enroll already encrypted mac into Casper Encryption
We have a user already enabled FileVault2 before enrolling Casper encryption policy. Here is the simple steps to inject our institutional key into their macs: 1. Create a new configuration profile,...
-
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."...