IsCRMEnabled Parameter (Connect-Marketo Cmdlet)
Set to true to avoid pushing tables that are not available when CRM is enabled in Marketo.
Syntax
Connect-Marketo -IsCRMEnabled string
Possible Values
Auto, True, FalseData Type
cstr
Default Value
"Auto"
Remarks
| True | Tables that are not available when CRM is enabled in Marketo will not be pushed. |
| False | The driver will push all tables normally. |
| Auto | The driver will execute a probe query to check if CRM is enabled or not. |