Cmdlets for RSS

Build 25.0.9434

Select-RSS Cmdlet

Parameters   Output Objects  

RSS データを検索します。

Syntax

Select-RSS [parameters]

Remarks

Select-RSS コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてRSS データを検索できます。

$conn = $conn = Connect-RSS -URI 'http://myservice/myfeed/'
Select-RSS -Connection $conn -Table "RSSFeed" -Columns @("Guid","Author") -Where "Title='US'"

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434