Posted on 03-22-2018 07:23 AM
Hey guys,
I would really appreciate your help - I am new in JamF and I wanted to know if there are these kind of configurations in the system:
1. Discover all user profiles on the mac using the system.
2. Create personal settings profile with: apps installed, printers configured and wifi connection.
Means - whenever you connect with this user on a mac - all these configurations have done.
3. Can we send a printer's configuration on my network? that they will just have it installed on their users.
If someone could send the instructions how to do it too it would be great!
Thanks,
Nicole.
Posted on 03-22-2018 10:39 AM
I would like to know if these things are possible as well.
Posted on 03-22-2018 11:24 AM
@nicolem Can you provide information about the environment? here are the answers I have but they are based on an environment with Active Directory, Open Directory or some kind of Directory service.
If I am wrong about this and anyone knows another way of doing this, please by all means explain to me as that is how I had that setup on my old job, now I have no directory services where I am and it's a pain.
Thank you.
Posted on 03-23-2018 05:43 AM
Those answers sound good to me.
Posted on 03-26-2018 04:21 AM
@arivera - Hey!
Thanks for the quick response.
The Mac computers are joined to a company domain - using Active Directory.
1. So we can see only local users? not domain users?
2. So there is a way saving a domain profile and moving it with all configurations to a different computer?
3. Same as 2
If you used this deployment before, using AD - were you satisfied? Were there any problems? common issues?
Thanks.
Posted on 03-26-2018 10:25 AM
If a domain user logs into the computer it should be creating a home folder for them. You can make an extension attribute that lists all the folders in /Users. This would just list anyone on the domain that has at some point logged into that computer. Not sure if this helps at all.
It at least works in my environment, but correct me if I'm wrong.
#!/bin/sh
echo "<result>`ls -m /Users`</result>"
Posted on 03-26-2018 01:23 PM
You can also look at machine usage history and see anyone who has ever logged into a machine.
If you are talking about general discovery about machines, the Extensions Attribute engine is completely script based so basically if you could get the information from a command line on the local machine you can probably turn it into an EA in JAMF to show you that information and create smart groups etc... around it.
Posted on 03-27-2018 12:58 AM
I'd personally attend a few Jamf courses if I was you?