Cmdlets for Adobe Commerce

Build 23.0.8839

Select-AdobeCommerce Cmdlet

Parameters   Output Objects  

AdobeCommerce データを検索します。

Syntax

Select-AdobeCommerce [parameters]

Remarks

Select-AdobeCommerce コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてAdobeCommerce データを検索できます。

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

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