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

관련 문서