Fixed Tech-N2 not getting his script set because of a typo

This commit is contained in:
Sébastien QUEROL 2025-02-04 14:21:07 +01:00
parent b8bd6bd142
commit be0e6f7c4e

View File

@ -135,5 +135,5 @@ ForEach($user in $userList){
}
}
Get-ADUser Tech-N1 | Set-ADUser -ScriptPath "Tech-N1.bat"
Get-ADUser Tech-N | Set-ADUser -ScriptPath "Tech-N2.bat"
Get-ADUser Tech-N2 | Set-ADUser -ScriptPath "Tech-N2.bat"
Write-Color -Text "Les utilisateurs ainsi que leur mots de passes ont ete exportes ici : ","C:\techLogins-$pcName.csv" -Color White,Green