MicrosoftDocs / PowerShell-Docs

The official PowerShell documentation sources
https://learn.microsoft.com/powershell
Other
2.01k stars 1.58k forks source link

better explanation #11473

Closed ruderod closed 1 month ago

ruderod commented 1 month ago

Prerequisites

PowerShell Version

7.3

Summary

https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-process?view=powershell-7.4 does not show much on the large objects returned by "get-process select-object *" What do some of these mean? It should be easy to tell a kernal/service process from a user process. It is easy on unix, not so much here. Please add some detail to the objects rreturned. This is very important powershell command (some would argue the most important!). Wearing my Security hat, oh yeah, says for sure!

Details

https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-process?view=powershell-7.4 does not show much on the large objects returned by "get-process select-object *" What do some of these mean? It should be easy to tell a kernal/service process from a user process. It is easy on unix, not so much here. Please add some detail to the objects rreturned. This is very important powershell command (some would argue the most important!). Wearing my Security hat, oh yeah, says for sure!

Proposed Content Type

Cmdlet Reference

Proposed Title

fix the docs

Related Articles

No response

sdwheeler commented 1 month ago

The OUTPUTS section of the article links to the documentation for each of the types returned.

image