Hi,
How can I change the 'Identity' parameter?
Using Powershell I can run Set-MailContact -Identity "John McClane" -ExternalEmailAddress "john@contoso.com" to change the email address or other parameter but not the Identity.
I've tried Set-MailContact -DisplayName John McClane -Identity "JohnMcClane" but it returns an error.
Thanks