An Azure service that offers file shares in the cloud.
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
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.
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?
Please
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.