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

Personal user profile roaming using fslogix #8

Open
sindkor opened this issue Aug 31, 2022 · 1 comment
Open

Personal user profile roaming using fslogix #8

sindkor opened this issue Aug 31, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@sindkor
Copy link
Contributor

sindkor commented Aug 31, 2022

When using a shared host pool, user profiles are local to the individual host. This means that users will get different desktops when they connect. To solve this, Microsoft recommends using FSLogix.

The implementation of this is a bit different depending on if we're using Azure AD or AD-authentication. In addition, it requires setting some registry keys on the hosts which is preferably done through Intune or GPO, but can be set using a custom script extension.

This needs some thought.

@sindkor sindkor added the enhancement New feature or request label Aug 31, 2022
@sindkor
Copy link
Contributor Author

sindkor commented Sep 7, 2022

FSLogix requires in one way or another that Active Directory is set up, either to use AD Kerberos authentication or with Azure AD authentication. The latter is because the identities with access to the file share needs to be sourced from on-prem AD. As I'm keeping Active Directory-authentication out of scope for this module, this also puts this feature on hold until support for cloud-only users is added.

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

No branches or pull requests

1 participant