VBS - User inkl. PW im AD automatisch aus einer CSV erstellenGelöst
option explicit dim objrootLDAP, objcontainer, objuser, objshell dim fso, line, data, file, strou, strpw, strsam, strcn set fso = createobject("scripting.filesystemobject") set file = fso.opentextfile("user.csv", 1, ...