Event banner
Jump into modern managed devices with Azure AD Join
Event Ended
Wednesday, Oct 26, 2022, 07:00 AM PDTEvent details
We know many of you want to go modern and unlock capabilities like Windows Autopilot, but you likely need to access some legacy on-premises resources. Is Hybrid Azure AD Join the only route? No, but ...
Heather_Poulsen
Updated Dec 27, 2024
Anthony9394
Oct 26, 2022Copper Contributor
We have process that run as SYSTEM (such as service) that need to access file share. It works for HAADJ because we grant the AD computer access to the share but for AADJ, there is no way to grant access. What would be the "work around"?
DaveD-MS-CETS
Microsoft
Oct 26, 2022Hi Anthony, apps running on the AADJ joined device can authenticate as users, but must use the implicit UPN or NT4 type syntax with the domain FQDN name as the domain part. E.g user@contoso.corp.com or contoso.corp.com\user.
Apps and resources using Active Directory machine based authentication don't work because the AADJ devices don't have a computer object in AD.