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