Hi ,
I need a answer how to implement a non-domain based UNC share access. Below is the scenario.
I am having a domain name ABC.com with DFS and DNS servers installed. My DFS name space is \\abc.com\sharename , I will create a shared folder in my existing file server , And user needs to access that share using a different a UNC path name.
This means need to create a non domain based DFS name (I.e. \\EFG\Sharename) , While user tries to access shared folder which created in my existing file server (\\ABC.com\Sharename) by using \\EFG\Share name .
How to achieve this.
Thanks