Select-Pinterest Cmdlet
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'"