Step 1: Set up the necessary variables.

ARTIFACTORY: How to Run AQL Commands in Windows Using PowerShell

AuthorFullName__c
Yonatan Hen
articleNumber
000005774
ft:sourceType
Salesforce
FirstPublishedDate
2023-06-08T15:48:02Z
lastModifiedDate
2023-06-08
VersionNumber
1
To begin, you need to set up the required variables in PowerShell. Replace <username>, <password>, and <url> with the appropriate values. This will enable authentication and specify the Artifactory platform's URL.
$username = "<username>"
$password = "<password>"
$platformUrl = "http://<url>/artifactory/api/search/aql"