After looking at How to Configure Windows Machine to Allow File Sharing with DNS Alias I was trying to understand if there was a way you could actually alias the shares directly rather than just the server
We have currently got 1 server hosting a number of shares that we will ultimately distribute to different servers and our shares will just update, but was hoping that instead of needing to enter the share name. Because presently if a user goes to the \PHYSICALSERVER\ they still see all the other shares that are available, because they are really just an alias of the other server.
\\PHYSICALSERVER\Share1
\Share2
\\AliasNameShare1\
-- Which is aliased to \\PHYSICALSERVER\Share1
via a CNAME record in DNS.
Is this possible?