PowerShell : Différence entre versions
De Vulgum Techus
(→Lancement de PowerShell sous Windows) |
(→Lancement de PowerShell sous Windows) |
||
Ligne 20 : | Ligne 20 : | ||
= Commandes utiles = | = Commandes utiles = | ||
== Lancement de PowerShell sous Windows == | == Lancement de PowerShell sous Windows == | ||
− | * | + | * Lancer l''''[[interpréteur de commandes]]''' par {{K|Windows}} + {{K|R}} |
* Saisir ou coller '''powershell''' et presser {{K|Entrée}} | * Saisir ou coller '''powershell''' et presser {{K|Entrée}} | ||
Version du 20 mars 2014 à 14:34
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 $Host.Version et presser Entrée
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 editeur méconu
- idera.com PowerShell Plus : une collection d'outils interactifs très intéressants