Cmdlets for Square

Build 25.0.9434

Select-Square Cmdlet

Parameters   Output Objects  

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

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