Hello Community,
$0$0
$0
$0I want to create a batch file that ask me for username and password. But so far Im unable to create the batch file to ask me for username. Any ideas, see below:$0
$0dsadd user "cn=*,OU=10A,dc=contoso,dc=local" -disabled no -pwd * -mustchpwd no -memberof cn=users,dc=contoso,dc=local -acctexpires never$0
$0$0
$0
$0So it asks me for the password, but not for the username. I thought that the * will do the trick, but it doesnt. This is only for my virtual lab as Im p
↧