Good day.

I have a WD My Cloud EX4 NAS server. I wanted to use it in the domain as a repository for access to distributions. But there was a problem, when entering into the domain, the store very freezes and I also did not initially see in the specification that it has a maximum of 800 users from AD and 200 groups. Because I have a lot more users and groups in the domain, I decided to use it without entering into the domain through the account I got in the store, but even then a failure had happened to me.

After I enter the resource, the system asks for a password and creates a session: enter image description here

After that, I close the explorer, and the next time I try to access the resource, the credentials are no longer requested (only if I delete the session via net use / d or re-login).

Can you please tell me, is it possible to configure this link somehow so that credentials are requested each time? Thanks in advance =)

PS Also in the open spaces of the network, I found that I could remove password caching in group policies, but this had no effect on the result.

  • Well, there is an option with net use * /del . It remains to figure out how to stuff it into the event of closing the conductor. - don Rumata
  • In theory, I imagine how to do this if I write some separate application that hangs in the background and controls the state of the conductor, but this option doesn’t work for me, and I don’t even know how to do it with native Windows tools :( - German
  • @German Do you have access to everything for everything? Or do you want to differentiate access? - 1d0
  • @ 1d0 In principle, within the storage, access will be given to everyone and everything, more precisely, it will be possible to make one user and walk through it. The problem is this: I come to the user's workplace, and I need to take something from the storage, I enter the credentials, copy the information, close the explorer and leave. It is necessary for me that further the user could not come on storage. But since the session remains, he can do it. - German
  • @German try after closing the explorer, execute klist /purge - 1d0

0