diff --git a/Scripting/Powershell.html b/Scripting/Powershell.html index 26d7e1e..9ebb118 100644 --- a/Scripting/Powershell.html +++ b/Scripting/Powershell.html @@ -2,7 +2,7 @@ title: Powershell description: published: true -date: 2021-05-23T06:52:29.822Z +date: 2021-05-23T06:52:46.920Z tags: editor: ckeditor dateCreated: 2021-05-08T14:42:07.092Z @@ -23,7 +23,7 @@ dateCreated: 2021-05-08T14:42:07.092Z

 

La console PowerShell

 

-

Pour lancer PowerShell il faut lancer l'exécutable PWSH. Pour cela, appuyer simultanément sur la touche Windows + R, puis tapez PWSH. 

+

Pour lancer PowerShell il faut utiliser l'exécutable PWSH. Pour cela, appuyer simultanément sur la touche Windows + R, puis tapez PWSH. 

La console PowerShell peut être lancée en exécutant une commande PWSH  -command Get-Date. On peut aussi lancer cette même commande sans que la console se referme

avec PWSH -noexit -command Get-Date.

On peut également connaitre sa version de PowerShell en le spécifiant avec le paramètre -version.