PowerShell
/collection/powershell/wordcloud.png
/collection/powershell/ https://42jerrykim.github.io/collection/powershell/ collection powershell collection powershell _index.md
Collections
122 pages
PowerShell
Windows PowerShell과 PowerShell 7(pwsh)의 객체 파이프라인, 프로바이더, 스크립팅, 원격 관리, 보안, DSC를 다루는 121챕터 커리큘럼 시리즈입니다.
[PowerShell] 10. 파이프라인 정신 모델 — 텍스트가 아닌 객체
[PowerShell] 11. Get-Member — 객체 구조 탐색
[PowerShell] 12. Where-Object — 필터링
[PowerShell] 13. Select-Object — 속성 선택과 투영
[PowerShell] 14. Sort-Object — 정렬
[PowerShell] 15. ForEach-Object — 파이프라인 반복 처리
[PowerShell] 16. Group-Object — 그룹화
[PowerShell] 17. Measure-Object — 집계·통계
[PowerShell] 18. Tee-Object — 파이프라인 분기
[PowerShell] 19. Compare-Object — 객체 비교(diff)
1
2
3
4
5
6
13