Select-ZohoInventory Cmdlet
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'"