Cmdlets for Zoho Inventory

Build 23.0.8839

Select-ZohoInventory Cmdlet

Parameters   Output Objects  

Zoho Inventory データを検索します。

Syntax

Select-ZohoInventory [parameters]

Remarks

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

$conn = Connect-ZohoInventory -InitiateOAuth "GETANDREFRESH" -OrganizationId "YourOrganizationId"
Select-ZohoInventory -Connection $conn -Table "Contacts" -Columns @("Id","CustomerName") -Where "FirstName='Test'"

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