From 25efd5ef03474bac11bb6768efad4dd8ba6272a6 Mon Sep 17 00:00:00 2001 From: David Yoder Date: Fri, 6 Oct 2023 16:06:44 -0400 Subject: [PATCH] use updated func --- Fix-AutodeskProductLicensing.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fix-AutodeskProductLicensing.ps1 b/Fix-AutodeskProductLicensing.ps1 index c575e18..0b52c86 100644 --- a/Fix-AutodeskProductLicensing.ps1 +++ b/Fix-AutodeskProductLicensing.ps1 @@ -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"