我遇到了一个问题,当运行PowerShell脚本(如belew)时,2个用户的输出不相同。有没有人如何解决问题以使用户B获得与用户A相同的结果?
Get-Mailbox hkgbsdis-3130501 | Select-Object -ExpandProperty ForwardingAddress
用户A的结果
IsDeleted : False Rdn : CN=sgBS_EmailClient_MIC_HKY_forward Parent : mydomain.com/TempOU/OU-BSeMailStorageGroups Depth : 4 DistinguishedName : CN=sgBS_EmailClient_MIC_HKY_forward,OU=OU-BSeMailStorageGroups,OU=TempOU,DC=mydomain,DC=com IsRelativeDn : False DomainId : mydomain.com ObjectGuid : 0e4ee5e6-dd33-4033-b091-29153a6f5ec3 Name : sgBS_EmailClient_MIC_HKY_forward
用户B的结果
mydomain.com/TempOU/OU-BSeMailStorageGroups/sgBS_EmailClient_MIC_HKY_forward