Avatar of techdrive
techdrive
Flag for United States of America

asked on 

Exchange 2013 error proxy on server

I am attempting to convert some shared mailboxes back to regular and then some to shared. I received this while running the following command

get-content c:\usernames.csv | foreach {set-mailbox -id $_ -type:shared }

Error on proxy command 'Set-Mailbox -Identity:'USERNAME' -Type:'Regular' -Confirm:$False -Force:$True' to server
servername FQDN: Server version 15.00.1130.0000, Proxy method RPS:
The operation couldn't be performed because object 'USER NAME' couldn't be found on 'FQDN AD SERVER'..
    + CategoryInfo          : NotSpecified: (:) [Set-Mailbox], CmdletProxyException
    + FullyQualifiedErrorId : Microsoft.Exchange.Configuration.CmdletProxyException,Microsoft.Exchange.Management.Reci
   pientTasks.SetMailbox
    + PSComputerName        : REMOTESERVERLOGGEDINTOPERFORMING THIS OPERATION
ExchangeMicrosoft IIS Web Server

Avatar of undefined
Last Comment
Dan McFadden

8/22/2022 - Mon