문서 편집 권한이 없습니다. 다음 이유를 확인해주세요: 요청한 명령은 다음 권한을 가진 사용자에게 제한됩니다: 사용자. 문서의 원본을 보거나 복사할 수 있습니다. Windows PowerShell is a component of Microsoft Windows, it has a command-line shell and a scripting environment. Windows PowerShell 은 마이크로소프트 윈도우의 구성요소이다. 명령줄 셀 및 스크립팅 환경을 제공한다. 관련 사이트 * [http://en.wikipedia.org/wiki/Windows_PowerShell Wiki:Windows PowerShell] * [https://technet.microsoft.com/en-us/library/bb978526.aspx Scripting with Windows PowerShell] e.g. 아래 명령줄은 시스템 변수 목록을 사용자 홈 디렉터리에 system-vairables.txt 파일로 저장합니다. <source lang="powershell">Get-ChildItem Env: | select-object * > $Env:systemdrive$Env:homepath\system-variables.txt</source> 관련 문서 * [[WIndows PowerShell Commands]] [[분류:Windows]] [[분류:Shell]] [[분류:Windows PowerShell]] Windows PowerShell 문서로 돌아갑니다.