Files
runner-images/images/win/scripts/Installers/Install-PowershellCore.ps1

7 lines
336 B
PowerShell

################################################################################
## File: Install-PowershellCore.ps1
## Desc: Install PowerShell Core
################################################################################
Invoke-Expression "& { $(Invoke-RestMethod https://aka.ms/install-powershell.ps1) } -UseMSI -Quiet"