Cmdlets for Highrise

Build 24.0.9060

Select-Highrise Cmdlet

Parameters   Output Objects  

Searches Highrise data.

Syntax

Select-Highrise [parameters]

Remarks

The Select-Highrise cmdlet allows you to use a syntax similar to SQL SELECT statements to search Highrise data.

$conn = Connect-Highrise -OAuthClientId 'MyOAuthClientId' -OAuthClientSecret 'MyOAuthClientSecret' -CallbackURL 'http://localhost' -AccountId 'MyAccountId'
Select-Highrise -Connection $conn -Table "People" -Columns @("Id","Firstname") -Where "Id='MyId'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060