#SCCM
-
Jun 5, 2016
Using SCCM Compliance Settings to Install ESET on Macs
Again, another shell script to install ESET using SCCM compliance settings on Macs Discovery Script: !/bin/bash Rui Qiu’s ESET Script V1 11012015 FOLDER=/Library/Application\ Support/ESET/esets if [...
-
Jun 5, 2016
Using SCCM Compliance Settings to Install Root Certificate on Macs
Here is one of my old shell scrips...it is very hard to use sccm to manage Macs, as Microsoft really doesn't support Mac platform that well...last year, I even discovered a bug that SCCM has...and...
-
Jun 3, 2016
Better Way to Find Drivers for SCCM OSD Image
There are lots of ways to find drivers, such as from the manufacturer website(Lenovo, HP, Dell), vendor website(Intel, Nvidia), or from Microsoft Update Catalog. At first I was downloading the SCCM...
-
May 24, 2016
SCCM Troubleshooting with Distribution Point Issues
Recently I found out that no matter where is the user's computer is, it always download the SCCM package from our Management Point SCCM Server, which is also a distribution point server. First and...
-
May 24, 2016
Communication with the client service has been lost - SCCM Mac client
Recently some of our scam mac client has been prompted to input username/password to enroll, but even after the successful sccm enrollment, when I check the SCCM agent in system preference on user's...
-
May 20, 2016
Salesforce Outlook Plugin for SCCM Install
It is a little tricky for salesforce outlook plugin in our environment, as we don't have local admin rights on the system. and this salesforce plugin includes two parts: 1. Prerequisites (Install as...
-
May 12, 2016
How to Skip F12 When PXE Boot
It's a little annoying for me to press F12 each time during PXE Boot as I do testing all the time. Here are the steps to skip F12 : On your WDS server(s) navigate to...
-
May 12, 2016
How to make PXE TFTP Boot Faster?
Usually it takes a long time for PXE Boot during the downloading boot image file, you can change the registry settings to make it faster: HKEY\ LOCAL\ MACHINE\Software\Microsoft\SMS\DP\...
-
May 12, 2016
An error occurred while trying to initialize provider WDSMDMGR
Recently I set up two SCCM OSD Distribution Point, one is booting up well, but the other one has issues with WDS, the error message is "An error occurred while trying to initialize provider WDSMDMGR...