Select-Bing Cmdlet
Searches Microsoft Bing data.
Syntax
Select-Bing [parameters]
Remarks
The Select-Bing cmdlet allows you to use a syntax similar to SQL SELECT statements to search Microsoft Bing data.
$conn = Connect-Bing -APIKey 'MyAPIKey' Select-Bing -Connection $conn -Table "WebSearch" -Columns @("URL","Title") -Where "SearchTerms='Microsoft'"