파워쉘 Defalut 스냅인
기본적으로 파워쉘이 설치된 환경이라면 7개의 core snap-in이 로드되며, 이 때문에 해당 cmdlets를 사용할 수 있습니다. 당연히 core snap-in 들은 각자의 namespace를 가지고 있습니다.
1. Core (MicroSoft.PowerShell.core)
- 파워쉘 엔진, alias, 환경, 변수 , 함수에 관련되 cmdlet
2. Host (MicroSoft.PowerShell.Host)
- hosting에 관련된 스냅인
3. PowerShell.Management (MicroSoft.PowerShell.Management)
- 프로세스나 서비스 관리 등 기타 윈도우 management 관련 cmdlet
4. Security (MicroSoft.PowerShell.Security)
- 파워쉘 보안관련 스냅인
5. Utility (MicroSoft.PowerShell.Host)
- Write-host나 Format-list 와 같은data manipulate 관련 cmdlets snap-in
6. Diagnostics (MicroSoft.PowerShell.Diagnostics)
- performance counters 나 이벤트 로그 관련 cmdlets snap-in
7. WsMan.Management (MicroSoft.WsMan.Management)
- WsMan 관련 cmdlets snap-in
'Powershell > @우주인' 카테고리의 다른 글
Clip을 이용한 복사 (0) | 2010.09.15 |
---|---|
Add-PSSnapin (0) | 2010.09.15 |
.NET Assembly load (0) | 2010.09.15 |
[MSSQL]WMI for SQL Management(1) (0) | 2010.09.15 |
파워쉘을 이용한 DOM 사용 (0) | 2010.09.09 |