Files
mkdocs/docs/Windows/PowerShell/index.md
2020-10-22 20:12:27 +02:00

20 lines
464 B
Markdown

# PowerShell
Pour éditer votre profile PowerShell, exécuter `notepad.exe $PROFILE`
Editeur de scripts PowerShell: **Windows PowerShell ISE** (à ouvrir en administrateur).
[Documentation](https://github.com/PowerShell/PowerShell/tree/master/docs)
- [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)