Windows 10에 PowerShell 7.0을 설치하는 방법
기본적으로 PowerShell 은 Windows 7 SP1 및 Windows Server 2008 R2 SP1 부터 모든 Windows 버전에 설치됩니다 . 수년에 걸쳐 Microsoft 는 여러 버전의 PowerShell 을 출시했습니다 . Windows PowerShell 은 .NET Framework 를 기반으로 구축되었으며 (.NET Framework)Windows 시스템 에서만 작동했습니다 . 그러나 최근 Microsoft 는 일반적으로 다운로드할 수 있는 (Microsoft)PowerShell 7.0(released PowerShell 7.0) 을 출시했으며 주로 크로스 플랫폼 스크립팅 도구로 유명합니다. 이 게시물에서는 Windows 10에 PowerShell 7.0 을 설치하는 방법을 보여줍니다.(PowerShell 7.0)
(Install PowerShell 7.0)Windows 10에 PowerShell 7.0 설치
Windows 10에서 PowerShell 7.0 을 다운로드하고 설치하려면 PowerShell cmdlet을 실행하여 GitHub 에서 (GitHub)MSI 패키지 를 다운로드하고 설치할 수 있습니다 .
방법은 다음과 같습니다.
- Windows key + X 를 눌러 고급 사용자 메뉴에 액세스합니다.
- 키보드에서 A(A) 를 눌러 관리 모드에서 PowerShell 을 엽니다 .
- PowerShell 창 에서 아래 cmdlet을 복사하여 붙여넣고 Enter 키를 누릅니다 .
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI"
이 명령은 운영 체제 호환성에 따라 GitHub URL 에서 패키지를 직접 다운로드합니다.(GitHub URL)
MSI 패키지가 완전히 다운로드 되면 설치 마법사가 표시됩니다. 다음 을 (Next)클릭(Click) 하고 설치 프로세스를 계속하십시오.
또는 GitHub PowerShell 릴리스 페이지 를 방문하여 자산(Assets) 을 아래로 스크롤하고 적절한 아키텍처가 있는 운영 체제를 선택한 다음 클릭하여 다운로드한 다음 설치할 수 있습니다.
설치가 완료되면 시작(Start) 메뉴에 바로 가기가 표시됩니다.
설치 위치는 Windows의 경우 C:\Program Files\PowerShell\7 입니다.
Run 명령 을 통해 PowerShell 7.0 에 액세스할 수도 있습니다 . 이렇게 하려면 Windows + R실행(Run) 대화 상자를 호출 하고 pwsh 를 입력하고 Enter 키(pwsh) 를 누르면 이 명령이 새 PowerShell 을 시작합니다 .
PowerShell 7.0에는(PowerShell 7.0 ships with a lot of new features) 다음과 같은 많은 새로운 기능이 포함되어 있습니다.
- 파이프라인 병렬화
- 새로운 연산자
- ConciseView 및 Get-Error cmdlet
- 자동 새 버전 알림
- (Invoke DSC)PowerShell 7 에서 직접 (PowerShell 7)DSC 리소스 호출
- 호환성 레이어.
이 게시물이 도움이 되었기를 바랍니다.
다음 읽기(Read next) : 사용할 수 있는 PWSH 구문 목록입니다.(List of PWSH syntax you can use.)
Related posts
Windows 10에서 PowerShell Script을 사용하여 Security Questions을 비활성화하십시오
Check Windows 10 OS architecture 사용 PowerShell or Command Prompt
Create System Restore Point 사용 Command Prompt or PowerShell
사용 방법 Windows PowerShell ISE - 초보자 자습서
PWSH.EXE 란 무엇입니까? 목록 PWSH syntax 사용할 수 있습니다
PowerShell Windows 10에서 Startup에서 열립니다
PowerShell Windows 10에서 Microsoft Store apps를 재설정하는 방법
Group Policy & PowerShell를 사용하여 제어 된 Folder Access 구성
Windows 10에서 PowerShell을 사용하여 Local User Account를 만드는 방법
Windows 10에서 PowerShell를 사용하는 Export and Backup Device Drivers
Fix PowerShell Windows 11/10에 High CPU usage의 원인
Windows 11/10에서 PowerShell version를 확인하는 방법
PowerShell 7 New 기능 목록
방법 해제 PowerShell에 Windows 10
Command Prompt or PowerShell을 사용하여 Remote Desktop 사용
Windows PowerShell ISE vs Windows PowerShell : 차이점은 무엇입니까?
Windows 10에서 IExpress와 EXE Convert PowerShell script (PS1) 파일
CMD or Powershell Windows 10에서 WiFi을 사용하여 WiFi을 비활성화하는 방법
Reset Windows Update Client PowerShell Script 사용
Windows Server Network connectivity 문제 해결 PowerShell를 통해 문제를 해결합니다