Hi,
I have a script that mounts an SMB DFS Share and copies some files from the mount to a local directory on the Mac. This script works fine when executed by logged in domain user.
What I'd like to achieve now is to add the script to a policy and execute at startup (before a user is logged in). This now fails because the share is unable to be mounted.
Is it possible to use the AD Computer account to mount the share rather than specifying credentials of a specific domain user? If not, does anyone have any better suggestions for copying files from the network, locally to the mac on an on-going basis. I don't want to use packaged PKGs or DMGs as the users updating the files on the network do not have the necessary skills to create and update packages.
Thanks,
Ryan