Select-ZohoProjects Cmdlet
Zoho Projects データを検索します。
Syntax
Select-ZohoProjects [parameters]
Remarks
Select-ZohoProjects コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてZoho Projects データを検索できます。
$conn = Connect-ZohoProjects Select-ZohoProjects -Connection $conn -Table "Portals" -Columns @("Id","Name") -Where "Id='123456'"