Last updated
Last updated
Connects to Rubrik and removes an expired VMware VM snapshot available for garbage collection.
The Remove-RubrikVMSnapshot cmdlet will request that the Rubrik API delete an an expired VMware VM snapshot. The snapshot must be an on-demand snapshot or a snapshot from a virtual machine that is not assigned to an SLA Domain.
This will attempt to remove VM snapshot (backup) data with the snapshot id `01234567-8910-1abc-d435-0abc1234d567`
This will attempt to remove the local copy of the VM snapshot (backup) data with the snapshot id `01234567-8910-1abc-d435-0abc1234d567` without user intevention
This will attempt to remove any snapshot from `03/21/2017` for VM `OldVM1`.
ID of the snapshot to delete
Snapshot location to delete, either "local" or "all". Defaults to "all"
Rubrik server IP or FQDN
API version
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Prompts you for confirmation before running the cmdlet.
Written by Matt Elliott for community usage Twitter: @NetworkBrouhaha GitHub: shamsway
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see .