Creating a shadow copy using the “Backup” context in a PowerShell
I am in the process of writing a PowerShell script for backing up a windows computer using rsync. To this end, I am attempting to use WMI from said script to create a non-persistent Shadow copy with writer participation (as is apparently recommended for backups). I found out from another question ( Accessing Volume Shadow Copy (VSS) Snapshots from powershell ) a way to create a shadow copy in general, but the example given there uses "ClientAccessible" as the context parameter, which result in the creation of a persistent Shadow Copy, without writer participation. While searching for a