Select-BullhornCRM Cmdlet
Searches Bullhorn CRM data.
Syntax
Select-BullhornCRM [parameters]
Remarks
The Select-BullhornCRM cmdlet allows you to use a syntax similar to SQL SELECT statements to search Bullhorn CRM data.
$conn = Connect-BullhornCRM -DataCenterCode "CLS33" -InitiateOAuth "GETANDREFRESH" Select-BullhornCRM -Connection $conn -Table "Candidate" -Columns @("Id","CandidateName") -Where "CandidateName='Bob'"