Cmdlets for Instagram

Build 23.0.8868

Select-Instagram Cmdlet

Parameters   Output Objects  

Instagram データを検索します。

Syntax

Select-Instagram [parameters]

Remarks

Select-Instagram コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてInstagram データを検索できます。

$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 23.0.8868