Cmdlets for Box

Build 25.0.9539

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) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539