Posted on 07-07-2014 09:28 AM
Is it possible to mount SMB shares on to the dock using Dock items in Version 9.3 ?
We have mapped them as a file so smb://URL/Folder but they never apply they're SMB due to our NetApp appliance being SMB only.
If not does anyone have a better suggestion on how to do this effectively
Thanks
Solved! Go to Solution.
Posted on 07-07-2014 12:32 PM
I use Applescript to mount SMB shares, then export them as an app, change the icon (Maybe a Z icon), and finally push to my computers via policy and place them in the dock.
Users double-click the Z icon or whatever, authenticate and are in.
Copy and paste the code below in a new AppleScript document. Change the location to your path. Then export. Change File Format to Application. Save.
tell application "Finder"
open location "smb://files.xx.xxxx.com/xxxxxxx"
end tell
Posted on 07-07-2014 12:32 PM
I use Applescript to mount SMB shares, then export them as an app, change the icon (Maybe a Z icon), and finally push to my computers via policy and place them in the dock.
Users double-click the Z icon or whatever, authenticate and are in.
Copy and paste the code below in a new AppleScript document. Change the location to your path. Then export. Change File Format to Application. Save.
tell application "Finder"
open location "smb://files.xx.xxxx.com/xxxxxxx"
end tell
Posted on 07-08-2014 02:32 AM
Thanks so much! Thats pretty awesome much appreciated
Posted on 07-08-2014 10:25 AM
How did you push this out with casper after making the application? @imagswadmin @mvu
Posted on 07-08-2014 12:34 PM
So the application is a self-contained app. It'd be no different than sending out a Firefox.app (without all the preferences and all). This is one way to do it. After you create the application, let's call it "H Drive", do this:
Posted on 07-08-2014 05:04 PM
Just curious - what are the permissions you use in Composer?
Posted on 07-09-2014 05:39 AM
Sure. I let the top folder -- so this instance the Applications folder -- percolate its permissions all the way down.
So I click on the Applications folder in Composer (after you drag the H Drive into the SOURCES window). I click the grinding wheel in lower-right hand corner and select, "Apply Permissions to Applications and All Enclosed Items".
Worked well for me in my environment and many other scripts/apps. But your place requirements may differ.
Posted on 11-13-2014 05:43 AM
Thanks for your solution mvu, it really for me out of a jam.
The only thing I added was the domain into the syntax.
tell application "Finder"
open location "smb://domain;username:password@host/share"
end tell
Posted on 02-07-2020 03:05 AM
I've managed to do this and push it out to myself and works well. When I push it to another user, it still works, but when launching it, the authentication window opens, with my username populated! Guess I've either missed something, or there is a way for this not to happen?!
Posted on 03-09-2020 05:23 AM
Ive sorted this now :-)
Posted on 07-06-2020 11:59 PM
I want to use the similar method to push SMB share icon on all JAMF enrolled mac.
I tried to use script editor and put the below command.
tell application "Finder" open location "smb://XXXXXXX/XXX/XXX/ "
end tell
However i am getting below error.
but it is giving me syntax error - Expected end of line but found command name.
Posted on 07-07-2020 12:21 PM
Did you enter your correct server share address inside the quotes? Example: "smb"//your/server/share/HERE/"