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