PowerShell : Différence entre versions
De Vulgum Techus
(→Lancement de PowerShell sous Windows) |
|||
Ligne 1 : | Ligne 1 : | ||
[[Catégorie:Windows]] | [[Catégorie:Windows]] | ||
[[Catégorie:Langages de programmation]] | [[Catégorie:Langages de programmation]] | ||
+ | '''[[Lien court]]''' vers cette page : http://vt.cx/PoSh | ||
+ | '''[[QR code]]''' vers cette page : http://vt.cx/PoSh.qr | ||
<html> | <html> | ||
<script type="text/javascript"><!-- | <script type="text/javascript"><!-- | ||
Ligne 48 : | Ligne 50 : | ||
* [http://www.idera.com/productssolutions/freetools/powershellplus idera.com] '''PowerShell Plus''' : une collection d'outils interactifs très intéressants | * [http://www.idera.com/productssolutions/freetools/powershellplus idera.com] '''PowerShell Plus''' : une collection d'outils interactifs très intéressants | ||
− | = Articles = | + | = Articles externes = |
+ | * [http://www.infoworld.com/article/3000612/windows-server/power-of-powershell-essential-tips-every-windows-admin-will-love.html InfoWorld - 05/11/15] The power of '''PowerShell''': Essential tips '''[[Windows]] admins''' will love | ||
+ | |||
+ | = Articles [[Vulgum Techus]] = | ||
* [[Listes des alias dans PowerShell]] | * [[Listes des alias dans PowerShell]] | ||
Version du 7 novembre 2015 à 00:08
Lien court vers cette page : http://vt.cx/PoSh QR code vers cette page : http://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 $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
Articles externes
- InfoWorld - 05/11/15 The power of PowerShell: Essential tips Windows admins will love