Decrypter le mot de passe administrateur dans un fichier unattend.xml
Avec 2 lignes en powershell 🙂
1 2 |
$encryptedpwd = get-content C:\temp\pwd.txt [System.Text.Encoding]::Unicode.GetString([System.Convert]::FromBase64String($encryptedpwd)) |
Cet article n'a pas été revu depuis la publication.
Cet article a été créé par david le 27 décembre 2016.
Laisser un commentaire