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