Select-Square Cmdlet
Searches Square data.
Syntax
Select-Square [parameters]
Remarks
The Select-Square cmdlet allows you to use a syntax similar to SQL SELECT statements to search Square data.
$conn = Connect-Square -OAuthClientId 'MyApplicationId' -OAuthClientSecret 'MyApplicationSecret' -CallbackURL 'http://localhost:33333' -LocationId 'MyDefaultLocation'
Select-Square -Connection $conn -Table "Payments" -Columns @("Id","DeviceName") -Where "Id='Jq74mCczmFXk1tC10GB'"