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] 20. 비교 연산자 — -eq/-like/-contains/-in
[PowerShell] 21. 논리 연산자와 조건식 조합 — -and/-or/-not
[PowerShell] 22. -split/-join 연산자
[PowerShell] 23. 타입 캐스팅과 [type] 접근자
[PowerShell] 24. 자동 변수 총정리 — $_, $null, $Error, $LASTEXITCODE
[PowerShell] 25. 공통 매개변수 — -Verbose/-Debug/-ErrorAction/-OutVariable
[PowerShell] 26. -WhatIf/-Confirm과 ShouldProcess
[PowerShell] 27. New-Object와 [PSCustomObject]
[PowerShell] 28. Add-Member — 커스텀 객체에 속성·메서드 추가
[PowerShell] 29. Write-Host vs Write-Output — 출력 스트림 오개념 정리
1
2
3
4
5
6
7
13