Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 2.0 » Format-Table

Format-Table - Powershell 2.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

Format-Table

Short description
Formats the output as a table.

Syntax


Description
The Format-Table cmdlet formats the output of a command as a table with the selected properties of the object in ea
    ch column. The object type determines the default layout and properties that are displayed in each column, but you 
    can use the Property parameter to select the properties that you want to see.
    
    You can also use a hash table to add calculated properties to an object before displaying it and to specify the col
    umn headings in the table. To add a calculated property, use the Property or GroupBy parameters.