"Windows PowerShell"의 두 판 사이의 차이

imported>Bbon
잔글
imported>Bbon
잔글
 
16번째 줄: 16번째 줄:
  
 
관련 문서
 
관련 문서
* [[WIndows PowerShell Commands]]
+
* [[Windows Powershell Commands]]
  
 
[[분류:Windows]]
 
[[분류:Windows]]
 
[[분류:Shell]]
 
[[분류:Shell]]
 
[[분류:Windows PowerShell]]
 
[[분류:Windows PowerShell]]

2015년 5월 6일 (수) 05:05 기준 최신판

Windows PowerShell is a component of Microsoft Windows, it has a command-line shell and a scripting environment.

Windows PowerShell 은 마이크로소프트 윈도우의 구성요소이다.

명령줄 셀 및 스크립팅 환경을 제공한다.

관련 사이트


e.g. 아래 명령줄은 시스템 변수 목록을 사용자 홈 디렉터리에 system-vairables.txt 파일로 저장합니다.

Get-ChildItem Env: | select-object * > $Env:systemdrive$Env:homepath\system-variables.txt

관련 문서