1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-07-08 10:59:35 +02:00

docs: update Scripting/Powershell

Cette révision appartient à :
Sébastien BANEY 2021-05-09 18:36:41 +00:00 révisé par Mickael Asseline
Parent f78fed2158
révision c59ba2879b

Voir le fichier

@ -2,7 +2,7 @@
title: Powershell
description:
published: true
date: 2021-05-09T18:35:44.301Z
date: 2021-05-09T18:36:40.406Z
tags:
editor: ckeditor
dateCreated: 2021-05-08T14:42:07.092Z
@ -111,7 +111,7 @@ while ($continue){
switch ($choix){
1{commande de mon action 1}
2{commande de mon action 2}
x’ {$continue= $false}
x’ {$continue = $false}
default {Write-Host "Choix invalide"-ForegroundColor Red}
}
}