MaJ du 22-10-2020

This commit is contained in:
2020-10-22 20:12:27 +02:00
parent 4485e7096d
commit 84b4e1a85d
22 changed files with 639 additions and 46 deletions

View File

@@ -12,6 +12,8 @@ Editeur de scripts PowerShell: **Windows PowerShell ISE** (à ouvrir en administ
- [Stratégies d'exécution PowerShell](ExecutionPolicies.md)
- [Commandes](commands.md)
- [Modules](modules.md)
- [Variables d'environnement](env.md)
- [PowerShell sur macOS](macOS.md)
- [Trucs](trucs.md)

View File

@@ -1,4 +1,4 @@
# Modules

View File

@@ -1,4 +1,4 @@
# Trucs

View File

@@ -4,6 +4,8 @@
[Chocolatey](Chocolatey.md)
[Commandes](commandes.md)
[Créer des clés ssh (pour Windows et WSL)](cles-ssh.md)
[PowerShell](PowerShell/index.md)