Cmdlets for Basecamp

Build 24.0.9060

Select-Basecamp Cmdlet

Parameters   Output Objects  

Searches Basecamp data.

Syntax

Select-Basecamp [parameters]

Remarks

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

$conn = Connect-Basecamp -AccountId '1234567' -ProjectId 'abcd1234' -Schema 'V3'
Select-Basecamp -Connection $conn -Table "Projects" -Columns @("Id","Name") -Where "Id='MyId'"

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