

- #How to search for mac address in sccm 2012 how to
- #How to search for mac address in sccm 2012 install
- #How to search for mac address in sccm 2012 software
Since my knowledge of the OS X platform is limited, I had to read up on these two scripting languages in order to understand them better and how to leverage their functionality properly. It’s recommended that you know the difference between a shell script and an expect script. I suggest that you create the same folder. In my lab (I’m running OSX Yosmite on a Mac Mini from 2011) I’ve created a folder on my Desktop that I’ve called Scripts. Below you’ll find three scripts that you need to save. In order to get everything automated, we’ll be using a set of scripts that will handle different tasks. From here and on, all of the tasks we do will be performed in OS X. You’ll also need access to a Mac system running any version of OS X, preferably 10.6 or above. Once you’ve installed the MSI package, grab the macclient.dmg file from:Ĭ:\Program Files (x86)\Microsoft\System Center 2012 R2 Configuration Manager For Mac Client
#How to search for mac address in sccm 2012 install
The ConfigMgr 2012 R2 Mac client is packaged into an MSI file that you’ll need to download the Microsoft Download Center (see ConfigMgr 2012 R2 Mac client link above, choose the ConfigMgrMacClient.msi file when asked for what file to download) and install on a Windows system. I’ll be using it to create a bunch of pkg files that we then will orchestrate together with Packages (which is freeware) to get our end result, a mpkg file that we can use for either installation or distribution for an automated installation of the ConfigMgr client.

#How to search for mac address in sccm 2012 software
The required software you’ll need in order to follow along with this blog post are the following:Ĭomposer is not freeware unfortuantely, so you’d have to invest some bucks in that software which I highly recommend that you do. See the following documentation for creating the certificate template:Ĭreating and Issuing a Mac Client Certificate Template on the Certification Authority This account needs the Read and Enroll permissions on the certificate template created for Mac Enrollment and it should be a regular user account. What we do need though is to setup an Active Directory service account for enrolling the Mac systems. There are several great posts out there that covers the infrastructure required with step-by-step guides. This post will not cover how to configure the infrastructure, so if you haven’t completed that yet I suggest that you do that before you continue. I assume that you’ve all of the required components for enrolling Mac systems in ConfigMgr 2012 R2 setup and configured properly.

Here’s a brief overview of what’s covered in this blog post: In this blog post, I’ll show you how to create a installation package for OS X where it will install the ConfigMgr 2012 R2 client and perform the enrollment, all bundled together in a mpkg file (advanced installation package). There are different ways of completing the task of successfully install the ConfigMgr 2012 R2 client on OS X, but you always have to perform an enrollment at the end either manually or some how automated. For those of you that are familiar with the process of enrolling a Mac system, you’ve probably experienced the improvements made to the process with ConfigMgr 2012 R2.
