use updated func
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user