"윈도우 PowerShell 버전 확인"의 두 판 사이의 차이

잔글 (Jmnote 사용자가 파워쉘 버전 확인 문서를 윈도우 PowerShell 버전 확인 문서로 옮겼습니다)
(차이 없음)

2015년 3월 30일 (월) 16:03 판

Determine installed PowerShell version
파워쉘 버전 확인

1 방법

  • CMD
C:\Users\jmnote>powershell "host | findstr ^Version"
Version          : 2.0
  • PowerShell
PS C:\Users\jmnote> host | findstr ^Version
Version          : 2.0
→ 2.0

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}