Hyper-V find active checkpoint?

Longquo 231 Reputation points
2021-03-10T11:16:04.75+00:00

powershell - Get-VMSnapshot

but how do i view the current active snapshot/checkpoint?

In Hyper-V Manager i see the green triangle

78090-remotedesktopmanager64-ifpy0uolk2.png

like above i can see that it clean3 that active how do i get this info with powershell

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,536 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,362 questions
{count} votes

Accepted answer
  1. Eric Siron 1,251 Reputation points MVP
    2021-03-10T18:37:51.227+00:00

    There is no such thing as an "active" checkpoint. By definition, they are inert.
    If you're looking for the immediate parent checkpoint of a running VM, then look on the VM.

    Get-VM -VMName checkpointedVM | select Name, ParentSnapshotName
    
    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Xiaowei He 9,871 Reputation points
    2021-03-11T09:03:37.693+00:00

    Hi,

    I would like to check what do you mean "active" checkpoint, you may provide an example and related screenshot, so that we can understand you question more clearly.

    Thanks for your time!
    Best Regards,
    Anne


    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Longquo 231 Reputation points
    2021-03-16T07:51:37.92+00:00

    3Uq6i0T.png

    like this how do i see that it snapshot clean 3 that currently is active

    0 comments No comments