When upgrading ProfileUnity in cloud-based desktop environments (Google Cloud, Azure, AWS), the Computer Startup GPO script parameters must be updated to reference the new version's install script. ProfileUnity will install on the desktop at the next restart.
ℹ️ When this applies
This procedure applies to cloud-based desktop environments using Google Cloud, Azure, or AWS. ProfileUnity installs on the desktop at restart via the PowerShell startup script rather than running the installer directly.
This procedure applies to cloud-based desktop environments using Google Cloud, Azure, or AWS. ProfileUnity installs on the desktop at restart via the PowerShell startup script rather than running the installer directly.
GPO Script Settings
Open your existing Computer Startup GPO and update the Script Parameters to match your target version. The Script Name is the same for all versions.
| Field | Value |
|---|---|
| Script Name | powershell.exe |
| Script Parameters | Copy from the table below for your ProfileUnity version |
How to update the GPO
Open Group Policy Management, navigate to your existing Computer Startup Script GPO, select the PowerShell startup script entry, and replace the Script Parameters value with the string for your target version. Click OK then Apply to save.
Open Group Policy Management, navigate to your existing Computer Startup Script GPO, select the PowerShell startup script entry, and replace the Script Parameters value with the string for your target version. Click OK then Apply to save.
Script Parameters by Version
Copy the entire Script Parameters string for your target version. Each string downloads the version-specific install script from the Liquidware CDN and executes it at startup.
● Currently Supported
| Version | Script Parameters |
|---|---|
|
6.9.5 Latest |
-ExecutionPolicy Bypass -WindowStyle Hidden -NonInteractive -NoLogo (New-Object System.Net.WebClient).DownloadFile('https://cdn.liquidware.com/6.9.5/ProfileUnity-CloudInstall_6.9.5ga7.ps1',$Env:Temp + '\ProfileUnity-CloudInstall.ps1');Invoke-Expression -Command (Join-Path $Env:Temp '\ProfileUnity-CloudInstall.ps1')
|
|
6.8.7 R2 HF4 (GA) |
-ExecutionPolicy Bypass -WindowStyle Hidden -NonInteractive -NoLogo (New-Object System.Net.WebClient).DownloadFile('https://cdn.liquidware.com/support/ProfileUnity/6.8.7/ProfileUnity-CloudInstall_6.8.7r2hf4.ps1',$Env:Temp + '\ProfileUnity-CloudInstall.ps1');Invoke-Expression -Command (Join-Path $Env:Temp '\ProfileUnity-CloudInstall.ps1')
HF4 build 6.8.7.9390 — includes .NET Core 8.0.20, 7-Zip 25.01, Windows 11 25H2 support. See the ProfileUnity Hot Fix List for full release notes. |
|
6.8.7 R2 (GA) |
-ExecutionPolicy Bypass -WindowStyle Hidden -NonInteractive -NoLogo (New-Object System.Net.WebClient).DownloadFile('https://cdn.liquidware.com/6.8.7/ProfileUnity-CloudInstall_6.8.7r2ga2.ps1',$Env:Temp + '\ProfileUnity-CloudInstall.ps1');Invoke-Expression -Command (Join-Path $Env:Temp '\ProfileUnity-CloudInstall.ps1')
|
|
6.8.7 (GA) |
-ExecutionPolicy Bypass -WindowStyle Hidden -NonInteractive -NoLogo (New-Object System.Net.WebClient).DownloadFile('https://cdn.liquidware.com/6.8.7/ProfileUnity-CloudInstall_6.8.7ga.ps1',$Env:Temp + '\ProfileUnity-CloudInstall.ps1');Invoke-Expression -Command (Join-Path $Env:Temp '\ProfileUnity-CloudInstall.ps1')
|
|
6.8.6 R1 Limited Support |
-ExecutionPolicy Bypass -WindowStyle Hidden -NonInteractive -NoLogo (New-Object System.Net.WebClient).DownloadFile('https://cdn.liquidware.com/6.8.6/ProfileUnity-CloudInstall_6.8.6r1ga3.ps1',$Env:Temp + '\ProfileUnity-CloudInstall.ps1');Invoke-Expression -Command (Join-Path $Env:Temp '\ProfileUnity-CloudInstall.ps1')
|
|
6.8.6 Limited Support |
-ExecutionPolicy Bypass -WindowStyle Hidden -NonInteractive -NoLogo (New-Object System.Net.WebClient).DownloadFile('https://cdn.liquidware.com/6.8.6/ProfileUnity-CloudInstall_6.8.6ga3.ps1',$Env:Temp + '\ProfileUnity-CloudInstall.ps1');Invoke-Expression -Command (Join-Path $Env:Temp '\ProfileUnity-CloudInstall.ps1')
|
|
6.8.5 R1V2 Limited Support |
-ExecutionPolicy Bypass -WindowStyle Hidden -NonInteractive -NoLogo (New-Object System.Net.WebClient).DownloadFile('https://cdn.liquidware.com/6.8.5/ProfileUnity-CloudInstall_6.8.5r1b6.ps1',$Env:Temp + '\ProfileUnity-CloudInstall.ps1');Invoke-Expression -Command (Join-Path $Env:Temp '\ProfileUnity-CloudInstall.ps1')
|
|
6.8.5 R1 Limited Support |
-ExecutionPolicy Bypass -WindowStyle Hidden -NonInteractive -NoLogo (New-Object System.Net.WebClient).DownloadFile('https://cdn.liquidware.com/6.8.5/ProfileUnity-CloudInstall_6.8.5r1b5.ps1',$Env:Temp + '\ProfileUnity-CloudInstall.ps1');Invoke-Expression -Command (Join-Path $Env:Temp '\ProfileUnity-CloudInstall.ps1')
|
|
6.8.5 Limited Support |
-ExecutionPolicy Bypass -WindowStyle Hidden -NonInteractive -NoLogo (New-Object System.Net.WebClient).DownloadFile('https://cdn.liquidware.com/6.8.5/ProfileUnity-CloudInstall_6.8.5ga2.ps1',$Env:Temp + '\ProfileUnity-CloudInstall.ps1');Invoke-Expression -Command (Join-Path $Env:Temp '\ProfileUnity-CloudInstall.ps1')
|
|
6.8.4 R2 Limited Support |
-ExecutionPolicy Bypass -WindowStyle Hidden -NonInteractive -NoLogo (New-Object System.Net.WebClient).DownloadFile('https://cdn.liquidware.com/6.8.4/ProfileUnity-CloudInstall_6.8.4r2gab2.ps1',$Env:Temp + '\ProfileUnity-CloudInstall.ps1');Invoke-Expression -Command (Join-Path $Env:Temp '\ProfileUnity-CloudInstall.ps1')
|
Related Articles
| Product | ProfileUnity with FlexApp |
| Product Version | 6.8.4 R2 and above |
| Updated | May 27, 2026 |