Update Make Users.ps1

dan.. u forgot the fuckings "-" in -pwd
This commit is contained in:
freddy1623 2015-10-22 09:00:03 +02:00
parent d660bdd9bf
commit 2fd82afadf

View File

@ -1,5 +1,5 @@
############################################
## Script by Daniel Løvbrøtte Olsen, 1ELA ##
## Script by Daniel Løvbrøtte Olsen, 1ELA ##
## For Fredrik Refstie ##
############################################
@ -12,10 +12,10 @@ forEach ($User in $Users)
$last = $lastname[0..2]
$username = "$first$last"
$username = $username -replace " ", ""
"dsadd user `"cn=$username, ou=Illuminati, dc=datavg2, dc=local -fn $firstname -ln $lastname pwd Admin123" | out-file run.bat -Encoding "UTF8" -Append
"dsadd user `"cn=$username, ou=Illuminati, dc=datavg2, dc=local -fn $firstname -ln $lastname -pwd Admin123" | out-file run.bat -Encoding "UTF8" -Append
}
"echo Script has finished running, thanks based Daniel in 1ELA for making our lives easier" | out-file run.bat -Encoding "UTF8" -Append
"PAUSE" | out-file run.bat -Encoding "UTF8" -append
"@ECHO OFF" | out-file run.bat -Encoding "UTF8" -append
"DEL `"%~f0`"" | out-file run.bat -Encoding "UTF8" -append
Start-Process "cmd.exe" "/c run.bat"
Start-Process "cmd.exe" "/c run.bat"