Re: How to permanently mount AD Share?
- From: "wdsnews" <wdsnews.0640@xxxxxxxxxxxxxx>
- Date: Sat, 6 Oct 2007 17:44:19 -0700
hey! That was excellent. Thank You!
"Todd" <ToddR@xxxxxxxxxxxxxxxx> wrote in message
news:ToddR-AD958F.13130304102007@xxxxxxxxxxxxxxxxxxxxxxx
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
.
- 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
- Re: How to permanently mount AD Share?
- From: Todd
- How to permanently mount AD Share?
- Prev by Date: Re: How to permanently mount AD Share?
- Next by Date: File Permissions Error on Script
- Previous by thread: Re: How to permanently mount AD Share?
- Next by thread: File Permissions Error on Script
- Index(es):
Relevant Pages
|