Step 2. Delete Veeam Management Packs
Delete Veeam management packs in the following order.
Deleting Microsoft.SystemCenter.SecureReferenceOverride MP
If you have SCVMM in your environment and if you have configured the Veeam MP for Hyper-V SCVMM Connection Account (Read-only) Run As account in System Center, then OpsMgr will have the Microsoft.SystemCenter.SecureReferenceOverride created or modified.
To delete Veeam MPs, it will first be required to clean the dependency created to the Secure Reference MP. You can do it either manually, or using the Remove_Veeam_SecureReference.ps1 script included in the Veeam MP Resource Kit. For more information on removing dependencies with the Veeam Secure Reference PS Script, see the Veeam MP for Microsoft System Center Resource Kit Guide.
Note |
If you use other third-party MPs that store Run As accounts in the Microsoft.SystemCenter.SecureReferenceOverride MP, you may need to manually clean Veeam MP dependencies from the Microsoft.SystemCenter.SecureReferenceOverride MP. To learn how to clean dependencies, see this Veeam KB article |
Deleting Veeam Management Packs
To delete the imported Veeam management packs, use the OpsMgr console Administration section.
Notes |
|
- First, delete the report management packs:
- Veeam Hyper-V Analysis Reports
- Veeam Hyper-V Capacity Planning Reports
- Veeam Backup and Replication Reports
- Veeam Report Library
- Next, delete the discovery, monitoring and views management packs:
- Veeam Hyper-V Views
- Veeam Task Manager for Hyper-V
- Veeam Hyper-V Monitoring
- Veeam Hyper-V Discovery
- Veeam Hyper-V Library
- Veeam Backup Views
- Veeam Backup Monitoring
- Veeam Backup Discovery
- Veeam Backup Library
- Veeam Backup Base Discovery
- Veeam Base Discovery
- Veeam Widget Library
Alternatively, you can use the following PowerShell command to remove all Veeam MPs:
Get-SCOMmanagementpack | where{$_.displayname -like "*Veeam*"}| Remove-SCOMManagementPack |