Posted on 07-08-2021 11:03 AM
Super new to Mac management and JAMF. We are trying to get the systems to map a couple network drives
Drive 1 is a company share
drive 2 is a dept share
they map fine but it seems to map them 2 times. it also requires that they click connect for each one.
so the drives map but its a little annoying to click connect everytime they map.
the other problem is that we are trying to map to AD home folder and that is not working. I cannot get any variables to work, or find a script that pulls down the AD home folder correctly.
any help would be appreciated. i've tried searching and none of the solutions seem to work for our environment and they are mostly quite old.
ive tried the scripts posted here and none are working for the AD home folder. It would also work if we could get a script to work that would map to share(usernamevariable)
thanks in advance
Posted on 07-08-2021 02:14 PM
Posted on 07-15-2021 05:47 PM
Yea thats the script i was trying and it didnt seem to work. Do you have a script for the nomad, or is it all built into the program.
Do you pay for their support, if so is it worth it.
Posted on 07-21-2021 03:35 AM
Not sure if this would help, we have this in self service:
# Mount the network home
mount_script=`/usr/bin/osascript > /dev/null << EOT
# tell application "Finder"
# activate
mount volume "smb://$4.******************/$5/"
# end tell
EOT`
We have a couple of parameters: 4 the Server and in parameter 5 the Volume
Taken from: https://community.jamf.com/t5/jamf-pro/mapped-drive-name-and-adding-to-favorites/td-p/168522