관리 메뉴

Silver Library (Archived)

Update Powershell via command line 본문

Personal DB

Update Powershell via command line

Chesed Kim 2022. 1. 2. 10:32
반응형

iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI" 

 

이러면 자동으로 최신 버전의 powershell 을 다운로드 한 후, 설치창이 뜨게 됩니다.

 

테스트 OS: Windows 11

편의 상, VSCode 보다는 독립된 powershell 또는 terminal 에서 실행하는 것을 추천합니다.

 

 

How to Install and Update PowerShell 6

Today Windows 10 and Windows Server 2019 ship with Windows PowerShell 5.1 as the default version. PowerShell Core 6 is a new edition of PowerShell that is cross-platform (Windows, macOS, and Linux), open-source, and built for heterogeneous environments an

www.thomasmaurer.ch