Applies To: Windows Server 2008,Windows Server 2008 R2,Windows Server 2003,Windows Server 2003 R2
Deletes volume shadow copy storage associations.
Syntax
Copy Code | |
|---|---|
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. |





