I have run into an issue that the output from 2 users are not identical when running a PowerShell script as belew. Does anyone how to fix the issue for user B to get the same result of User A ?
Get-Mailbox hkgbsdis-3130501 | Select-Object -ExpandProperty ForwardingAddress
Result from user 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
Result from user B
mydomain.com/TempOU/OU-BSeMailStorageGroups/sgBS_EmailClient_MIC_HKY_forward