créer le mot de passe dans un dossier des textes :
$my_secure_password_string
= force convertto-securestring de « Exchange12Rocks » - asplaintext -
$my_encrypted_string = $my_secure_password_string convertfrom-securestring
- clef (1..16)
$my_encrypted_string > password.txt
utiliser alors le dossier des textes dans un manuscrit :
$password = convertto-securestring (obtenir-contenu password.txt) - verrouiller (1..16)
$login = Nouveau-Objet - TypeName System.Management.Automation.PsCredential
- ArgumentList « CONTOSO \ boîte aux lettres », $password
Essai-OwaConnectivity - URL
https://owa.contoso.com/owa - MailboxCredential : $login