Examples of using Get-help in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
Get-help about_signing: Displays help about signing scripts.
For Get-Help, there are the aliases of help and man.
Get-help get-*: Displays topics that begin with get.
The Get-Help cmdlet is a useful tool for learning about Windows PowerShell.
To get Help about Windows PowerShell cmdlets, use the Get-Help cmdlet.
To find the Help topic for a function, use the Get-Help cmdlet.
You can also use one of the Windows PowerShell functions that call Get-Help.
If you request a conceptual topic, Get-Help returns it as a string.
C:\PS> get-help format-string-full This command displays the full view help for the Format-String cmdlet.
Use the Get-Help cmdlet supplying the cmdlet name and-Full parameter for more information on a specific command.
C:\PS> get-help get-member-online This command displays the online version of the help topic for the Get-Member cmdlet.
C:\PS> get-help start-service-examples This command displays examples of using start-service in Windows PowerShell commands.
Run Get-Help Set-STFDiagnostics-detailed to obtain Powershell help
Otherwise, Get-Help returns one of the formatted views that are specified in the Help. Format.
The parameters of Get-Help, such as Detailed,
use the Example parameter of the Get-Help.
For a definition of each column, see the"Additional Notes" section of the Help topic for Get-Help.
C:\PS> get-help help NAME Get-Help SYNOPSIS Displays information about Windows PowerShell cmdlets and concepts….
In the Get-Help default display, the"Accepts pipeline input" item appears in a table of parameter attributes.
function, script, or alias, unlike Get-Help, which gets its information from help topic files.