Shadow Copy Handling Module

PowerShell Module to create, delete and mount a Volume Shadow Copy. Not only can you manage shadow copies on a device but it also tells you the status of the shadow copy and where the shadow copy is mounted to.






Installation 


ShadowCopyHandling can be installed by either running

Install-Module -Name ShadowCopyHandling

or by downloading the package directly from
https://www.powershellgallery.com/packages/ShadowCopyHandling


Commands

Get-ShadowCopy 

Shows information about all shadow copies on the system

New-ShadowCopy

Create a Shadow Copy for a volume

Mount-ShadowCopy

Mounts a specified shadow copy to a symbolic link

Dismount-ShadowCopy 

Dismounts a specified shadow copy from a symbolic link

Remove-ShadowCopy 

deletes a specified shadow copy from the system


Comments

Popular posts from this blog

SCCM Task Sequence GUI - How to set up the TS to work with a GUI

SCCM Applications vs. SCCM Packages: Understanding the Key Differences

How to Deploy a Windows 10 Servicing update as a Application