Here is a quick Vbscript that can be used to create roles in ADAM. I suppose you can also use Ldifde but, I get lazy formatting the .LDF file, etc. So here is what this script does: It calls the input file specified when executing the script. (e.g. cscript CreateADAMRoles.vbs ) It reads the input file, and begins the loop line by line until the end ......