Commands › Exchange Online

Get-DatabaseAvailabilityGroupNetwork

Exchange Online ExchangeOnlineManagement Get-*

Display configuration and state information for a database availability group (DAG) network.

Quick start script

# Get-DatabaseAvailabilityGroupNetwork — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-ExchangeOnline -CertificateThumbprint $thumb -AppId $appId -Organization $org

# 2. Run and inspect
Get-DatabaseAvailabilityGroupNetwork | Format-List

# 3. Export for evidence / drift tracking
Get-DatabaseAvailabilityGroupNetwork | Export-Clixml .\DatabaseAvailabilityGroupNetwork-$(Get-Date -Format yyyyMMdd).xml

Syntax

Get-DatabaseAvailabilityGroupNetwork [[-Identity] <DatabaseAvailabilityGroupNetworkIdParameter>]
 [-DomainController <Fqdn>]
 [-Server <ServerIdParameter>]
 [<CommonParameters>]

Parameters (3)

ParameterTypeRequiredWhat it controls
-Identity DatabaseAvailabilityGroupNetworkIdParameter The Identity parameter specifies the name of a DAG or a DAG network.
-DomainController Fqdn The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name...
-Server ServerIdParameter The Server parameter specifies the Mailbox server in the DAG to retrieve health information for the DAG network from. You can use any value that uniquely identifies the server. For example:

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.