Forum Discussion

MarkusOE's avatar
MarkusOE
Brass Contributor
May 14, 2024

SOLVED ADOperationException when Enable-RemoteMailbox with Management Role

I ran into the following error when I was enabling remote mailboxes in a post-hybrid environment using Exchange management tools 2019 (Add-PSSnapin Microsoft.Exchange.Management.PowerShell.SnapIn).

I found neighboring threads on the Internet, but for this attribute and CMDlet (combination).

 

Solution: proxyAddresses attribute already had a value. After making sure the attribute has no values, I was able to run the command successfully.

 

PS C:\Users\adm-xyz01> Enable-RemoteMailbox 'xyz@domain.custom' -RemoteRoutingAddress 'email address removed for privacy reasons'
Enable-RemoteMailbox : Fehler bei Active Directory-Vorgang mit dc.domain.local. Bei diesem Fehler ist kein Wiederholungsversuch möglich. Zusätzliche Informationen: Der Attributwert kann nicht entfernt werden, da er beim Objekt nicht vorhanden ist.
Active Directory-Antwort: 00002085: AtrErr: DSID-03152B62, #1:
0: 00002085: DSID-03152B62, problem 1001 (NO_ATTRIBUTE_OR_VAL), data 0, Att 200d2 (proxyAddresses):len 38
In Zeile:1 Zeichen:1
+ Enable-RemoteMailbox 'xyz@domain.custom' -RemoteRoutingAddress 'xyz@doma ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Enable-RemoteMailbox], ADOperationException
+ FullyQualifiedErrorId : [Server=EXMANAGEMENT,RequestId=removed,TimeStamp=removed] [FailureCategory=Cmdlet-ADOperationException] 2F307682,Microsoft.Exchange.Management.RecipientTasks.EnableRemoteMailbox

No RepliesBe the first to reply

Resources