Files
mkdocs/docs/Windows/PowerShell/index.md
2020-07-06 15:20:17 +02:00

18 lines
420 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)
- [Variables d'environnement](env.md)
- [PowerShell sur macOS](macOS.md)