Exchange 2007 SP1 changed the Get-Recipient cmdlet ?!
In the RTM version of the Exchange Management Shell, the Get-Recipient cmdlet could be used to successfully retrieve the LegacyExchangeDN of a MailUser object, using the following command:
Code Snippet
$SourceRecipient = Get-Recipient $emailaddress
$OldLegacyExchangeDN = [string]$SourceRecipient.LegacyExchangeDN
But after applying SP1, the results of Get-Recipient don't include the LegacyExchangeDN of the recipient.
Is this a bug? Should I have expected this change?
March 7th, 2008 9:39pm