diff --git a/WindowsInternals/Get-PEB.ps1 b/WindowsInternals/Get-PEB.ps1 index 43aef9c..6a6c558 100644 --- a/WindowsInternals/Get-PEB.ps1 +++ b/WindowsInternals/Get-PEB.ps1 @@ -28,7 +28,7 @@ Get the PEB of every process. Note: To get the PEBs for all processes, run this .EXAMPLE -C:\PS> $NotepadPEB = Get-PEB -Id (ps notepad) +C:\PS> $NotepadPEB = Get-PEB -Id (ps notepad).Id C:\PS> $NotepadPEB.InInitializationOrderModuleList Description