Skip to main content
SnapCenter 6.0 cmdlets

Refresh-SmBackup

Contributors

Clears the stale backup entries from the SnapCenter Server.

Syntax

Refresh-SmBackup [-AppObjectList]  <String>  [-CleanupAllObjects]  <>  [-Auth]  <String>

Detailed Description

Clears the stale backup entries from the SnapCenter Server.

Parameters

Name Description Required? Pipeline Input Default Value

AppObjectList

false

true (ByPropertyName)

CleanupAllObjects

false

true (ByPropertyName)

Auth

false

true (ByPropertyName)

Examples

Example 1: Clears the stale backup entries from the SnapCenter Server for all resources

 Refresh-SmBackup -CleanupAllObjects

This example syntax clears the stale backup entries from the SnapCenter Server for all resources.

Example 2: Clears the stale backup entries from the SnapCenter Server by resource name

 Refresh-SmBackup -AppObjectList R708202074BV1\SQL2019\MDSL_DB3

This example syntax clears the stale backup entries from the SnapCenter Server by resource name.