Youhave a server named SCI that runs a Server Core Installation of Windows Server 2012 R2.
Shadow copies are enabled on all volumes.
Youneed to delete a specific shadow copy.The solution must minimize server downtime.
Which tool should you use?

A.
Shadow
B.
Diskshadow
C.
Wbadmin
D.
Diskpart
Explanation:
DiskShadow.exeis a tool that exposes the functionality offeredby the Volume Shadow Copy Service
(VSS).
The diskshadow command delete shadows deletes shadow copies.Technet, Diskshadow
Had this on my exam but 99% Diskshadow wasnt an answer!! Went with A: Shadow but now think its D: wbadmin
0
0
In this question answer B is correct. What were your option?
0
0
Diskshadow was not a choice for me either. Vssadmin was and is the right answer for another version of this question I guess.
0
0
Vssadmin
Displays current volume shadow copy backups and all installed shadow copy writers and providers. To view the command syntax for any of the commands in the following table, click the command name.
Vssadmin add shadowstorage – Adds a volume shadow copy storage association.
Vssadmin create shadow – Creates a new volume shadow copy.
Vssadmin delete shadows – Deletes volume shadow copies.
Vssadmin delete shadowstorage – Deletes volume shadow copy storage associations.
Vssadmin list providers – Lists registered volume shadow copy providers.
Vssadmin list shadows – Lists existing volume shadow copies.
0
0
Answer is right (B) Diskshadow
Vssadmin works as well but it is not listed as an answer:
check here: https://technet.microsoft.com/en-us/library/cc754968(v=ws.11).aspx
Here is why B is right:
https://technet.microsoft.com/en-us/library/cc772172(v=ws.11).aspx
http://imgur.com/DkTMkjp
https://technet.microsoft.com/en-us/library/cc754915(v=ws.11).aspx
Diskshadow is a tool just like diskpart
within this tool use this command “Delete shadows” with the following parameter to get the job done
set
Deletes the shadow copies in the Shadow Copy Set of the given ID. You can specify an alias by using the % symbol if the alias exists in the current environment.
Full syntax in the technet articles
0
0
the parameters
id
set
0
0
id
Set
Sorry the site removes the rest of the parameter because of the <
0
0