# Take snapshot
PS C:\> New-Snapshot -VM Test-1 -Name 'This is a test snapshot' -Description 'Testing this out' -Quiesce -Memory
# Get latest snapshot
PS C:\> $snapshot1 = Get-Snapshot -VM $vm | Sort-Object -Property Created -Descending | Select -First 1
# Remove a snapshot
PS c:\> Remove-Snapshot -Snapshot $snapshot1 -RemoveChildren
Share this
Latest Stories
Featured
-
Best Kubernetes Monitoring & Observability Tools (Updated)
In Cloud, DevOps, Featured, -
Integrating Ansible Automation Controller with Splunk
In Ansible, Automation, Featured, -
Mastering Tekton: Your Guide to Cloud-Native CI/CD Workflows
In Automation, Courses, DevOps, -
Learn Ansible – A Comprehensive Guide for Courses and Exams
In Ansible, Ansible Resources, Automation, -
Free GitOps and CI/CD Courses and Certifications
In ArgoCD, DevOps, Featured, -
Terraform Cheat Sheet
In DevOps, Featured, Infrastructre & Hardware, -
Kubernetes vs OpenShift – 15 Facts You Should Know
In Cloud, DevOps, Featured, -
Introduction to OpenShift BootCamp
In DevOps, Featured, Kubernetes, -
How to set up and use Python virtual environments for Ansible
In Ansible, Automation, DevOps, -
5 Mistakes You Should Avoid During Kubernetes Exam
In Cloud, DevOps, Featured, -
10 Tips for your Kubernetes Exam – CKA & CKAD
In DevOps, Featured, Kubernetes, -
CKA, CKS & CKAD Learning Path and Certification
In Featured, Infrastructre & Hardware, Kubernetes,