1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-08-15 08:30:57 +02:00

docs: update Scripting/Powershell

Cette révision appartient à :
Sébastien BANEY 2021-05-09 18:35:45 +00:00 révisé par Mickael Asseline
Parent a1a79ff425
révision f78fed2158

Voir le fichier

@ -2,7 +2,7 @@
title: Powershell title: Powershell
description: description:
published: true published: true
date: 2021-05-09T18:04:20.710Z date: 2021-05-09T18:35:44.301Z
tags: tags:
editor: ckeditor editor: ckeditor
dateCreated: 2021-05-08T14:42:07.092Z dateCreated: 2021-05-08T14:42:07.092Z
@ -101,7 +101,7 @@ dateCreated: 2021-05-08T14:42:07.092Z
<p>&nbsp;</p> <p>&nbsp;</p>
<h2>Exemple</h2> <h2>Exemple</h2>
<pre><code class="language-plaintext">$continue = $true <pre><code class="language-plaintext">$continue = $true
while (continue){ while ($continue){
write-host “----------------------MON TITRE -----------------------” write-host “----------------------MON TITRE -----------------------”
write-host “1. mon action 1” write-host “1. mon action 1”
write-host "2. mon action 2" write-host "2. mon action 2"