Mettre à jour PowerShell à l'aide de CMD Windows 10

# Update powershell using powershell command line
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI"
Green Team