2

I successfully configured a shared folder on a Windows 10 Pro machine (let's call it host) and I am able to access the folder on another Win 10 Pro machine (let's call it client) using net use command, providing the local user of the machine I am connecting to as credentials.

The shared folder has "Previous Versions" functionality working as intended, if I right-click on the local folder I can see and restore previous versions with no issues.

Unfortunately I am not able to do this on the client machine: if I right click on the same folder in my network mapped drive, I see "There are no previous versions available"

I think I am missing somethig but I did not find any help googling this issue

Genesio
  • 31

1 Answers1

2

According to Microsoft documentation one requirements for Volume Shadow Copy via SMB is that both computers have to joined to the same domain:

The application server and file server must be joined to the same Active Directory domain

source: Protect Data on Remote SMB File Shares using VSS.

Robert
  • 8,055