Import-Csv -Path .\temp\nuwab.csv -Delimiter ";" | New-ADUser -AccountPassword (ConvertTo-SecureString -AsPlainText "start" -Force) -Enabled:$True