Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVD CIT Script for Installing FSLogix sets CCDLocations erroneously #805

Open
cflanderscpc opened this issue Oct 1, 2024 · 0 comments
Open

Comments

@cflanderscpc
Copy link

The Profile Path option in FSLogix needs to be expanded upon to include options for not using CloudCache

CCDLocations is only used for CloudCache whereas VHDLocations is used for Profile Folders. There is a bug where having CCDLocations and VHDLocations set at the same time will cause FSLogix to hang on logout.

Per https://learn.microsoft.com/en-us/fslogix/concepts-configuration-examples you will never see both VHDLocations and CCDLocations used at the same time. CCDLocations is only relevant (assuming you choose to use CloudCache) if you have at least 2 distinct storage locations within the same region for your profile containers.

This means the configuration item should be expanded out to allow choosing to enable CloudCache or not, and if CloudCache is enabled, then Profile Path will set CCDLocations and must contain at least 2 distinct providers. Otherwise VHDLocations is set and by best practice should only have 1 provider set.

Additionally, for those organizations who plan to use Group Policy or Intune to set their FSLogix settings, there should be an option to install the latest FSLogix build but not actually perform any configuration settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant