Tuesday, April 15, 2014

You can't specify the "*" domain as the Target Delivery domain

[PS] C:\Windows\system32>Get-RemoteDomain | Set-RemoteDomain -UseSimpleDisplayName $true
WARNING: The object Default has been corrupted, and it's in an inconsistent state. The following validation errors
happened:
WARNING: You can't specify the "*" domain as the Target Delivery domain.
You can't specify the "*" domain as the Target Delivery domain.
    + CategoryInfo          : NotSpecified: (Default:ADObjectId) [Set-RemoteDomain], DataValidationException

    + FullyQualifiedErrorId : F872968C,Microsoft.Exchange.Management.SystemConfigurationTasks.SetRemoteDomain


In 

1 comment:

  1. From what I can find (having the same error) the error message needs to be ignored.
    I found on TechNet (http://technet.microsoft.com/en-us/library/aa996309(v=exchg.150).aspx) that this is the default.

    ReplyDelete