Cmdlets for PingOne

Build 25.0.9434

Select-PingOne Cmdlet

Parameters   Output Objects  

PingOne データを検索します。

Syntax

Select-PingOne [parameters]

Remarks

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

$conn = Connect-PingOne -AuthScheme 'OAuth' -WorkerAppEnvironmentId 'eebc33a8-xxxx-4f3a-yyyy-d3e5262fd49e' -Region 'NA' -OAuthClientId 'client_id' -OAuthClientSecret 'client_secret'
Select-PingOne -Connection $conn -Table "[CData].[Administrators].Users" -Columns @("Username","Email") -Where "Id='39ef9b6f-5973-4701-bd19-7950d4b7d6e0'"

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434