external help file | Module Name | online version | schema |
---|---|---|---|
PSKoans-help.xml |
PSKoans |
2.0.0 |
Prints a piece of advice to the screen.
Show-Advice [[-Name] <String>] [<CommonParameters>]
Prints a piece of advice to the screen. Advice snippets are stored in a small library file in the module folder.
Get-Advice
Print a random piece of advice to the screen.
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
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.
Author: Friedrich Weinmann (@FriedrichWeinmann)