You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Enregistrement d'un mot de passe crypté dans un fichier
read-host -prompt "Entrer un mot de passe qui sera crypté et enregistré dans monCompteAADSecurestring.txt" -assecurestring | convertfrom-securestring | out-file .\monCompteAADSecurestring.txt