Commands › Exchange Online

Get-IPv6StatusForAcceptedDomain

Exchange Online ExchangeOnlineManagement Get-*

View the status of support for mail delivery to accepted domains in Exchange Online using IPv6.

Quick start script

# Get-IPv6StatusForAcceptedDomain — 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-IPv6StatusForAcceptedDomain | Format-List

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

Syntax

Get-IPv6StatusForAcceptedDomain [[-Domain] <String>]
 [-Confirm]
 [-WhatIf]
 [<CommonParameters>]

Parameters (3)

ParameterTypeRequiredWhat it controls
-Domain String The Domain parameter specifies the accepted domain that you want to view IPv6 status for.
-Confirm SwitchParameter This parameter is reserved for internal Microsoft use.
-WhatIf SwitchParameter This parameter is reserved for internal Microsoft use.

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