< Back

Invoke-MrRssFeedMenu

Sat Jan 18, 2020 4:34 pm

NAME Invoke-MrRssFeedMenu



SYNOPSIS

Retrieves information from the specified RSS feed and displays it in a selectable menu.





SYNTAX

Invoke-MrRssFeedMenu [[-Uri] <String>] [<CommonParameters>]





DESCRIPTION

Invoke-MrRssFeedMenu is an advanced function that retrieves information from the specified RSS feed, displays it in

a selectable menu and then prompts the user to return the information about the selected item in a browser or as

text.





PARAMETERS

-Uri <String>

Specifies the Uniform Resource Identifier (URI) of the RSS feed to which the web request is sent. This

parameter supports

HTTP, HTTPS, FTP, and FILE values. The default is the PowerShell.org RSS feed.



Required? false

Position? 1

Default value https://powershell.org/feed/

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None





OUTPUTS



NOTES





Author: Mike F Robbins

Website: http://mikefrobbins.com

Twitter: @mikefrobbins



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Invoke-MrRssFeedMenu













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Invoke-MrRssFeedMenu -Uri http://mikefrobbins.com/feed/















RELATED LINKS