How can I mount shares on MacOSX?
MacOSX can mount shares from a Windows server.
MacOSX can work with SMB over TCP/IP which is using port 445. Configure an IP Access component to the server on port 445. Then combine it with a Client command that looks like this:
/usr/bin/osascript -l AppleScript -e "tell application \"Finder\"" -e "open location \"smb://%U@server.example.com/sharename\"" -e "end"
The corresponding IP Access component may be defined like this:
Destination host: server.example.com
Destination port: 445
Local port: 445
