Select-Marketo Cmdlet
Marketo データを検索します。
Syntax
Select-Marketo [parameters]
Remarks
Select-Marketo コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてMarketo データを検索できます。
$conn = -Connect-Marketo -URL 'https://MyMarketoUrl.mktorest.com/' -OAuthClientId 'MyOAuthClientId' -OAuthClientSecret 'MyOAuthClientSecret'
Select-Marketo -Connection $conn -Table "Leads" -Columns @("Id","Email") -Where "Email='[email protected]'"