You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please consider implementing VM CheckPoint handling.
Only checkpoint prefixed with lab-xxx. should be handled (except if trees are involved). The xxx is a number linking the different checkpoint together as a lab checkpoint.
Add-LabCheckPoint - Creates a new Checkpoint from current state, supporting the switch -offline witch will shutdown the lab before crearing the CheckPoint
Revert-LabCheckPoint - Applies the latest CheckPoint asking if current status should be saved first
Get-LabCheckPoint - Gets all available CheckPoints
Apply-LabCheckPoint - Changes the lab to use a specifed CheckPoint
Delete-LabCheckPoint - Deletes the specified CheckPoint
Delete-LabCheckPointTree - Deletes all CheckPoints from the current selection
It might be better using the approved PoSH verbs instead.
The text was updated successfully, but these errors were encountered:
Please consider implementing VM CheckPoint handling.
Only checkpoint prefixed with lab-xxx. should be handled (except if trees are involved). The xxx is a number linking the different checkpoint together as a lab checkpoint.
Add-LabCheckPoint - Creates a new Checkpoint from current state, supporting the switch -offline witch will shutdown the lab before crearing the CheckPoint
Revert-LabCheckPoint - Applies the latest CheckPoint asking if current status should be saved first
Get-LabCheckPoint - Gets all available CheckPoints
Apply-LabCheckPoint - Changes the lab to use a specifed CheckPoint
Delete-LabCheckPoint - Deletes the specified CheckPoint
Delete-LabCheckPointTree - Deletes all CheckPoints from the current selection
It might be better using the approved PoSH verbs instead.
The text was updated successfully, but these errors were encountered: