Select-OracleServiceCloud Cmdlet
Searches Oracle Service Cloud data.
Syntax
Select-OracleServiceCloud [parameters]
Remarks
The Select-OracleServiceCloud cmdlet allows you to use a syntax similar to SQL SELECT statements to search Oracle Service Cloud data.
$conn = Connect-OracleServiceCloud Select-OracleServiceCloud -Connection $conn -Table "Accounts" -Columns @("Id","LookupName") -Where "DisplayOrder='12'"