To map the samba shared network driver from Windows Server 2025

Anonymous
2024-10-29T16:52:53+00:00

I installed one Windows Server 2025 on hardware, then I installed other Windows Server 2025 on Proxmox VE.

I tried to map the samba sharing network driver but, I have got the same result on both servers: -

"The mapped network drive could not be created because the following error has occurred:

An extended error has occurred."

As usually I enabled "Insecure guest logons".

It works on any Windows Server 2022 and works on any Windows 11, but do not work on Windows Server 2025.

Is there any solution?

Notice! The folders shared on any Windows PC the Windows Server 2025 maps as usually.

Windows for business | Windows Server | Networking | Network connectivity and file sharing

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes
Accepted answer
  1. Anonymous
    2024-12-31T23:29:27+00:00

    The issue is the new security signature requirement in 2025. I knew they enabled it by default in 2025, but I thought I had already disabled it. Apparently, I hadn't.

    Set-SmbClientConfiguration -RequireSecuritySignature $false

    You can also disable it via GPO by setting the "Microsoft network client: Digitally sign communications (always)" option to disabled in the security settings.

    1 person found this answer helpful.
    0 comments No comments

8 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-11-05T13:58:48+00:00

    Thank you for your reply.

    Excuse me, but it is not the case!
    I work as a system administrator in several organizations for more than ten years for now.
    I checked it out many times.

    I changed samba shared directories.

    I tried it on Ubuntu server 22.04 and on Ubuntu server 24.04,

    I tried it on a directory where the login and the password do not need.

    I tried access on the shared directory where the login and the password needed.

    It is something else.

    With best regard,

    Hryhorii Bakalo

    0 comments No comments
  2. Anonymous
    2024-10-30T14:21:22+00:00

    Hello

    You can try enabling the option to connect to other credentials when associating the shared drive.

    Image

    Map a network drive in Windows - Microsoft Support

    Best Regards

    Zunhui

    0 comments No comments
  3. Anonymous
    2024-10-31T09:30:23+00:00

    Thank you very much!

    But I tried this before I wrote my request. It does not work.

    More than that, there are, at least, two options:

    -          The access to the shared folder does not require a login and a password (why and what in this case I have to enter?);

    -          The access to the shared folder does require login and password.

    I have got the same error notifications.

    0 comments No comments
  4. Anonymous
    2024-11-04T08:12:45+00:00

    Hi Hryhorii Bakalo,

    Thank you for your reply.

    This problem may be caused by invalid user credentials. I suggest you open the "Control Panel", find the "Credential Manager", delete the related "Windows Credentials" and try to remap the shared folder.

    Best Regards

    Zunhui

    0 comments No comments