Skip to content

Commit ec591b9

Browse files
authored
Update Get-IPv6StatusForAcceptedDomain.md
1 parent 6332cca commit ec591b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exchange/exchange-ps/exchange/Get-IPv6StatusForAcceptedDomain.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ If IPv6 is enabled for an accepted domain in Exchange Online, IPv4 and IPv6 addr
3434

3535
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
3636

37-
> [!WARNING]
38-
> If you use Enable/Disable-IPv6ForAcceptedDomain to update the IPv6 setting for an accepted domain, the updated status can take up to an hour to be visible using `Get-IPv6StatusForAcceptedDomain` due to caching.
37+
> [!NOTE]
38+
> When you use the Enable-IPv6ForAcceptedDomain or Disable-IPv6ForAcceptedDomain cmdlets to update the IPv6 setting for an accepted domain, the updated status can take up to an hour to be visible using `Get-IPv6StatusForAcceptedDomain` due to caching.
3939
>
40-
> Example where this may occur: running `Get-IPv6StatusForAcceptedDomain`, finding that the accepted domain’s IPv6 status is Enabled, running `Disable-IPv6ForAcceptedDomain` for that domain, then running `Get-IPv6StatusForAcceptedDomain` again for the same domain. The second use of `Get-IPv6StatusForAcceptedDomain` may erroneously return Enabled for up to an hour, so you may need to wait until after that period has lapsed before seeing the updated status as Disabled.
40+
> For example, `Get-IPv6StatusForAcceptedDomain` shows the IPv6 status value Enabled for a domain. You run `Disable-IPv6ForAcceptedDomain` to disable IPv6 for the domain, you immediately run `Get-IPv6StatusForAcceptedDomain` to check the IPv6 staus of the domain, and the command erroneously returns the value Enabled for the domain. Wait an hour before you run `Get-IPv6StatusForAcceptedDomain` to check the IPv6 status of the domain again.
4141
4242
## EXAMPLES
4343

0 commit comments

Comments
 (0)