can you please let me know on how to create a new local user on windows server 2003.
I tried the below command to create the user.
dsadd user CN=gpgTemp,CN=Users,DC=GPGGroup,DC=R1SGTRNMSTR -samid gpgTemp -pwd Current123
I used " " for CN,DC and -samid also.
but I repeatedly got an error message as :
dsadd failed:The specified domain either doesnot exist or could not be contacted.
Type dsadd /? for help.
I didn't understand what should be added for DC. how do I find the existing domains on my server? I dont have any domains is what I feel. I tried to create user without having aby DC. but still that failed.
Please let me know what should be done.