Skip to main content

adds_services_replication_status

Creates, updates, deletes, gets or lists a adds_services_replication_status resource.

Overview

Nameadds_services_replication_status
TypeResource
Idazure.ad_hybrid_health_service.adds_services_replication_status

Fields

NameDatatypeDescription
errorDcCountintegerThe total number of domain controllers with error in a given forest.
forestNamestringThe forest name.
totalDcCountintegerThe total number of domain controllers for a given forest.

Methods

NameAccessible byRequired ParamsDescription
getSELECTserviceNameGets Replication status for a given Active Directory Domain Service, that is onboarded to Azure Active Directory Connect Health.

SELECT examples

Gets Replication status for a given Active Directory Domain Service, that is onboarded to Azure Active Directory Connect Health.

SELECT
errorDcCount,
forestName,
totalDcCount
FROM azure.ad_hybrid_health_service.adds_services_replication_status
WHERE serviceName = '{{ serviceName }}';