An Azure service that offers file shares in the cloud.
Have you made the registry changes to the Azure AD Joined client and rebooted?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have set up an Azure Files share with Azure AD Kerberos as the source.
When running the connection script (Active Directory authentication) I get the error below. Please help!
The PC is Azure AD-joined, with the user logging in with an Azure AD account.
The Azure website states: "Azure AD Kerberos authentication allows users to connect to Azure Files over the internet without requiring a line-of-sight to domain controllers."
New-PSDrive : The system cannot contact a domain controller to service the authentication request. Please try again later
At C:\Users\testuser\Desktop\connect-files-share.ps1:4 char:5
An Azure service that offers file shares in the cloud.
A cloud-based identity and access management service for securing user authentication and resource access
Have you made the registry changes to the Azure AD Joined client and rebooted?
@Ash ,
It looks like you are getting the error "The system cannot contact a domain controller to service the authentication request. Please try again later" when using the New-PSDrive cmdlet to connect to an Azure Files share using Azure AD Kerberos authentication.
There are a few things you can try to troubleshoot this issue:
I hope this helps! Let me know if you have any further questions or need more information.
----------
Please "Accept as Answer" and Upvote if any of the above helped so that it can help others in the community looking for remediation for similar issues.