Cmdlets for Adobe Commerce

Build 24.0.9175

Select-AdobeCommerce Cmdlet

Parameters   Output Objects  

Searches AdobeCommerce data.

Syntax

Select-AdobeCommerce [parameters]

Remarks

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

$conn = Connect-AdobeCommerce -User 'admin' -Password 'admin' -Url 'https://myadobecommercehost'
Select-AdobeCommerce -Connection $conn -Table "Products" -Columns @("Price","Name") -Where "EntityId='238'"

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175