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
Remove-SmPluginPackage
Removes a custom plug-in package from the SnapCenter repository.
Syntax
Remove-SmPluginPackage [-PluginName] <String> [-PluginVersion] <String>
Detailed Description
Removes a custom plug-in package from the SnapCenter repository.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
PluginName |
Specifies the name of the plug-in package you want to remove. |
true |
false |
|
PluginVersion |
Specifies the version of the plug-in you want to remove. |
true |
false |
Examples
Example 1: Removing a custom plugin package
Remove-SmPluginPackage -PluginName CustomPlugin -PluginVersion 1.0
This example syntax removes the 1.0 plug-in version of the custom plug-in named CustomPlugin from the SnapCenter repository.