use updated func

This commit is contained in:
2023-10-06 16:06:44 -04:00
parent 8fa1f1ef61
commit 25efd5ef03
+1 -1
View File
@@ -6,7 +6,7 @@ $URL = 'https://knowledge.autodesk.com/sites/default/files/file_downloads/AdskLi
$LicensingSupportTool = Download-File -URL $URL
# Extract the downloaded zip file
Unzip-Object $LicensingSupportTool
Expand-Archive -Path $LicensingSupportTool
$WorkingDir = '{0}\{1}' -f (Split-Path -Path $LicensingSupportTool -Parent), "AdskLicensingSupportTool"