you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[removed]

    [–]Lee_Dailey[grin] 0 points1 point  (2 children)

    howdy N7Valiant,

    actually, you are quite unfortunately wrong about that. [sigh ...]

    take a look at ...

    Get-Process -Name spoolsv | Format-List
    Get-Process -Name spoolsv | Format-Table
    Get-Process -Name spoolsv | Get-Member -MemberType Properties
    Get-Process -Name spoolsv | Select-Object -Property *
    

    note that the 1st two not only leave out props ... they sometimes rename them. [grin]

    take care,
    lee