< Back

Get-AzureRmRecoveryServicesBackupManagementServer

Tue Jan 29, 2019 10:00 pm

NAME Get-AzureRmRecoveryServicesBackupManagementServer



SYNOPSIS

Gets SCDPM and Azure Backup management servers.





SYNTAX

Get-AzureRmRecoveryServicesBackupManagementServer [[-Name] <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmRecoveryServicesBackupManagementServer cmdlet gets a list of Backup management servers that are registered in a vault.



There are two types of Backup management servers: System Center Data Protection Manager (SCDPM) and Azure Backup management servers. Backup

management servers are installed separately to manage Backup orchestration.



Set the vault context by using the Set-AzureRmRecoveryServicesVaultContext cmdlet before you use the current cmdlet.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

Specifies the name of the Backup management server to get.



Required? false

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase





System.Collections.Generic.IList`1[Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupEngineBase]







NOTES









Example 1: Get all Backup management servers



PS C:\\>Get-AzureRmRecoveryServicesBackupManagementServer



This command gets all Backup management servers registered with the vault.







RELATED LINKS

Online Version:

https://docs.microsoft.com/en-us/powers ... mentserver

Unregister-AzureRmRecoveryServicesBackupManagementServer