Oct 31 2018
09:22 AM
- last edited on
Jan 14 2022
05:21 PM
by
TechCommunityAP
Oct 31 2018
09:22 AM
- last edited on
Jan 14 2022
05:21 PM
by
TechCommunityAP
I need to know how to access a purely AAD joined device via the unc path such as:
\\testpc\c$
The device is only my local network, not the Internet at the time of this testing.
I get prompted for the credentials and I have tried the following
AzureAD\name@something.com
or
name@something.com
The only thing that seems to work is if I use a local computer account:
testpc\testadmin
Is there a way to access via the azure credentials?
Oct 31 2018 09:49 AM - edited Oct 31 2018 09:51 AM
Are you a global admin? According to this, you have to be or manually added to device admin role in order to automatically be added to the local machine administrator group.
https://docs.microsoft.com/en-us/azure/active-directory/devices/assign-local-admin
Also if you users are synced with local AD to azure you need to use domain\username format. Otherwise it's AzureAD\ as you tried if they are cloud only.
Oct 31 2018 10:41 AM
Purely AAD joined device will not be able to access any network resources, as other machines on the network have no notion of the account used. This scenario will only work for Hybrid AAD Join: https://docs.microsoft.com/en-us/azure/active-directory/devices/hybrid-azuread-join-manual-steps
Oct 31 2018 11:11 AM
I am trying to access the AAD device with the same credentials as an Azure user that is an local admin on the machine.
Oct 31 2018 11:15 AM