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