Select-MailChimp Cmdlet
Searches Mailchimp data.
Syntax
Select-MailChimp [parameters]
Remarks
The Select-MailChimp cmdlet allows you to use a syntax similar to SQL SELECT statements to search Mailchimp data.
$conn = Connect-MailChimp -APIKey 'myAPIKey' Select-MailChimp -Connection $conn -Table "Lists" -Columns @("Name","Contact_Company") -Where "=''"