Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 1.52 KB

Show-Advice.md

File metadata and controls

74 lines (47 loc) · 1.52 KB
external help file Module Name online version schema
PSKoans-help.xml
PSKoans
2.0.0

Show-Advice

SYNOPSIS

Prints a piece of advice to the screen.

SYNTAX

Show-Advice [[-Name] <String>] [<CommonParameters>]

DESCRIPTION

Prints a piece of advice to the screen. Advice snippets are stored in a small library file in the module folder.

EXAMPLES

EXAMPLE 1

Get-Advice

Print a random piece of advice to the screen.

PARAMETERS

-Name

The title or name of the specific advice snippet to display.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: *
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.Void

While the command does emit text, it is only written to the Information stream and the host. No data is emitted to the default output stream.

NOTES

Author: Friedrich Weinmann (@FriedrichWeinmann)

RELATED LINKS

Register-Advice

PSKoans