Skip to content

Instantly share code, notes, and snippets.

@Apoc70
Created September 25, 2024 16:11
Show Gist options
  • Save Apoc70/c73c44804423b39b4461f11b5d15cf8c to your computer and use it in GitHub Desktop.
Save Apoc70/c73c44804423b39b4461f11b5d15cf8c to your computer and use it in GitHub Desktop.
Disable MX IPv6 for all accepted domains in Exchange Online
$domains = Get-AcceptedDomain
PS C:\SCRIPTS> $domains | %{Disable-IPv6ForAcceptedDomain -Domain $_.DomainName}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment