Cmdlets for Act-On

Build 24.0.9060

Select-ActOn Cmdlet

Parameters   Output Objects  

Searches Act-On data.

Syntax

Select-ActOn [parameters]

Remarks

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

$conn = Connect-ActOn -OAuthClientId 'MyOAuthClientId' -OAuthClientSecret 'MyOAuthClientSecret' -CallbackURL 'http://localhost:80'
Select-ActOn -Connection $conn -Table "Images" -Columns @("Id","Name") -Where "FolderName='New Folder'"

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