Easy-Micro

BUREAUTIQUE Windows PowerShell
PowerShell

Langage PowerShell

Windows PowerShell, (ex Microsoft Command Shell - MSH), est une interface en ligne de commande et un langage de script développé par Microsoft.

Intégré nativement dans Windows 7 en version 2.0, il est fondé sur la programmation orientée objet (et le framework Microsoft .NET 2.0).
PowerShell est le successeur des interfaces en ligne de commande cmd.exe de Windows NT.

Une version express entièrement gratuite est disponible ici : microsoft.com/express/

PowerShell Executer PowerShell sous Windows

  • Nécessite le .NET Framework 2.0 minimum
    • Lancer Windows PowerShell à partir du menu Démarrer / Programmes / Windows PowerShell
    • Ou saisir powershell directement dans la fenêtre Démarrer / Exécuter (Windows + R)

PowerShell Saisir une commande PowerShell

get-help

get-command

PowerShell Exécuter un script PowerShell

  • Création d'un fichier ayant pour extension .PS1
  • Changer le niveau de sécurité avec la commande : "Set-ExecutionPolicy RemoteSigned" - Faire un Get-ExecutionPolicy pour vérifier.
  • Exécuter la commande : "powershell c:\monscript.ps1"

PowerShell Pour aller plus loin



< Page précédente WINDOWS POWERSHELL Page suivante >