I need to create 80 user accounts using Windows server 2008. I want to run the following script: dsadd user "cn=username, ou=OUname, ou=OUname, dc=Yourdomain, dc=suffix"
The problem that I have is that the domain name is techna and it has no suffix. All my computers joined the domain successfully so I know the domain is working. So I need to know what to put in the suffix part of the script.