Posted on 06-14-2012 06:12 AM
I want to pull a report to see the network status, or Active Directory binding for the active machines in JAMF. I was looking at extension attributes and just tried to pull an advanced report showing AD under display but it seems to be unreliable.
Is there any extension attribute or way to poll the machine to see if it is joined to the domain.
Solved! Go to Solution.
Posted on 06-14-2012 06:17 AM
Active Directory status is a standard inventory report item in the Casper Suite. You don't need an Extension Attribute unless you were looking to pull something much more specific than just the domain the Mac is joined to.
Posted on 06-14-2012 06:17 AM
Active Directory status is a standard inventory report item in the Casper Suite. You don't need an Extension Attribute unless you were looking to pull something much more specific than just the domain the Mac is joined to.
Posted on 06-14-2012 07:10 AM
The AD status does not seem reliable to me. I am seeing 20 machines which I know are joined that are not showing in JAMF.
Posted on 06-14-2012 07:26 AM
Are you certain they've recon'ed to your JSS properly? Are your Macs joined to AD at imaging time or are they joined later? There's usually some reason why data isn't showing up in the JSS. I'm just not sure what it would be on those particular Macs
Posted on 06-14-2012 07:28 AM
We are joining manually post imaging.
Posted on 06-14-2012 09:26 AM
Kind of reiterating Mike's question: Are you running recon after joining your Macs to AD so that the JSS gets updated to reflect this information?
If you have something like Apple Remote Desktop you can run a UNIX command to display whether a machine is bound to AD:
dsconfigad -show
To get just the relevant information:
dsconfigad -show -lu localAdminName -lp localAdminPassword | head -2