Cmdlets for Instagram

Build 24.0.9060

Select-Instagram Cmdlet

Parameters   Output Objects  

Searches Instagram data.

Syntax

Select-Instagram [parameters]

Remarks

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

$conn = Connect-Instagram -BusinessAccountId 'abc789'
Select-Instagram -Connection $conn -Table "Users" -Columns @("Name","Email") -Where "UserLogin='mojombo'"

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