VMwareVMware ESXiVMware vCenter
PowerCli remove snapshot
Merhaba;
Herhangi bir sorundan dolayı snapshot’u alıp silemezseniz aşağıda vereceğim komutları powercli üzerinde koşturarak sorunu çözebilirsiniz.
Remove-Snapshot [-Snapshot] [-RemoveChildren] [-RunAsync] [-WhatIf] [-Confirm] []
Parameters
NAME | TYPE | DESCRIPTION | REQUIRED? | PIPELINE INPUT | DEFAULT VALUE |
---|---|---|---|---|---|
Snapshot | Snapshot[] | Specify the snapshots you want to remove. | true | true (ByValue) | |
Confirm | SwitchParameter | If the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation. | false | false | $true |
RemoveChildren | SwitchParameter | Indicate that you want to remove the children of the specified snapshots as well. | false | false | |
RunAsync | SwitchParameter | Indicate that the command returns immediately without waiting for the task to complete. In this mode, the output of the cmdlet is a Task object. For more information about the -RunAsync parameter run ” help About_RunAsync” in the vSphere PowerCLI console. | false | false | |
WhatIf | SwitchParameter | Indicate that the cmdlet is run only to display the changes that would be made and actually no objects are modified. | false | false |