2019-12-13 09:48:00 -05:00
|
|
|
################################################################################
|
|
|
|
|
## File: Install-PowershellCore.ps1
|
|
|
|
|
## Desc: Install PowerShell Core
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
Invoke-Expression "& { $(Invoke-RestMethod https://aka.ms/install-powershell.ps1) } -UseMSI -Quiet"
|