Steps to Enable Azure AD Users to Access the ADMIN$ Share on Azure AD-Joined Devices
1. Confirm the Device Is Azure AD Joined
Run the following command on the target device to verify Azure AD join status:
Check for:
AzureAdJoined: YES
DomainJoined: NO
2. Grant Local Administrator Rights to the Azure AD User
Access to the ADMIN$
share requires local administrator rights on the target machine.
Option 1: Manually Add Azure AD User
Open PowerShell (Admin) and run one of the following:
OR
⚠️ Repeat this on each device where access is required.
Option 2: Assign Local Admin via Intune
For managed environments, use Microsoft Intune to deploy local admin rights:
Go to Microsoft Intune Admin Center.
Navigate to:
Endpoint Security
→Account Protection
Create a policy:
Platform: Windows 10/11
Profile: Local user group membership
Configure the Local Administrators group:
Add Azure AD users or security groups.
Assign the policy to the appropriate devices or users.
3. Enable SMB Sharing and Firewall Rules
Check and Enable SMB
Run the following to check SMB status:
If disabled, enable with:
Allow SMB in Windows Firewall
Enable SMB-related firewall rules:
Or do it manually:
Open Windows Defender Firewall
Enable the File and Printer Sharing (SMB-In) rule
Test SMB Connectivity
Run:
If this fails, verify network-level firewall settings are not blocking port 445.
4. Access the ADMIN$ Share
Once the user is a local administrator, access can be done via:
File Explorer
Press
Win + R
Enter:
If prompted, enter:
PowerShell
Command Prompt
Troubleshooting Access Failures
1. Confirm Local Administrator Rights
Ensure the Azure AD user is listed.
2. Check Authentication Policy
If login fails, verify NTLM authentication settings.
Run:
Navigate to:
Set Network security: LAN Manager authentication level to:
“Send LM & NTLM – use NTLMv2 session security if negotiated”
OR“Send NTLMv2 response only”
3. Review SMB Server Event Logs
Open Event Viewer (
eventvwr.msc
)Navigate to:
Look for entries related to:
Authentication failures
Permission denials
SMB connection issues
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article