#SCCM
-
Aug 12, 2016
Remote Control SCCM Package
With SCCM 2012, I love the Remote Control function, so much better than RDP! and it comes with SCCM console. For those don't have SCCM console, I have wrote a Powershell script to just to run Remote...
-
Aug 12, 2016
CCMSETUP Failed with 403, Cannot find DP
We have an office having issues with SCCM client auto install via group policy. Every time a machine is online, and ccmseutp tried to install the sccm agent, it failed with code 403, cannot find SCCM...
-
Jul 12, 2016
SCCM Mac Client Auto Enrollment Script
Since our SCCM server got updated, the old sccm mac client won't working anymore ( needs to support El Caption), and our certificate expired as well...so basically I have to uninstall the old sccm...
-
Jul 12, 2016
SCCM Server Update Guide
here is a good article on how to upgrade SCCM server: https://www.systemcenterdudes.com/step by step sccm 2012 r2 sp1 cu3 installation guide/ https://support.microsoft.com/en us/kb/3135680
-
Jun 30, 2016
How to Enable Email Notification in SCCM Reporting
here are two great articles on how to configure email notification in SCCM Reporting <http://blog.coretech.dk/heh/setup e mail notification in configmgr 2012 sp1/...
-
Jun 23, 2016
SCCM Application Catalog DPI Scaling Issues
I didn't know there is a simple fix for that: <http://www.cb net.co.uk/microsoft articles/34 configmgr/2092 configmgr application catalog dpi scaling issues
-
Jun 10, 2016
How to Create a SCCM Application Catalog Usage Report?
It is an interesting experience to write SQL query about SCCM Application Catalog Usage Report, as we need to use a function query: (fn\ ListLatestApplicationCIs(1033) from this function, we can get...
-
Jun 10, 2016
How to Create a Custom SCCM Report (Not Query)
I am sure you already tried building for some queries in SCCM, it is very easy and convenient, however if you want something looking nice and can export easily or subscribe, SCCM Reporting is the...
-
Jun 10, 2016
Package Powershell 5.0 in SCCM
A Surprisingly very easy SCCM Package, the command line is just wusa.exe Win7AndW2K8R2 KB3134760 x64.msu /quiet /norestart You can download Powershell 5.0 from here: <https://www.microsoft.com/en...