Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- ecrire_dan_un_fichier
- 2 Occurrences trouvées, Dernière modification :
- pt -le 4; $cpt++){
Write-Output "A0$cpt" | Out-File -FilePath '.\fichierA.txt' -Append -Encoding utf8
}
</code>
- verifier_empreinte_fichier
- 2 Occurrences trouvées, Dernière modification :
- {{tag>dev powershell fichier file empreinte hash}}
:TODO:
===== PowerShell : Générer et vérifier une e... tackoverflow.com/questions/63396620/how-can-i-compare-a-files-sha256-hash-in-powershell-to-a-known-value
- demande_identifiants_depuis_interpreteur
- 1 Occurrences trouvées, Dernière modification :
- t.Automation.PSCredential( $puser, $ppass)
Start-Process -FilePath powershell -Credential $cred
</code>