Product: ProfileUnity
Product Version: 6.8.0+
Expires on: 365 days from publish date
Updated: December 18, 2018
Problem:
Profile Cleanup rules appear not to be taking effect. Users profiles are still left behind on persistent machines even though configuration has cleanup rules set.
Background:
ProfileUnity 6.8.0 and later has the Liquidware Profile Service no longer being installed by default.
Resolution:
Navigate to your deployment path, usually \\internal.domain.com\NETLOGON\ProfileUnity and edit the LwL.ProfileUnity.Client.Startup.Update.exe.config file and scroll down to the following section:
<setting name="InstallProfile" serializeAs="String">
<value>DontDeploy</value>
</setting>
<setting name="InstallProfile_LwlProfileService" serializeAs="String">
<value>DontDeploy</value>
</setting>
Change these two options so they instead look like this:
<setting name="InstallProfile" serializeAs="String">
<value>Deploy</value>
</setting>
<setting name="InstallProfile_LwlProfileService" serializeAs="String">
<value>Start</value>
</setting>
Then make sure LwL.ProfileUnity.Client.Startup.exe gets re-run against your machines, either manually or by using the startup script GPO.