Skip to content

Get-BrainyQuote

SYNOPSIS

Get the quote of the day from BrainyQuote.com

SYNTAX

type (Default)

Get-BrainyQuote [[-Type] <String>] [<CommonParameters>]

author

Get-BrainyQuote [[-Author] <String>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-Type

You can select from the following quote categories: Today Art Funny Love Nature

Type: System.String
Parameter Sets: type
Aliases:

Required: False
Position: 1
Default value: Today
Accept pipeline input: False
Accept wildcard characters: False

-Author

You can also get quotes from a favorite author. 1. Go to: https://www.brainyquote.com/authors 2. Click on your author 3. Find the author name in the Address Bar a. Example: https://www.brainyquote.com/authors/a-boogie-wit-da-hoodie-quotes b. Author name would be: a-boogie-wit-da-hoodie 4. Put that into the Author parameter

Type: System.String
Parameter Sets: author
Aliases:

Required: False
Position: 1
Default value: None
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

NOTES

??? Author:???????????? Martin Pugh ??? Twitter:??????????? @thesurlyadm1n ??? Spiceworks:???????? Martin9700 ??? Blog:?????????????? www.thesurlyadmin.com

??? Changelog: ? ? ? ? 2/11/21 ? ? ?? Initial Release to PowerShellGallery

Back to top