Select-SFMarketingCloud Cmdlet
Searches Salesforce Marketing Cloud data.
Syntax
Select-SFMarketingCloud [parameters]
Remarks
The Select-SFMarketingCloud cmdlet allows you to use a syntax similar to SQL SELECT statements to search Salesforce Marketing Cloud data.
$conn = Connect-SFMarketingCloud -User "MyUser" -Password "MyPassword" Select-SFMarketingCloud -Connection $conn -Table "Subscriber" -Columns @("Id","Status") -Where "EmailAddress='[email protected]'"