About 335,000 results
Open links in new tab
  1. Adding a user in Active Directory using dsadd - Server Fault

    Dec 6, 2010 · Here's a screenshot of my topology: I'd like to use the dsadd command to add a user to Mercotel A> Administracion> Usuarios OU, but I can't figure out the syntax for nested OU's. What …

  2. How can I quickly create 100 users on my Active ... - Server Fault

    Dec 6, 2010 · Here is a script that I made to use dsadd. I have a one line batch file that imports all of my new users every year: (There might be a better way to display this, but I haven't had coffee yet.) for …

  3. windows - How can I get DSADD to assign home folder of newly …

    Furthermore, I think dsadd might still be bugged, in which case you should be able to work around it by creating the user with dsadd, then setting the home directories with dsmod.

  4. dsadd run from batch file fails with "The specified account already ...

    Oct 22, 2014 · dsadd failed:cn=Carl Baglio,ou=My50kOU,dc=mydomain,dc=com:The specified account already exists. even when there is not a single duplicate user in the list. Viewing the OU in the MMC …

  5. DSADD users via CSV on Server 2008

    I have been trying since this morning to add 100 users to a new AD on Server 2008. The fields I have in a excel file are : Surname, Forename, username, password, group (NewUser, PowerUser, SuperU...

  6. Create a user in the Active Directory with Command-Line

    I can to add a user in a Root-OU with dsadd command-line.But,I can't to add to in a Sub-OU. How can I add a user to a Sub-OU with dsadd command-line? Here is my command-line. dsadd user "cn=XXXX...

  7. cmd.exe - How do I add an account to a domain? - Super User

    Dec 10, 2017 · To add an AD user from the Command Prompt, use dsadd, for example: dsadd user “cn=John Doe,cn=Users,dc=ad,dc=contoso,dc=com” -samid jdoe -upn [email protected] -fn …

  8. How to create Active Directory user account with powershell

    Just issue calls to the dsadd command for each user. a call to dsadd or dsmod would work in the middle of a powershell script as well. you could even have a CSV file of username/passwords which you …

  9. Add new users to assigned user group - Server Fault

    Jul 6, 2016 · 0 I am new to server administration and have a problem getting new users to be members of a user group when bulk adding new users to Active directory using the dsadd command and Excel …

  10. active directory - DSADD error, I can't see it - Server Fault

    I've been given the task of creating all the new year 7's AD accounts and I thought just use DSADD and put together a script using excel Anyway I've hit a snag, it keeps erroring out with "cn=Test...