Update 8x8WorkInstall.ps1
This commit is contained in:
@@ -2,15 +2,6 @@ $ErrorActionPreference="SilentlyContinue"
|
||||
Stop-Transcript | out-null
|
||||
$ErrorActionPreference = "Continue"
|
||||
Start-Transcript -path C:\IntuneLogs\8X8Install.txt -Force
|
||||
|
||||
# Define the path to the installer (assuming it's in the same directory as this script)
|
||||
#$installerPath = Join-Path $PSScriptRoot "work-64-msi-v8.20.2-12.msi"
|
||||
|
||||
# Start the installation process silently
|
||||
#msiexec.exe /i $installerPath /quiet
|
||||
#Wait-Process -Name "msiexec"
|
||||
#Start-Sleep -Seconds 60
|
||||
|
||||
# URL of the file to download
|
||||
$url = "https://work-desktop-assets.8x8.com/prod-publish/ga/work-64-msi-v8.21.3-1.msi"
|
||||
|
||||
@@ -51,5 +42,5 @@ catch{
|
||||
exit 0 #Indicate success
|
||||
|
||||
|
||||
Write-Output "work-64-exe-v8.20.2-12.exe successfully installed."
|
||||
Write-Output "work-64-msi-v8.21.3-1.msi successfully installed."
|
||||
Stop-Transcript
|
||||
Reference in New Issue
Block a user