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
Get-SmRepositoryBackups
Gets the backup and saves the metadata to the active file system (AFS).
Syntax
Get-SmRepositoryBackups [-Hostname] <String> [-SMSbaseUrl] <String>
Detailed Description
Gets the backup and saves the metadata to the active file system (AFS).
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Hostname |
Specifies the SnapCenter database host name. If the SnapCenter database is hosted by a failover cluster instance (FCI), then specify the FCI owner host name. |
false |
true (ByPropertyName) |
|
SMSbaseUrl |
Specifies the SnapCenter Server URL. This is required when executing a PowerShell command from a plug-in machine. For example:-SMSbaseUrl https://172.17.166.128:8146 |
false |
true (ByPropertyName) |
Examples
Example 1: Retrieving repository backups
Get-SmRepositoryBackups
This example syntax retrieves repository backups.