Karl Mitschke
2008-01-16 23:07:58 UTC
Hello;
I am running Exchange 2007, SP1, and I am trying to clear the WindowsEmailAddress
after (or even before) disabling a mailbox.
Disabling it seems to remove the PrimarySMTPAddress, but not the WindowsEmailAddress.
I DON'T want to delete the AD account, all I want to do is remove its WindowsEmailAddress.
I tried set-mailbox -identity "identity" -WindowsEmailAddress $null" which
fails as $null is not a valid smtp address.
I suppose I could do a call to Active Directory, but I'd prefer not to.
Does anyone have any ideas?
Kar
I am running Exchange 2007, SP1, and I am trying to clear the WindowsEmailAddress
after (or even before) disabling a mailbox.
Disabling it seems to remove the PrimarySMTPAddress, but not the WindowsEmailAddress.
I DON'T want to delete the AD account, all I want to do is remove its WindowsEmailAddress.
I tried set-mailbox -identity "identity" -WindowsEmailAddress $null" which
fails as $null is not a valid smtp address.
I suppose I could do a call to Active Directory, but I'd prefer not to.
Does anyone have any ideas?
Kar