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 … Read more
Had one machine just cannot get SCCM agent installed, so when I checked the logs, it said : MSI: Setup was unable to compile the … Read more
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 … Read more
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 … Read more
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 … Read more
here is a good article on how to upgrade SCCM server: Step-by-Step SCCM 2012 R2 SP1 CU3 Installation Guide https://support.microsoft.com/en-us/kb/3135680
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/ http://larslohmann.blogspot.com/2014/10/email-option-missing-from-sccm-2012-r2.html?_sm_au_=iVVWLWSK44WrKKp5
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
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 … Read more
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 … Read more
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-us/download/details.aspx?id=50395 … Read more