Forum Discussion
Ronald Lawrimore
Oct 31, 2018Brass Contributor
UNC Path to AAD Joined Device
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 prompte...
VasilMichev
Oct 31, 2018MVP
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
- Ronald LawrimoreOct 31, 2018Brass Contributor
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, 2018So you're trying to use the users login remote? Users by default are not added to local admin group unless they were the ones that Joined to azuread. Anyway, is the user cloud only or synced to your local domain? If synced try with domain\username format assuming that user is global admin / device admin / local admin.