问题描述
我们正在使用new-moverequest
New-MoveRequest -Identity [email protected] -Remotehostname'mail.source.net'-RemoteCredential $ source -TargetDeliverydomain $ TargetForest
但是它给出了错误
MailUser对象'mailbox1'中缺少关键属性'LegacyExchangeDN'。
+ CategoryInfo:InvalidArgument:(shiva @ softobiz .net:MailboxOrMailUserIdParameter)[New-MoveRequest],RecipientTaskException
+ FullyQualifiedErrorId:B4D72896,Microsoft.Exchange.Management.RecipientTasks.NewMoveRequest
+ PSComputerName:srvemail.target.com
请提供一些建议,说明为什么会出现这个问题。
we are using the new-moverequest
New-MoveRequest –Identity [email protected] –Remote –Remotehostname ‘email.source.net’ -RemoteCredential $source –TargetDeliverydomain $TargetForest
but it gives error
The critical property 'LegacyExchangeDN' is missing in the MailUser object 'mailbox1'.
+ CategoryInfo : InvalidArgument: ([email protected]:MailboxOrMailUserIdParameter) [New-MoveRequest], RecipientTaskException
+ FullyQualifiedErrorId : B4D72896,Microsoft.Exchange.Management.RecipientTasks.NewMoveRequest
+ PSComputerName : srvemail.target.com
please provide some suggestion why that problem occur.
推荐答案
这篇关于MailUser对象中缺少关键属性“LegacyExchangeDN”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!