miroir de
https://github.com/PAPAMICA/Wiki-Tech.io.git
synchronisé 2024-11-07 02:00:29 +01:00
docs: update Scripting/Powershell
Cette révision appartient à :
Parent
5967c2eee8
révision
43e7cb4d82
1 fichiers modifiés avec 8 ajouts et 1 suppressions
|
@ -2,7 +2,7 @@
|
|||
title: Powershell
|
||||
description:
|
||||
published: true
|
||||
date: 2021-05-23T08:15:07.121Z
|
||||
date: 2021-05-23T08:37:02.533Z
|
||||
tags:
|
||||
editor: ckeditor
|
||||
dateCreated: 2021-05-08T14:42:07.092Z
|
||||
|
@ -77,6 +77,13 @@ dateCreated: 2021-05-08T14:42:07.092Z
|
|||
<pre><code class="language-plaintext">Get-Service</code></pre>
|
||||
<p>get = verbe</p>
|
||||
<p>service = nom</p>
|
||||
<p>elles peuvent être accompagnées dans certains cas de paramètres et de valeurs. Par exemple avec la commande:</p>
|
||||
<pre><code class="language-plaintext">New-Item -type file -Path c:\test.txt</code></pre>
|
||||
<p>New-Item = la commande</p>
|
||||
<p>-type = un paramètre</p>
|
||||
<p>file = une valeur</p>
|
||||
<p>-Path = un paramètre</p>
|
||||
<p>c:\test.txt = une valeur</p>
|
||||
<p>petite astuce, vous pouvez lister tout les verbes que PowerShell utilise avec la commande <code>Get-verb</code>. faites un essai…</p>
|
||||
<p>simple non?</p>
|
||||
<p> </p>
|
||||
|
|
Chargement…
Référencer dans un nouveau ticket