User Logon Script.

Joined
Oct 1, 2008
Messages
1
Reaction score
0
Hi,

I would like to make a logon script for my MAC. I am connection to a domain and have set up AD. I am unable to access shares on the server due to security restrictions. My aim is to use another windows based computer for file sharing.

What I would like to do is allow users to access their own personal network shares.
Each user would have a share named "username$"

What I need is a logon script that is universal and will automatically mount the share at logon.

eg of network path \\storage\username$

username = Jsmith, Gsmith etc.

Hope this makes sense to you...

Matt :confused:
 
Joined
Nov 26, 2010
Messages
3,558
Reaction score
52
tell application "Finder"
mount volume "afp://@10.0.1.251/sharepoint"
end tell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top