How to clear a property from EMS
Hi All, I have a problem with clearing a property in EMS. If I type get-mailbox mailboxname | fl AcceptMessagesOnlyFrom are set to DL_Exchange Admins, in EMC I can remove the DL from that object, under Mail flow settings -> Message delivery restrictions. How do I remove it from EMS?
December 14th, 2006 4:55pm

hi there. You can clear most properties, including AcceptMessagesOnlyFrom, by passing $Null to it. for example: Set-Mailbox "mailboxname" -AcceptMessagesOnlyFrom $Null David.
Free Windows Admin Tool Kit Click here and download it now
December 15th, 2006 8:50am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics