Created
September 25, 2024 16:11
-
-
Save Apoc70/c73c44804423b39b4461f11b5d15cf8c to your computer and use it in GitHub Desktop.
Disable MX IPv6 for all accepted domains in Exchange Online
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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