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