Get-AzRecoveryServicesAsrvCenter
Gets details of the vCenter servers registered for discovery on the Configuration server specified by the ASR fabric.
Syntax
ByFabricObject (Default)
Get-AzRecoveryServicesAsrvCenter
-Fabric <ASRFabric>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
ByResourceId
Get-AzRecoveryServicesAsrvCenter
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
ByName
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
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with azure.
Parameter properties
Type: | IAzureContextContainer |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Fabric
ASR fabric object representing the Configuration Server.
Parameter properties
Type: | ASRFabric |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
ByFabricObject
Position: | Named |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
ByName
Position: | Named |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Name
Name of the vCenter server.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
ByName
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ResourceId
Specifies the resourceId of vCenter.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
ByResourceId
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.