Aller au contenu

« Powershell 7 » : différence entre les versions

De Banane Atomic
Page créée avec « Category:Windows = Installation = <kode lang='powershell'> winget install Microsoft.PowerShell </kode> »
 
Aucun résumé des modifications
Ligne 3 : Ligne 3 :
<kode lang='powershell'>
<kode lang='powershell'>
winget install Microsoft.PowerShell
winget install Microsoft.PowerShell
# check the installed version
$PSVersionTable.PSVersion
</kode>
</kode>

Version du 13 décembre 2021 à 00:28

Installation

winget install Microsoft.PowerShell

# check the installed version
$PSVersionTable.PSVersion