Share via

Azure File Share with Entra Kerberos NO AD "specified network password is not correct"

IT 0 Reputation points
2026-02-16T17:29:29.3766667+00:00

I am building an Azure File Shares environment from scratch after a ransomware attack wiped our entire network, including local DC and AD.

I am creating a cloud-only Entra Kerberos environment, no AD, using this cookbook:

https://www.thetechtrails.com/2025/11/azure-file-share-entra-kerberos-configuration-guide.html

I can resolve DNS and ping on 445, but cannot map a drive.

Resolve-DnsName -Name databases.file.core.windows.net | Format-List

Test-NetConnection -ComputerName databases.file.core.windows.net -Port 445

New-PSDrive -Name R -PSProvider FileSystem -Root "\databases.file.core.windows.net\reports -Persist

New-PSDrive : The specified network password is not correct

Azure Files
Azure Files

An Azure service that offers file shares in the cloud.

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vallepu Venkateswarlu 5,950 Reputation points Microsoft External Staff Moderator
    2026-02-16T17:42:50.0233333+00:00

    Hi @ IT,

    Welcome to Microsoft Q&A Platform.

    The specified network password is not correct

    The error ‘The specified network password is not correct’ in a cloud-only Microsoft Entra Kerberos (preview) deployment always indicates that the identity or Kerberos trust is not fully configured, rather than an actual incorrect password.

    Step 1: Clients must be Microsoft Entra joined or Microsoft Entra hybrid joined. They can't be joined to Microsoft Entra Domain Services or joined to AD only.

    Is the machine where you run New-PSDrive

    Run this on the client machine: dsregcmd /status and check the result

    If AzureAdJoined = NO → Kerberos will fail.

    Step 2: The cloud-only identities currently preview mode, Please enable share-level permissions to ‘Enable permissions for all authenticated users and groups’

    Ref: Share-level permissions for all authenticated identities

    Screenshot showing how to set a default share-level permission using the Azure portal.

    As I can see, the link you provided is not from Microsoft documentation. Please follow the Microsoft documentation to configure Azure File Share with Entra Kerberos.

    Enable Microsoft Entra Kerberos authentication for hybrid and cloud-only identities (preview) on Azure Files

    If you are still facing the issue after following the steps above, please debug the issue by following the steps outlined Debugging

    Unable to mount Azure file shares with AD credentials

    If the above solution did not help, could you please share the error screenshot and other relevant details via private message for further troubleshooting?

    Please210246-screenshot-2021-12-10-121802.pngand “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.