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"