Product: ProfileUnity-FlexApp
Product Version: 6.8.x
Expiration: 365 days from publishing
Updated: January 03, 2024
Problem:
Rules defined in the Application Elevation module are still applied on persistent machines even after having been removed from a configuration.
Description:
This issue occurs when any number of rules exist in the Application Elevation module of a configuration, a user logs onto a persistent workstation, the elevation policies defined in these rules are applied, the user logs off, ALL existing rules are deleted from the Application Elevation module, the user logs back onto the same workstation, and policies of the now deleted Application Elevation rules are still applied.
Resolution:
*NOTE* The following workaround only applies to single-user environments. It is not supported in multi-user environments such as RDS, XenDesktop, AVD, etc. A formal solution for multi-user environments will be included in a future release.
Replacing the existing ProfileUnity Elevation XML with the original will restore the default elevation policies. To do so, create a User Defined Script as shown below.
- Execute - Before ProfileUnity At Logon
- Type - Executable
- File - %SystemRoot%\System32\cmd.exe /c xcopy /c /k /o /y "C:\Program Files\ProfileUnity\Elevation\lwl_elevation_service.xml.bak" "C:\Program Files\ProfileUnity\Elevation\lwl_elevation_service.xml"