Dirty hack to make it wait 2 milliseconds between commands

This commit is contained in:
Daniel Løvbrøtte Olsen 2015-10-22 10:11:02 +02:00
parent 9441a7dec3
commit 068b92458a

View File

@ -13,6 +13,7 @@ forEach ($User in $Users)
$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
"ping 192.0.2.2 -n 1 -w 2 > nul" | 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