Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > PowerShell

Vista - Powergadget - Out-Line

Reply
 
Old 12-23-2007   #1 (permalink)
IT Staff


 
 

Powergadget - Out-Line

The default is out-chart , ie out to chart

I want to do a LINE chart ...what is the synatx ?

Sorry i did not spend much time reading the pdf (busy with christmas ) and
hope someone will just shed some basic lights on it.



My System SpecsSystem Spec
Old 12-24-2007   #2 (permalink)
Keith Hill [MVP]


 
 

Re: Powergadget - Out-Line

"IT Staff" <jkklim@xxxxxx> wrote in message
news:ecLK2beRIHA.5288@xxxxxx
Quote:

> The default is out-chart , ie out to chart
>
> I want to do a LINE chart ...what is the synatx ?
>
> Sorry i did not spend much time reading the pdf (busy with christmas )
> and hope someone will just shed some basic lights on it.
The easy way to do this is run:

Out-Chart -configure

Use the wizard to create a template for how you want the chart to look and
then save that template. Now use that template via the -Template parameter:

gci | ?{!$_.psiscontainer} | group Extension | out-chart -template
C:\Users\Keith\Documents\Line.pgt

--
Keith

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Powergadget version PowerShell
powergadget : detect service is down PowerShell
Powergadget : get-content of directory PowerShell
powergadget administrator scenarios PowerShell
Grouping by patches using powergadget PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46