PowerShell2 파워셸 디버깅 중단점 설정과 관리 https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/set-psbreakpoint?view=powershell-7.3 Set-PSBreakpoint (Microsoft.PowerShell.Utility) - PowerShell The Set-PSBreakpoint cmdlet sets a breakpoint in a script or in any command run in the current session. You can use Set-PSBreakpoint to set a breakpoint before executing a script or running a command, or duri.. 2022. 11. 20. 파워셸[PowerShell] 기본이 중요하다 1편 파워셸을 공부하면서 초심을 잃지 않게, 초반에 혼자 공부했던 기초 개념들을 다시 똑바로 잡기 위해서 정리글을 남겨보려 한다. [내가 잊어먹으면 보러올려고...ㅎㅎ] 1. 파워셸 명령어의 리턴은 개체 2. 파이프라인 매개변수 바인딩 방식 3. 명령 결과 필터링 파워셸 명령어의 리턴은 개체 파워셸 명령어의 결과는 리눅스 명령 쉘과는 다른 구조를 가지고있다. 예를 들어 Get-Process와 같은 명령의 경우 아래와 같이 결과가 리턴되는데, 이는 컬렉션이라고 하는 개체(Object)들의 복수 데이터이다. 그럼 개체는 무엇을 뜻할까? 위 사진이 개체들의 복수 데이터니까 당연히 개체는 개별 프로세스 하나하나의 데이터를 뜻한다. 또 한번 들어가서, 개체는 멤버로 이루어져 있다. 멤버에는 - 속성, 메서드, 이벤트가.. 2022. 10. 23. 이전 1 다음