1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-11-14 05:20:38 +01:00

docs: update Scripting/Powershell/Console

Cette révision appartient à :
Positron 2021-05-25 14:37:47 +00:00 révisé par Mickael Asseline
Parent d0d493f25b
révision 95e0130988

Voir le fichier

@ -2,7 +2,7 @@
title: PowerShell - La console
description: Bien utiliser la console
published: true
date: 2021-05-24T16:23:25.828Z
date: 2021-05-25T14:37:46.344Z
tags:
editor: ckeditor
dateCreated: 2021-05-24T16:19:33.618Z
@ -11,7 +11,7 @@ dateCreated: 2021-05-24T16:19:33.618Z
<figure class="image image_resized" style="width:36.88%;"><img src="https://www.seekpng.com/png/full/831-8318055_february-5-windows-powershell-logo.png" alt="February 5 @ - Windows Powershell Logo | Full Size PNG Download | SeekPNG"></figure>
<h1>La console PowerShell</h1>
<p>&nbsp;</p>
<p>Pour lancer PowerShell il faut utiliser l'exécutable <code>PWSH</code>. Pour cela, appuyer simultanément sur la touche <strong>Windows + R, </strong>puis tapez<code> PWSH</code>.&nbsp;</p>
<p>Pour lancer PowerShell il faut utiliser l'exécutable <code>PWSH</code>. Pour cela, appuyer simultanément sur la touche <strong>Windows + R, </strong>puis tapez <code>PWSH</code>.&nbsp;</p>
<p>La console PowerShell peut être lancée en exécutant une commande en même temps:</p>
<p>&nbsp;</p>
<pre><code class="language-plaintext"> PWSH -command &lt;une commande&gt;</code></pre>