miroir de
https://github.com/PAPAMICA/Wiki-Tech.io.git
synchronisé 2024-11-07 10:10:26 +01:00
docs: update Scripting/Powershell
Cette révision appartient à :
Parent
21213d66cd
révision
7d6d2c2430
1 fichiers modifiés avec 4 ajouts et 6 suppressions
|
@ -2,18 +2,16 @@
|
|||
title: Powershell
|
||||
description:
|
||||
published: true
|
||||
date: 2021-05-09T13:19:30.089Z
|
||||
date: 2021-05-09T13:26:39.097Z
|
||||
tags:
|
||||
editor: ckeditor
|
||||
dateCreated: 2021-05-08T14:42:07.092Z
|
||||
-->
|
||||
|
||||
<h1>Powershell</h1>
|
||||
<p> </p>
|
||||
<h2>Définition</h2>
|
||||
<h1>Définition</h1>
|
||||
<p>PowerShell est un langage script fondé sur la programmation orientée objet. Le logiciel PowerShell est l'interpréteur de l’interface en ligne de commande de l'environnement de développement Windows PowerShell.</p>
|
||||
<p> </p>
|
||||
<h2>Les commandes ou applets de commande (cmdlet)</h2>
|
||||
<h1>Les commandes ou applets de commande (cmdlet)</h1>
|
||||
<p>elles sont composées d’une paire de la forme “verbe ”-“nom” destiné à en faciliter la mémorisation.</p>
|
||||
<p>exemple :</p>
|
||||
<pre><code class="language-plaintext">get-service</code></pre>
|
||||
|
@ -58,7 +56,7 @@ dateCreated: 2021-05-08T14:42:07.092Z
|
|||
<figure class="image"><img src="/capture3.png"></figure>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
<h2>Création d'un menu sous Powershell</h2>
|
||||
<h1>Création d'un menu sous Powershell</h1>
|
||||
<p>Voici un exemple de menu qu'il est possible de faire avec la méthode suivante :</p>
|
||||
<figure class="image"><img src="/capture2.png"></figure>
|
||||
<p> </p>
|
||||
|
|
Chargement…
Référencer dans un nouveau ticket