Select-SAPFieldglass Cmdlet
Searches SAP Fieldglass data.
Syntax
Select-SAPFieldglass [parameters]
Remarks
The Select-SAPFieldglass cmdlet allows you to use a syntax similar to SQL SELECT statements to search SAP Fieldglass data.
$conn = Connect-SAPFieldglass -EnvironmentURL "https://myinstance.com" -OAuthClientId "clientId" -OAuthClientSecret "clientSecret" -APIKey "xxxxxxxx-xxxx-xxxx-xxxx" Select-SAPFieldglass -Connection $conn -Table "AuditTrails" -Columns @("Id","Category") -Where "Company='CData'"