From d9ec9a6d09418010e101742cadf7e0bdb79ce765 Mon Sep 17 00:00:00 2001 From: Positron Date: Sun, 9 May 2021 13:03:52 +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 b7dba74..c2743cd 100644 --- a/Scripting/Powershell.html +++ b/Scripting/Powershell.html @@ -2,7 +2,7 @@ title: Powershell description: published: true -date: 2021-05-09T13:03:09.790Z +date: 2021-05-09T13:03:50.798Z tags: editor: ckeditor dateCreated: 2021-05-08T14:42:07.092Z @@ -37,7 +37,7 @@ dateCreated: 2021-05-08T14:42:07.092Z
get-help  <la commande>

Mais avant d'utiliser cette commande il faut faire une mise à jour de l'aide de PowerShell avec la commande

 update-help
-

cette commande permet d'avoir une aide manière trés général si on souhaite obtenir plus d'information on peut ajouter l'option -detailed

+

cette commande permet d'avoir une aide manière très général si on souhaite obtenir plus d'information on peut ajouter l'option -detailed

get-help <la commande> -detailed

On peut aussi lister des exemples d'utilisation d'une commande avec l'option -examples

get-help <la commande> -examples