Update 8x8WorkInstall.ps1

This commit is contained in:
2025-04-09 20:07:58 +01:00
parent 451a262535
commit d07f846a86

View File

@@ -12,7 +12,7 @@ Start-Transcript -path C:\IntuneLogs\8X8Install.txt -Force
#Start-Sleep -Seconds 60
# URL of the file to download
$url = "https://work-desktop-assets.8x8.com/prod-publish/ga/work-64-msi-v8.20.2-12.msi"
$url = "https://work-desktop-assets.8x8.com/prod-publish/ga/work-64-msi-v8.21.3-1.msi"
# Local path to save the downloaded file
$outputFile = "$env:TEMP\work-64-msi-v8.20.2-12.msi"