Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.24 KB

Show-Advice.md

File metadata and controls

61 lines (43 loc) · 1.24 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

NOTES

RELATED LINKS

https://github.com/vexx32/PSKoans