List of Exchange 2007 Mailbox attributes(properties) using by powershell command? -
I need to list Exchange 2007 mailbox attributes (using PowerShell), which is the command of the Pashchell command (enabled-mailbox) Can be set using. Do you know how I can do this?
I know that the list of parameters is given here, can there be a custom parameter that is not listed here?
Try using:
mail-mail
Edit after comments:
Set-mailbox mailboxname | Go-to member ? {$ _ Member member-eq "property"} # To get all the features useful with all mailbox commandlets Get-Mailbox | Go-to member ? Provide a list of all the properties available from {$ _ member member-eq "property"} # this get-mailbox cmdlet
Comments
Post a Comment