Hi,
So We have a script that automatically mounts a user's network folder to the desktop when they sign in.
It works for some users and not others and I can't figure out why.
When it works for one user it says this in jamf to show it worked.
"Running script Mount share...
Script exit code: 0
Script result: User: user14
Protocol: smb
Server: server address
Sharename: servername"
Group: usergroup
But for the user that is fails on it says this:
"Running script Mount share...
Script exit code: 1
Script result: User: user15
Protocol: smb
Server: server address
Sharename: server name
Group: same group as user14
Group not found.
Error running script: return code was 1.
User 15 and user 14 are both in the same group in AD which i imagine this script is referring to when it says group not found?
Any suggestions?
Thanks