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