Get-AzRecoveryServicesAsrvCenter
Gets details of the vCenter servers registered for discovery on the Configuration server specified by the ASR fabric.
Note
This is the previous version of our documentation. Please consult the most recent version for up-to-date information.
Syntax
Get-AzRecoveryServicesAsrvCenter
-Fabric <ASRFabric>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesAsrvCenter
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesAsrvCenter
-Fabric <ASRFabric>
-Name <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzRecoveryServicesAsrvCenter cmdlet gets details of the vCenter servers registered for discovery on the Configuration server specified by the ASR fabric.
Examples
Example 1
Get-AzRecoveryServicesAsrvCenter -Fabric $Fabric -Name $Name
FriendlyName : inmtest81
Server : 10.150.209.27
Port : 443
Name : inmtest81
ID : /Subscriptions/xxxxxxxxxxx/resourceGroups/canaryexproute/providers/Microsoft.RecoveryServices/vaults/xxxxxxxxx/replicationFabrics/xxxxxxxxxxxxxxxxx/replicationvCenters/inmtest81
FabricArmResourceName : d011a5abf48190235963ee3a88ad188ee6bca8a4c6cd0c8d7ce5d439aa77ffd9
ProcessServerId : 526C9B6C-4039-D841-97A92FB0BD153B53
AccountId : 2
DiscoveryStatus : Pending
LastHeartbeat :
Get azure site recovery vCenter by fabric name and name of vCenter.
Example 2
Get-AzRecoveryServicesAsrvCenter -Fabric $Fabric
Get azure site recovery vCenter list by fabric name.
Parameters
The credentials, account, tenant, and subscription used for communication with azure.
| Type: | IAzureContextContainer |
| Aliases: | AzContext, AzureRmContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
ASR fabric object representing the Configuration Server.
| Type: | ASRFabric |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
Name of the vCenter server.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Specifies the resourceId of vCenter.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |