■ Set-PSBreakpoint 명령에서 -Command 스위치를 사용해 특정 함수에 중단점을 설정하는 방법을 보여준다.
▶ 실행 명령
1 2 3 |
Set-PSBreakpoint -Command Get-SecurityEvents |
■ Set-PSBreakpoint 명령에서 -Command 스위치를 사용해 특정 함수에 중단점을 설정하는 방법을 보여준다.
▶ 실행 명령
1 2 3 |
Set-PSBreakpoint -Command Get-SecurityEvents |