question

LarbiMessarat-2667 avatar image
0 Votes"
LarbiMessarat-2667 asked ZhengqiLou-MSFT commented

Get-ReceiveConnector "Anonymous Relay_73" | Add-ADPermission -User 'NT AUTHORITY Anonymous Logon' -ExtendedRights MS-Exch-SMTP-Accept-Any-Recipient

[PS] C:\> Get-ReceiveConnector "Anonymous Relay_73" | Add-ADPermission -User 'NT AUTHORITY Anonymous Logon' -ExtendedRights MS-Exch-SMTP-Accept-Any-Recipient

L'utilisateur ou le groupe "NT AUTHORITY Anonymous Logon" est introuvable. Vérifiez que vous avez correctement tapé le nom.
+ CategoryInfo : InvalidData : (:) [Add-ADPermission], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : [Server=SRV-CAS01,RequestId=57908b3b-5035-4c7f-903f-8cfa751b8f01,TimeStamp=05/08/2021 07:28:15] [FailureCategory=Cmdlet-Manag
ementObjectNotFoundException] 910F1007,Microsoft.Exchange.Management.RecipientTasks.AddADPermission
+ PSComputerName : srv-cas01.

office-exchange-server-administration
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

ZhengqiLou-MSFT avatar image
0 Votes"
ZhengqiLou-MSFT answered ZhengqiLou-MSFT commented

Hi @LarbiMessarat-2667 ,

The error message points out the user or group not found exception.
I checked the official document, and it should be -User "NT AUTHORITY\ANONYMOUS LOGON"
Try this:

 Get-ReceiveConnector "Anonymous Relay_73" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "Ms-Exch-SMTP-Accept-Any-Recipient"

Best regards,
Lou


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.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @LarbiMessarat-2667 ,

Do the suggestions above help? If the issue has been resolved, please click “Accept as answer” to mark the helpful reply as an answer, this will make answer searching in the forum easier and be beneficial to other community members as well.

If you are still stuck in this issue, please feel free to post your questions.

Regards,
Lou


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 Votes 0 ·