Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Posh
0.1.4
Types/Posh.RSS.FeedCollection/get_Feed.ps1
<#
.SYNOPSIS
Gets feeds by name
.DESCRIPTION
Gets all feeds in a collection by name.
#>
param
(
)
$this
.
All
|
Group-Object
Name
-AsHashTable