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

Windows for business Windows Client for IT Pros Storage high availability Virtualization and Hyper-V
Windows for business Windows Server User experience PowerShell
{count} votes

Accepted answer
  1. Eric Siron 1,586 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,936 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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.