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] 60. 매개변수 스플래팅(Splatting)
[PowerShell] 61. 파이프라인 입력 매개변수(ValueFromPipeline 등)
[PowerShell] 62. 스코프(Scope) — 전역/지역/스크립트
[PowerShell] 63. 스크립트 블록과 클로저
[PowerShell] 64. #Requires 지시문과 스크립트 메타데이터
[PowerShell] 65. try/catch/finally — 예외 처리
[PowerShell] 66. $ErrorActionPreference와 -ErrorAction/-ErrorVariable
[PowerShell] 67. trap — 레거시 예외 처리
[PowerShell] 68. Write-Verbose/Debug/Warning/Information
[PowerShell] 69. Start-Transcript — 세션 기록
1
3
4
5
6
7
8
9
10
11
13