Powercli – Delete a snapshot older than this many days and create snapshot.
My snapshot Code below ! # vCenter Server configuration $vcenter = “vcenter.vmware.local” $vcenteruser = “administrator@vsphere.local” $vcenterpw = “VMware1!” $vmname = “backup” #Connect to the vCenter server defined above. Ignore certificate…