20 lines
464 B
Markdown
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)
|
|
|