Forum Discussion
ScottKnights
Nov 14, 2024Copper Contributor
Profile Containers GPO Managed Settings
I am sure this must have been raised before, but are there any plans to make the GPO settings for FSLogix Profile Containers managed settings?
I have had to troubleshoot multiple environments where previous admins have removed settings, not realising that this doesn't remove the values from the registry.
- kyazaferrIron Contributor
- Manual Cleanup of Registry Keys:
- Identify the registry keys used by FSLogix Profile Containers (commonly under HKLM\Software\FSLogix or HKCU\Software\FSLogix).
- Create a script or use Group Policy Preferences to clean up specific registry keys if needed, ensuring that obsolete settings are removed.
- GPO Setting Clarification:
- Ensure that the GPO settings are applied with the desired values and that they override any previous configurations.
- Use the gpresult /h report.html command on a sample machine to check the currently applied policies and confirm that the expected GPO is in effect.
- Re-apply GPO Settings:
- Refresh or reapply the GPO to enforce the current configuration. You can use the gpupdate /force command to ensure that all settings are reloaded.
- Resetting the Policy:
- If you want to reset the FSLogix settings completely, create a policy that explicitly clears or resets all related registry keys and then applies the desired new settings.
- Implement Managed Settings (Permanent Solution):
- While GPO settings for FSLogix Profile Containers might not be fully "managed" in the sense of automatically cleaning up registry values, consider using a combination of GPOs and scripts to handle changes:
- Use Group Policy Preferences to create registry items that are set with an option to remove or update as needed.
- Deploy PowerShell scripts via GPO startup/shutdown or logon/logoff scripts to manage and clean registry keys.
- While GPO settings for FSLogix Profile Containers might not be fully "managed" in the sense of automatically cleaning up registry values, consider using a combination of GPOs and scripts to handle changes:
Long-Term Best Practice:
- Documentation and Change Management: Ensure that any changes to FSLogix settings via GPOs are documented so that future administrators are aware of their impact.
- Monitoring and Alerts: Implement monitoring for registry changes specific to FSLogix settings to alert if unexpected modifications occur.
- ScottKnightsCopper Contributor
Thank you for not actually answering the question I asked. I am already aware of all the things you suggested.
So I am guessing that is a 'No' then to the product being fixed to support managed settings. Like ODFC containers already does.
- Manual Cleanup of Registry Keys: