I'm facing an issue with a locally installed application that needs the logged-in user to have full access to its installation directory. Since I'm in a hybrid environment, I'm struggling to grant full access to an AzureAD user for a folder in the Program Files (x86) directory. I've tried using icacls, but it hasn't worked. Does anyone have advice on how to manage permissions for AzureAD users in this situation?
1 Answer
It sounds like you're dealing with a cloud-only setup for your device but a hybrid account for the user. To manage permissions effectively, you might want to check if you can adjust the local security policy or use Group Policy Management in a way that accommodates hybrid users. Sometimes, syncing the users properly can help with access issues. Have you looked into that?

Yeah, syncing is key! Make sure your AzureAD setup is configured to recognize local directory permissions. If that connection is off, it can lead to permission issues.