Tool to import users and PASSWORDS into AD
I was recently checking the csvde tool, however, it will not allow me to set the passwords. So, can anyone tell me if there is a simple tool that will allow me to import a bulk of names and other information into AD including the passwors? I am now trying to test the LDIFDE tool at the moment. Thanks.
Re: Tool to import users and PASSWORDS into AD
You can easily accomplish it by using a Script. There is someone working on updating the admod so that it will be able to take CSV input to do this but it will not be available for another month or so.
Re: Tool to import users and PASSWORDS into AD
I think that you will be able to to this with LDIF, but the format for creating the unicodePwd data is a little non-obvious. The attribute is binary, so that it should be specified in Base64. The base64 data is the Unicode encoding of the password surrounded by "". I dont know why this will not work in CSV as well, but I have neved really used the tool and cannot say how it supports binary data. Although script could be easier.