From 8eb72d51f7c5b007730f0fb0fc9f6b29c08a4f2c Mon Sep 17 00:00:00 2001 From: Positron Date: Sun, 23 May 2021 06:52:48 +0000 Subject: [PATCH] docs: update Scripting/Powershell --- Scripting/Powershell.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.