SnapCenter 6.0 Cmdlet Reference Guide For Windows ( CA08871-610en )
SnapCenter PowerShell requirements
SnapCenter Windows disk management cmdlets
Get-SdStorageConnectionSetting
Get-SdVolumeCloneSplitEstimate
Invoke-SdHostVolumeSpaceReclaim
Remove-SdStorageConnectionSetting
SnapCenter data protection cmdlets
Catalog-SmBackupWithOracleRMAN
Get-SmBackupsForPointInTimeRecovery
Get-SmDataCollectionEmsSchedule
Get-SmMultiFactorAuthentication
Invoke-DiagnosticLogCollection
Invoke-SmPrimaryBackupsExistenceCheck
Invoke-SmTechRefreshPrimaryStorage
Invoke-SmTechRefreshSecondaryStorage
New-SmMultifactorAuthenticationMetadata
Refresh-SmSyncSnapMirrorBackups
Remove-SmResourceCredentialName
Set-SmDataCollectionEmsSchedule
Set-SmMultiFactorAuthentication
Set-SmRepositoryConfigSettings
Refresh-SmBackup
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.