# MS PowerShell 7.0 릴리즈

> Clean Markdown view of GeekNews topic #1659. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1659](https://news.hada.io/topic?id=1659)
- GeekNews Markdown: [https://news.hada.io/topic/1659.md](https://news.hada.io/topic/1659.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-03-06T11:21:05+09:00
- Updated: 2020-03-06T11:21:05+09:00
- Original source: [devblogs.microsoft.com](https://devblogs.microsoft.com/powershell/announcing-PowerShell-7-0/)
- Points: 4
- Comments: 2

## Topic Body

- 3년전 .NET 코어로 전환하고 윈/맥/리눅스를 지원하는 오픈소스로 변경한 후 첫번째 메이저 버전업

- 파이프 병렬처리 기능 도입

- 3항연산자 ? : 와 파이프라인 체인 연산자 || && , 널 체크 연산자 ?? ??= 도입

## Comments



### Comment 1287

- Author: xguru
- Created: 2020-03-06T11:22:00+09:00
- Points: 1

맥에서는 잘 모르겠지만, 윈도우 쓴다면 최고의 쉘중 하나

특히나 윈도우즈용 패키지관리자 Chocolatey https://chocolatey.org/ 를 쓰려면 이게 필수이기도 하고

통계를 본적은 없지만, 요즘 시스템 관리자 나 DevOps 들에게는 bash 보다 더 선호되지 않을까 생각도 듭니다

### Comment 1299

- Author: kunggom
- Created: 2020-03-06T20:03:56+09:00
- Points: 1
- Parent comment: 1287
- Depth: 1

닷넷 코어 덕분에 이제는 맥에서도 brew cask로 PowerShell Core를 설치할 수가 있더군요.

https://docs.microsoft.com/ko-kr/powershell/scripting/install/installing-powershell-core-on-macos
