Cmdlets for Box

Build 24.0.9060

Select-Box Cmdlet

Parameters   Output Objects  

Searches Box data.

Syntax

Select-Box [parameters]

Remarks

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

$conn = Connect-Box
Select-Box -Connection $conn -Table "Files" -Columns @("Id","Name") -Where "Id='123'"

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