Merge pull request #1 from freddy1623/patch-1

Update Make Users.ps1
This commit is contained in:
Daniel Løvbrøtte Olsen 2015-10-22 09:41:44 +02:00
commit 9441a7dec3

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"