commit
9441a7dec3
@ -1,5 +1,5 @@
|
|||||||
############################################
|
############################################
|
||||||
## Script by Daniel Løvbrøtte Olsen, 1ELA ##
|
## Script by Daniel Løvbrøtte Olsen, 1ELA ##
|
||||||
## For Fredrik Refstie ##
|
## For Fredrik Refstie ##
|
||||||
############################################
|
############################################
|
||||||
|
|
||||||
@ -12,10 +12,10 @@ forEach ($User in $Users)
|
|||||||
$last = $lastname[0..2]
|
$last = $lastname[0..2]
|
||||||
$username = "$first$last"
|
$username = "$first$last"
|
||||||
$username = $username -replace " ", ""
|
$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
|
"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
|
"PAUSE" | out-file run.bat -Encoding "UTF8" -append
|
||||||
"@ECHO OFF" | 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
|
"DEL `"%~f0`"" | out-file run.bat -Encoding "UTF8" -append
|
||||||
Start-Process "cmd.exe" "/c run.bat"
|
Start-Process "cmd.exe" "/c run.bat"
|
||||||
|
Loading…
Reference in New Issue
Block a user