Cmdlets for Marketo

Build 23.0.8839

Select-Marketo Cmdlet

Parameters   Output Objects  

Marketo データを検索します。

Syntax

Select-Marketo [parameters]

Remarks

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

$conn = -Connect-Marketo -Schema 'REST' -RESTEndpoint 'https://MyMarketoUrl/rest' -OAuthClientId 'MyOAuthClientId' -OAuthClientSecret 'MyOAuthClientSecret'
Select-Marketo -Connection $conn -Table "Leads" -Columns @("Id","Email") -Where "Email='sample@email.com'"

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