How to Grant Full Access to a Locally Installed Application for AzureAD Users?

0
7
Asked By TechieWizard42 On

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

Answered By CloudNinja99 On

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?

LocalHero88 -

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.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.