Detailed and full switches

The Detailed switch parameter asks Get-Help to return the most help content. This adds information about each parameter and the set of examples to name, synopsis, syntax, and description. Related links are excluded when using this parameter.

The Detailed parameter is used as follows:

Get-Help Get-Process -Detailed 

Using a Full switch adds more technical details (compared to using the Detailed parameter). Inputs, outputs, notes, and related links are added to those that are seen using Detailed. For example, the sections detailing input and output types from Get-Process may be extracted from the full help document:

PS> Get-Help Get-Process –Full
...
INPUTS
System.Diagnostics.Process

You can pipe a process object to Get-Process.

OUTPUTS
System.Diagnostics.Process, System.Diagnotics.FileVersionInfo, System.Diagnostics.ProcessModule

By default, Get-Process returns a System.Diagnostics.Process
object. If you use the FileVersionInfo parameter, it returns a
System.Diagnotics.FileVersionInfo object. If you use the Module
parameter (without the FileVersionInfo parameter), it returns a
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.15.202.4