domain controller naming group policy [closed]
i have two domain controller setup one on 192.168.1.10 companyname.local and 192.168.1.20 companyname.local as backup. i was task of rebuilding the backup and make it the main domain controller. i took the backup offline and rebuilt it should i change the name from companyname.local to ad.companyname.com. this is with server 2012 this is only hosting dns active directory no dhcp. small group 10 users.
also i was testing group policy add network drive. it works the user logins add drive b: but when the user log off and new user login with different drive f: it doest remove the other user drive b: show both drive. this test was done on the same computer with different user login.
Solution 1:
.local domain names are bad news. Many moons ago it was a best practice but it no longer is a good idea. I help run an Active directory infrastructure for a large corporation and we have a .local domain. It causes problems and is annoying but at the end of the day everything works.
Would I recommend trying to move everything to a new domain? No. Not unless you have a rationale as to why. You will have to create a new forest and basically rebuild the domain from scratch.
This article is useful for explaining the problem with local domains:
https://web.archive.org/web/20200810122929/http://www.mdmarra.com/2012/11/why-you-shouldnt-use-local-in-your.html
As to creating a shared drive I would recommend you create a batch file user logon script. The file would have a command like net use z: \server\share and you would get a consistent letter.
https://www.youtube.com/watch?v=BJJrN4BoGpM