- Edited by Raritan Wednesday, February 04, 2015 11:21 AM second pic
exchange legacy dn to GUID
February 4th, 2015 2:20pm
Hi Belinda,
Can you help me how can I get the user mailbox id or guid from Legacy DN id. In the above pic you can see the legacy dn value
- Edited by Raritan Thursday, February 05, 2015 6:52 AM add more comments
Free Windows Admin Tool Kit Click here and download it now
February 5th, 2015 9:51am
Hi,
You can use the following command to retrieve the mailbox based on the LegacyExchangeDN attribute.
Get-Mailbox | Where {$_.LegacyExchangeDN -like your LegacyExchangeDN "}
Best regards,
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com
February 6th, 2015 5:36am
Hi,
Is there any update on this issue?
Best regards,
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com
Free Windows Admin Tool Kit Click here and download it now
February 8th, 2015 9:12pm