Using Script to Enable Open File Support

LuXor

Active Newcomer
Joined
Jan 15, 2018
Messages
6
Reaction score
0
Points
0
We have a number of Windows servers on our estate on which we want to enable Open File Support using VSS. It would take too long to have our techs RDP in to each one, and enable it via the client GUI. Is there a way in which this can be enabled via a script?
 
I haven't tested this, but you could try using a client option set to push this option:
Code:
include.fs ?: snapshotproviderfs=vss
 
Back
Top