📎 AI Summary:
The original poster inquires whether the "vssadmin" tool can be used to create or restore System Restore Points, questioning if its functions extend beyond managing Shadow Copy storage. Neemobeer responds that "vssadmin" is limited to server editions for shadow copy creation and suggests using WMI for creating snapshots instead. Overall, the discussion clarifies the specific uses of "vssadmin" versus other tools like WMI for shadow copy and restore point management.

tobwen

Well-Known Member
Joined
Oct 17, 2020
Messages
25
Thread Author #1
Yes, I know how to create a System Restore Point with built-in dialog or 'wmic' or Powershell.

But I want to know if it is possible to create a System Restore Point with the core Volume Shadow Copy tool "vssadmin" as well?
Can I similarly at least perform a Restore from a previously created System Restore Point with "Vssadmin"?

Or is vssadmin just for administration of Shadow copy storage (and deletion of SRPs)?
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
vssadmin only allows creating shadow copies on server editions. You can directly create snapshots with WMI
 

Solution