Forum Discussion
Johan_Eriksson
Apr 03, 2019Brass Contributor
Having trouble with FSLogix user profile sharing - any good troubleshooting steps to follow?
I followed the steps in https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-user-profile. The problem I have is that the profile is not shared. Also I see no files in share fol...
AliGomaa
Nov 02, 2020Copper Contributor
Mark Plantenberg Is there not a way to use Security groups instead? I mean I have 3,000 users I have to set this up for, Does this mean I Have to script it for all the users, and then when we get new employees gotta remember to do this for them as well? That's crazy to maintain.
knickson
May 05, 2023Copper Contributor
AliGomaa, Not sure if you ever got an answer to this? I'm in the process of migrating to Blob and am having the same issue. Any information would be greatly appreciated.
- Jp8701Sep 28, 2023Copper Contributor
You can use groups. Its described here:
Set up FSLogix Profile Container with Azure Files and AD DS or Azure AD DS - Azure Virtual Desktop | Microsoft Learnicacls <mounted-drive-letter>: /grant "<DOMAIN\GroupName>:(M)"
icacls <mounted-drive-letter>: /grant "Creator Owner:(OI)(CI)(IO)(M)"
icacls <mounted-drive-letter>: /remove "Authenticated Users"
icacls <mounted-drive-letter>: /remove "Builtin\Users"I am using the same group that assigns access to the AVD Workspace