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] 40. 레지스트리 프로바이더(Registry:) 다루기
[PowerShell] 41. 변수와 데이터 타입
[PowerShell] 42. 배열과 컬렉션 기초
[PowerShell] 43. ArrayList와 Generic List(List<T>)
[PowerShell] 44. 해시테이블(Hashtable) 다루기
[PowerShell] 45. 문자열 서식과 Here-String
[PowerShell] 46. Select-String — 텍스트에서 패턴 찾기
[PowerShell] 47. -match/-replace 연산자와 정규식
[PowerShell] 48. ConvertTo-Json/ConvertFrom-Json
[PowerShell] 49. Import-Csv/Export-Csv/ConvertTo-Csv
1
2
3
4
5
6
7
8
9
13