Enable-CrossForestConnector.ps1 "NT AUTHORITY \ ANONYMOUS LOGON" was not found

Stefan Sabolowitsch 1 Reputation point
2020-12-15T12:11:05.903+00:00

hi there,

we want to set up a CrossForestConnector, but this fails with the script "Enable-CrossForestConnector.ps1" with the error message.
The user or group "NT AUTHORITY\ ANONYMOUS LOGON" was not found.

The command line is as follows:
. \ Enable-CrossForestConnector.ps1 -Connector "send-connector" -user "NT-Autorität\Anonymous-Anmeldung"

No matter which user we use, German or English spelling, the error message is always the same.

Info:
OS Windows 2016 German, Exchange 2016 German CU17
Interestingly, an anonymous relay could be created with the Add-ADPermission -User "NT-Autorität\Anonymous-Anmeldung".
There seems to be a problem with the "Enable-CrossForestConnector.ps1".

Thanks for any help.
StefanS

Exchange | Exchange Server | Management
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Kael Yao 37,746 Reputation points Moderator
    2020-12-16T06:02:58.487+00:00

    @Stefan Sabolowitsch
    Hi,StefanS.

    I suppose that the problem may be your OS language is German while the script is designed for English servers.
    Thus it doesn't work in your environment.

    Add-ADPermission and other commands may work fine because you manually input the value "NT-Autorität\Anonymous-Anmeldung".


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Stefan Sabolowitsch 1 Reputation point
    2020-12-16T08:59:44.29+00:00

    Hi @Kael Yao ,
    thanks for your answer. If so, what solution is there?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.