Deletes volume shadow copy storage associations.

Syntax

vssadmin delete shadowstorage /for=<ForVolumeSpec> [/on=<OnVolumeSpec>] [/quiet]

Parameters

Parameter Description

/for=<ForVolumeSpec>

Specifies the volume to be shadow copied. ForVolumeSpec must be a local volume drive letter or mount point.

/on=<OnVolumeSpec>

Specifies the storage volume. If you do not use /on, all shadow copy storage associations will be deleted for the specified ForVolumeSpec.

/quiet

Specifies to run the command without displaying messages.

Additional references