Cmdlets for Kintone

Build 24.0.9062

Select-Kintone Cmdlet

Parameters   Output Objects  

Kintone データを検索します。

Syntax

Select-Kintone [parameters]

Remarks

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

$conn = Connect-Kintone -User 'myuseraccount' -Password 'mypassword' -URL 'http://subdomain.domain.com' -GuestSpaceId 'myspaceid'
Select-Kintone -Connection $conn -Table "Comments" -Columns @("CreatorName","Text") -Where "AppId='1354841'"

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