I am setting up a fileserver at a remote branch office that has very very limited bandwidth
Is there a way to store the 10 or so users authentication credentials locally on the File Server so that the machine does not have to be on VPN 24/7.
I am setting up a fileserver at a remote branch office that has very very limited bandwidth
Is there a way to store the 10 or so users authentication credentials locally on the File Server so that the machine does not have to be on VPN 24/7.
You can increase the cached logon count. By default it is set to 10 and the maximum value is 50
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\Current Version\Winlogon\
ValueName: CachedLogonsCount
Data Type: REG_SZ
Values: 0 - 50
You will still need to logon once per account though.
Alternatively you can deploy a RODC to the site but it has an initial bandwidth hit. On a RODC you can select which passwords should be sync'ed locally.