Contact Info

Crumbtrail

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

Format-Table - Powershell 3.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 each c
olumn. 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 column 
headings in the table. To add a calculated property, use the Property or GroupBy parameters.