My Setup : Windows Server 2003 with Active Directory and DNS Role
Problem : I have few computers at office which I have named according to some conventions eg OW01 etc. Users want to access this machines by name of users like if PersonX is working on OW01 they want to access it as
\\PersonX.
How can I accomplish this task.
I have tried to add CName record in DNS for PersonX but it gives me error
You were not connected because a duplicate name exists on the network. Go to System in Control Panel to change the computer name and try again.
EDIT : Ping and nslookup works fine for this new alias. I am just not able to use \\PersonX here.
Thanks in advance.