« Lignes de commande Powershell » : différence entre les versions
De Travail-ivan
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 2 : | Ligne 2 : | ||
== Commande Powershell == | == Commande Powershell == | ||
===== Commande d'installation d'application ===== | |||
* Commande pour recherche la version la plus récente d'une application (ex: Powershell) : winget search Microsoft.PowerShell | |||
* Installer Powershell en utilisant le paramètre id (ex : powershell) : winget install --id Microsoft.Powershell --source winget | |||
::::* '''[[ Accueil | Retour à l'accueil ]]''' | ::::* '''[[ Accueil | Retour à l'accueil ]]''' |
Version du 10 octobre 2023 à 09:45
Commande Powershell
Commande d'installation d'application
- Commande pour recherche la version la plus récente d'une application (ex: Powershell) : winget search Microsoft.PowerShell
- Installer Powershell en utilisant le paramètre id (ex : powershell) : winget install --id Microsoft.Powershell --source winget