Cmdlets for Paylocity

Build 23.0.8839

Select-Paylocity Cmdlet

Parameters   Output Objects  

Paylocity データを検索します。

Syntax

Select-Paylocity [parameters]

Remarks

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

$conn = Connect-Paylocity -InitiateOauth "GETANDREFRESH" -OAuthClientID "YourClientId" -OAuthClientSecret "YourClientSecret" -RSAPublicKey "YourRSAPubKey" -Key "YourKey" -IV "YourIV"
Select-Paylocity -Connection $conn -Table "Employee" -Columns @("FirstName","LastName") -Where "EmployeeId='1234'"

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