PowerShell
De Vulgum Techus
Version du 1 décembre 2018 à 22:10 par Admin2 (discuter | contributions)
Lien court vers cette page : https://vt.cx/PoSh QR code vers cette page : https://vt.cx/PoSh.qr
Sommaire
Présentation
Super shell pour la console DOS de Windows, PowerShell, à l'instar de ce qui se fait sur Linux (bash par exemple), offre des fonctions très puissantes d'automatisation et de connexion qui sont malheureusement trop peu connues et sous-employées. A l'aide de ses nombreuses commandes, il est ainsi possible d'écrire des fichiers batch complexes permettant des traitements par lots sur les fichiers ou sur Internet. PowerShell est installé en standard sur tous les Windows à partir de la version 7. Pour les versions antérieures de Windows, il faut l'installer à partir des liens qui sont donnés ici.
Commandes utiles
Lancement de PowerShell sous Windows
- Lancer l'interpréteur de commandes par Windows + R
- Saisir ou coller powershell et presser Entrée
Connaitre la version de PowerShell
- Sous PowerShell, saisir ou coller (clic droit + coller) $Host.Version et presser Entrée
Lister les propriétés du système
- Sous PowerShell, saisir ou coller (clic droit + coller) :
Indice de performance Windows
- voir benchmark#Windows
Liens utiles
- Microsoft Windows PowerShell Scripting
- Microsoft Windows PowerShell 3.0 et Server Manager Quick Reference Guides
- ss64.com Liste des commandes PowerShell
- powershell-scripting.com PowerShell Scripting : site d'initiation et de perfectionnement à l'écriture de scripts PowerShell
Téléchargement de PowerShell 2.0
- Microsoft Update pour Windows XP 32-bit
- Microsoft Update pour Windows Vista 32-bit
- Microsoft Update pour Windows Vista 64-bit
- Microsoft Update pour Windows Server 2003 32-bit
- Microsoft Update pour Windows Server 2003 64-bit
- Microsoft Update pour Windows Server 2008 32-bit
- Microsoft Update pour Windows Server 2008 64-bit
Téléchargement de PowerShell 3.0
- Microsoft Windows Management Framework 3.0 pour Windows 7 SP1, Windows Server 2008 SP2, Windows Server 2008 R2 SP1, Windows 8 et Windows Server 2012
Téléchargement de PowerShell 4.0
- Microsoft Windows Management Framework 4.0 pour Windows 7 (SP1), Windows Server 2008 R2 SP1, Windows Server 2012 et Windows 8 et 8.1
Programmes utiles
- Microsoft Windows PowerShell ISE Environnement d'écriture de scripts intégré (ISE) (normalement déjà installé sur Win 7 et suivants) -> voir #Rui Powershell ISE, bel éditeur méconnu
- idera.com PowerShell Plus : une collection d'outils interactifs très intéressants
Articles externes
- TechCrunch - 18/08/16 Microsoft open sources PowerShell, brings it to Linux and OS X
- InfoWorld - 05/11/15 The power of PowerShell: Essential tips Windows admins will love