There's not another name, get-mailbox just doesn't return it as a property.  
Get-user does, however.

This will work for getting the title added to a console display:

[PS] C:\>Get-Mailbox <name> | ft Name,DistinguishedName,Server,Database,@{label 
= "Title";expression = {(get-user
$_.samaccountname).title}}



From: Kleciak, Clint D A7IT [mailto:clint.klec...@cigna.com]
Sent: Wednesday, November 03, 2010 10:46 AM
To: MS-Exchange Admin Issues
Subject: Power Shell Title Attribute

Does anyone know how to get the "Title" attribute displayed in the GUI via 
PowerShell.  I did a FL to get a full list of the attributes that PowerShell 
returns in a get-mailbox and it is not displayed, but it is displayed in the 
GUI.  Also tried the following with little luck:

Get-Mailbox Name |Select-Object Name,DistinguishedName,Server,Database,Title

Is there another name for title?

thanks

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com<mailto:listmana...@lyris.sunbeltsoftware.com>
with the body: unsubscribe exchangelist

------------------------------------------------------------------------------
CONFIDENTIALITY NOTICE: If you have received this email in error, please 
immediately notify the sender by e-mail at the address shown. This email 
transmission may contain confidential information. This information is intended 
only for the use of the individual(s) or entity to whom it is intended even if 
addressed incorrectly. Please delete it from your files if you are not the 
intended recipient. Thank you for your compliance. Copyright 2010 CIGNA
==============================================================================
**************************************************************************************************
Note: 
The information contained in this message may be privileged and confidential 
and 
protected from disclosure.  If the reader of this message is not the intended  
recipient, or an employee or agent responsible for delivering this message to  
the intended recipient, you are hereby notified that any dissemination,   
distribution or copying of this communication is strictly prohibited. If you  
have received this communication in error, please notify us immediately by  
replying to the message and deleting it from your computer. 
**************************************************************************************************

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

Reply via email to