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

4번째 줄: 4번째 줄:
==방법==
==방법==
<source lang='cli'>
<source lang='cli'>
PS C:\Users\jmnote> host
PS C:\Users\jmnote> host | findstr ^Version
 
 
Name            : ConsoleHost
Version          : 2.0
Version          : 2.0
InstanceId      : 68a0f247-c913-58f0-2fd4-6df9fb1357a0
UI              : System.Management.Automation.Internal.Host.InternalHostUserI
                  nterface
CurrentCulture  : ko-KR
CurrentUICulture : en-US
PrivateData      : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy
IsRunspacePushed : False
Runspace        : System.Management.Automation.Runspaces.LocalRunspace
</source>
</source>
:→ 2.0
:→ 2.0

2015년 3월 30일 (월) 15:58 판

Determine installed PowerShell version
파워쉘 버전 확인

1 방법

PS C:\Users\jmnote> host | findstr ^Version
Version          : 2.0
→ 2.0

2 참고 자료

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