Select-Bing Cmdlet
Microsoft Bing データを検索します。
Syntax
Select-Bing [parameters]
Remarks
Select-Bing コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてMicrosoft Bing データを検索できます。
$conn = Connect-Bing -APIKey 'MyAPIKey' Select-Bing -Connection $conn -Table "WebSearch" -Columns @("URL","Title") -Where "SearchTerms='Microsoft'"