nmillard Posted November 28, 2022 Posted November 28, 2022 (edited) Hi, Is there a simple way of getting a shared area working for mac users in an AD environment? Edited November 28, 2022 by nmillard
2ilent8cho Posted November 28, 2022 Posted November 28, 2022 In your MDM there should be a Login Items option, just add the Shared Area to the Network Mounts section. ie smb://servername/share Alternatively you could use a script at login which is what we use coupled with a utility called mysids to make it look neater and add it to the Favourites section of Finder. mkdir ~/Shared mount -t smbfs //ufs-shared/shared ~/Shared /usr/local/bin/mysides add Shared file:///Users/$USER/Shared touch /Users/$loggedInUser/.sidebarshortcuts
DalekSec Posted November 28, 2022 Posted November 28, 2022 FYI: Some mac files do not work in a windows file share environment, such as Logic files. I've used a Synology box for this in the past as it's linux based and the file system plays nicer with it! (can't remember which file systems off top of my head)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now