Task scheduler to create Shadow Copy
From Tech-Wiki
Revision as of 20:59, 6 June 2019 by Fabricio.Lima (Talk | contribs) (Created page with "Category:Microsoft '''Back to Misc''' Create a daily task with high privileges and following action: Program: wmic Parameter: shadowcopy call create...")
Create a daily task with high privileges and following action:
Program: wmic Parameter: shadowcopy call create Volume=C:\
If it's requried to increase the size of Shadow Storage:
vssadmin Resize ShadowStorage /For=C: /On=C: /MaxSize=20%