< Back

Get-AzureRmRecoveryServicesAsrServicesProvider

Tue Jan 29, 2019 10:01 pm

NAME Get-AzureRmRecoveryServicesAsrServicesProvider



SYNOPSIS

Gets the details of the ASR recovery services providers registered to the Recovery Services vault.





SYNTAX

Get-AzureRmRecoveryServicesAsrServicesProvider [-DefaultProfile <IAzureContextContainer>] -Fabric <ASRFabric> -FriendlyName <String>

[<CommonParameters>]



Get-AzureRmRecoveryServicesAsrServicesProvider [-DefaultProfile <IAzureContextContainer>] -Fabric <ASRFabric> -Name <String> [<CommonParameters>]





DESCRIPTION

The Get-AzureRmRecoveryServicesAsrServicesProvider cmdlet gets information on the Azure Site Recovery providers in the vault.





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



-Fabric <ASRFabric>

Specifies the ASR fabric object.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-FriendlyName <String>

Specifies the friendly name of the ASR recovery services provider to get details for.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

Specifies the name of the ASR recovery services provider to get details for.



Required? true

Position? named

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

Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRFabric







OUTPUTS

System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryServicesProvider,

Microsoft.Azure.Commands.RecoveryServices.SiteRecovery, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]







NOTES









Example 1



PS C:\\> $RSPs = Get-AzureRmRecoveryServicesAsrFabric | Get-AzureRmRecoveryServicesAsrServicesProvider



List all ASR replication services providers registered to the Recovery Services vault corresponding to the specified fabric.







RELATED LINKS

Online Version:

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

Remove-AzureRmRecoveryServicesAsrServicesProvider

Update-AzureRmRecoveryServicesAsrServicesProvider