imported>Bbon 잔글 |
imported>Bbon 잔글 |
||
8번째 줄: | 8번째 줄: | ||
* [http://en.wikipedia.org/wiki/Windows_PowerShell Wiki: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] | * [https://technet.microsoft.com/en-us/library/bb978526.aspx Scripting with Windows PowerShell] | ||
+ | |||
e.g. | e.g. | ||
13번째 줄: | 14번째 줄: | ||
<source lang="powershell">Get-ChildItem Env: | select-object * > $Env:systemdrive$Env:homepath\system-variables.txt</source> | <source lang="powershell">Get-ChildItem Env: | select-object * > $Env:systemdrive$Env:homepath\system-variables.txt</source> | ||
+ | |||
+ | 관련 문서 | ||
+ | * [[WIndows PowerShell Commands]] | ||
[[분류:Windows]] | [[분류:Windows]] | ||
[[분류:Shell]] | [[분류:Shell]] | ||
[[분류:Windows PowerShell]] | [[분류:Windows PowerShell]] |
2015년 5월 6일 (수) 05:04 판
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
관련 문서