Cmdlets for Marketo

Build 25.0.9434

Select-Marketo Cmdlet

Parameters   Output Objects  

Searches Marketo data.

Syntax

Select-Marketo [parameters]

Remarks

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

$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]'"

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434