Re: How to permanently mount AD Share?
- From: Todd <ToddR@xxxxxxxxxxxxxxxx>
- Date: Thu, 04 Oct 2007 13:13:03 -0700
In article <OsHqyZiBIHA.4956@xxxxxxxxxxxxxxxxxxxx>,
"wdsnews" <wdsnews.0640@xxxxxxxxxxxxxx> wrote:
Thank you for this. Is there a more detailed document that I can reference
until there's time to learn about AppleScript? I assume it's as simple as a
NET USE command, but I don't know the command, or file formatting and naming
issues.
In brief, open Script Editor, paste the following into a new script
(editing the "server" and "share" text to match the server and share
name in question), and save as a compiled application with a name and to
a location that you like. Then add it to the login items for the account
in question, and you're set. The user will be prompted to authenticate
the connection, but if they choose the option to remember the login in
the Keychain, the mount will happen silently without a login prompt in
the future. Hope that helps!
--- Start script
tell application "Finder"
mount volume "cifs://server/share"
end tell
--- End script
- Todd R
.
- Follow-Ups:
- Re: How to permanently mount AD Share?
- From: wdsnews
- Re: How to permanently mount AD Share?
- References:
- How to permanently mount AD Share?
- From: wdsnews
- Re: How to permanently mount AD Share?
- From: Jim Gordon MVP
- Re: How to permanently mount AD Share?
- From: wdsnews
- How to permanently mount AD Share?
- Prev by Date: Re: How to permanently mount AD Share?
- Next by Date: Re: How to permanently mount AD Share?
- Previous by thread: Re: How to permanently mount AD Share?
- Next by thread: Re: How to permanently mount AD Share?
- Index(es):
Relevant Pages
|