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