windows:: install powershell & update version in cli
최근 PowerShell 7.x 버전을 Github나 MS Store에서 설치 할 수 있는데, 이를 CLI에서 설치하는 방법을 설명합니다. winget install --id Microsoft.PowerShell --source winget Winget 활용방법 PowerShell 커맨드 창에 아래와 같이 입력합니다.PSVersion : 5.1.22621 이 현재 설치/실행되는 버전입니다. $PSVersionTable 현재 설치할 수 있는 PowerShell 버전을 확인합니다.winget search PowerShell PowerShell command - CLI 활용방법iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMS..