Select-QBOnline Cmdlet
Searches QuickBooks Online data.
Syntax
Select-QBOnline [parameters]
Remarks
The Select-QBOnline cmdlet allows you to use a syntax similar to SQL SELECT statements to search QuickBooks Online data.
$conn = Connect-QBOnline Select-QBOnline -Connection $conn -Table "Customers" -Columns @("Id","GivenName") -Where "GivenName='Cook, Brian'"