Cmdlets for Microsoft Bing

Build 24.0.8963

Select-Bing Cmdlet

Parameters   Output Objects  

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'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963