G
Guest
I am trying to create a module to use with DSADD.exe, the command line method
of creating new network users in Active Directory. I know the syntax for
DSADD and can use it successfully on the command line manually. But when I
try to use it through a module in Access it does not work. I think the
problem has to do with the quote marks needed around the Distinguished name
argument for DSADD. I use shell to run Windows\system32\dsadd.exe and that
requires quotes so when I get to the username argument I am using single
quotes. But I need to use double quotes. Does this make any sense?
of creating new network users in Active Directory. I know the syntax for
DSADD and can use it successfully on the command line manually. But when I
try to use it through a module in Access it does not work. I think the
problem has to do with the quote marks needed around the Distinguished name
argument for DSADD. I use shell to run Windows\system32\dsadd.exe and that
requires quotes so when I get to the username argument I am using single
quotes. But I need to use double quotes. Does this make any sense?