The `System.Diagnostics.Process` has many more properties than this:  Repro with: ``` powershell $proc = Get-Process PowerShell ``` And inspect `$proc` in the Variables window.