miroir de
https://github.com/PAPAMICA/Wiki-Tech.io.git
synchronisé 2025-01-31 19:30:31 +01:00
docs: update Scripting/Powershell
Cette révision appartient à :
Parent
8c3a86dd7f
révision
fe7ef11943
1 fichiers modifiés avec 3 ajouts et 3 suppressions
|
@ -2,7 +2,7 @@
|
|||
title: Powershell
|
||||
description:
|
||||
published: true
|
||||
date: 2021-05-08T15:29:46.673Z
|
||||
date: 2021-05-08T15:35:32.111Z
|
||||
tags:
|
||||
editor: ckeditor
|
||||
dateCreated: 2021-05-08T14:42:07.092Z
|
||||
|
@ -32,8 +32,8 @@ while (continue){
|
|||
write-host"-------------------------------------------------------------------"
|
||||
$choix = read-host “faire un choix”
|
||||
switch ($choix){
|
||||
{commande de mon action 1}
|
||||
{commande de mon action 2}
|
||||
1{commande de mon action 1}
|
||||
2{commande de mon action 2}
|
||||
‘x’ {$continue= $false}
|
||||
default {Write-Host "Choix invalide"-ForegroundColor Red}
|
||||
}
|
||||
|
|
Chargement…
Référencer dans un nouveau ticket