Cmdlets for Pinterest

Build 24.0.9060

Select-Pinterest Cmdlet

Parameters   Output Objects  

Searches Pinterest data.

Syntax

Select-Pinterest [parameters]

Remarks

The Select-Pinterest cmdlet allows you to use a syntax similar to SQL SELECT statements to search Pinterest data.

$conn = Connect-Pinterest -InitiateoAuth "GETANDREFRESH" -OAuthClientId "YourClientId" -OAuthClientSecret "YourClientSecret" -CallbackURL "https://localhost:33333"
Select-Pinterest -Connection $conn -Table "AdAccounts" -Columns @("Name","Country") -Where "Id='43567234'"

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