imported>Bbon (windows powershell 문서 추가) |
imported>Bbon 잔글 |
||
16번째 줄: | 16번째 줄: | ||
[[분류:Windows]] | [[분류:Windows]] | ||
[[분류:Shell]] | [[분류:Shell]] | ||
+ | [[분류:Windows PowerShell]] |
2015년 5월 6일 (수) 05:03 판
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