diff --git a/Scripting/Powershell.html b/Scripting/Powershell.html index 2df50c8..f2749d4 100644 --- a/Scripting/Powershell.html +++ b/Scripting/Powershell.html @@ -2,7 +2,7 @@ title: Powershell description: published: true -date: 2021-05-09T12:58:56.930Z +date: 2021-05-09T13:01:49.773Z tags: editor: ckeditor dateCreated: 2021-05-08T14:42:07.092Z @@ -27,7 +27,7 @@ dateCreated: 2021-05-08T14:42:07.092Z

 

 

Le pipeline

-

Le pipeline, symbolisée par le caractère “|” ([AltGr] + [6]) permet d'exécuter plusieurs commandes à la suite.

+

Le pipeline, symbolisée par le caractère “|” (AltGr + 6) permet d'exécuter plusieurs commandes à la suite.

exemple : 

get-process | Sort-Object CPU

Dans ce cas précis, la commande sort-object tri les processus par utilisation de Cpu