Cmdlets for Outreach

Build 24.0.9060

Select-Outreach Cmdlet

Parameters   Output Objects  

Searches Outreach data.

Syntax

Select-Outreach [parameters]

Remarks

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

$conn = Connect-Outreach -InitiateoAuth "GETANDREFRESH"
Select-Outreach -Connection $conn -Table "SampleTable_1" -Columns @("Id","Column1") -Where "Column2='Bob'"

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