Datasheet

Chapter 1: Getting Started with Windows PowerShell
27
Format - List
In the previous example Get-Mailbox displayed only those properties specified as default output for
the cmdlet. By passing the object to
Format-List (or its alias name fl ) without any additional
parameters, all properties are displayed in a list format as shown in Figure 1 - 20 .
To display only specific properties, add the property names, separated by commas, after
Format-List .
For example, if you only want to see the
Name , Alias , and PrimarySMTPAddress properties for user
jandoe , you would then run the command shown in Figure 1 - 21 .
Figure 1-20
Figure 1-21
c01.indd 27c01.indd 27 12/17/07 3:19:31 PM12/17/07 3:19:31 PM