Windows Vista Forums
Vista Forums Home Join Vista Forums Donate 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 Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Microsoft Technical Newsgroups > PowerShell

When running "out-chart" I get the error message that...Can you he

Reply
 
LinkBack Thread Tools Display Modes
Old 08-09-2007   #1 (permalink)
Patrick R.
Guest


 
 

When running "out-chart" I get the error message that...Can you he

The term 'out-chart' is not recognized as a cmd
again.
At line:1 char:39
+ get-wmiobject win32_winstat | out-chart <<<<

My System SpecsSystem Spec
Old 08-09-2007   #2 (permalink)
Jeff
Guest


 
 

Re: When running "out-chart" I get the error message that...Can you he

On Aug 10, 9:04 am, Patrick R. <Patri...@discussions.microsoft.com>
wrote:
> The term 'out-chart' is not recognized as a cmd
> again.
> At line:1 char:39
> + get-wmiobject win32_winstat | out-chart <<<<


Out-Chart isn't a built-in PowerShell cmdlet... It comes with
PowerGadgets(http://www.powergadgets.com/), I believe. Do you have
PowerGadgets installed?

Jeff

My System SpecsSystem Spec
Old 08-10-2007   #3 (permalink)
Patrick R.
Guest


 
 

Re: When running "out-chart" I get the error message that...Can yo

Jeff, you are probably correct but I copied a portion of the file that was
the content for a video from Microsoft on using Powershell and it worked well
for him so I don't know. But thanks for the reply.
Patrick

10. Collecting Windows System Assessment Tool data from the command line.
The Windows System Assessment Tool (WSAT) provides numeric ratings (1= bad,
5=good) of system performance for processor, disk, graphics, etc so you can
get a summary and potential solutions for improving performance. Because this
data is stored in WMI, Windows PowerShell can programmatically collect this
data from multiple computers and allow you to quickly evaluate the health of
a set of machines without having to log in to each one. Here is a command to
get WSAT data from a single Vista machine and format it in a nice, auto-sized
table for viewing. Also an example of a PowerGadgets chart.
PS> get-wmiobject win32_winsat | format-table __SERVER, *SCORE -autosize
PS> get-wmiobject win32_winsat | select *score | out-chart -Title "System
Assessment Scores by PowerGadgets"




"Jeff" wrote:

> On Aug 10, 9:04 am, Patrick R. <Patri...@discussions.microsoft.com>
> wrote:
> > The term 'out-chart' is not recognized as a cmd
> > again.
> > At line:1 char:39
> > + get-wmiobject win32_winstat | out-chart <<<<

>
> Out-Chart isn't a built-in PowerShell cmdlet... It comes with
> PowerGadgets(http://www.powergadgets.com/), I believe. Do you have
> PowerGadgets installed?
>
> Jeff
>
>

My System SpecsSystem Spec
Old 08-10-2007   #4 (permalink)
Brandon Shell
Guest


 
 

Re: When running "out-chart" I get the error message that...Can yo

This is a powergadget snap-in that has to be installed separately from
powershell.
The code you provided eludes this this (ever so vaguely)
get-wmiobject win32_winsat | select *score | out-chart -Title "System
Assessment Scores by PowerGadgets"

"Patrick R." <PatrickR@discussions.microsoft.com> wrote in message
news:F249F8A3-293B-4FB8-94D8-5AC9FFE0E2CF@microsoft.com...
> Jeff, you are probably correct but I copied a portion of the file that was
> the content for a video from Microsoft on using Powershell and it worked
> well
> for him so I don't know. But thanks for the reply.
> Patrick
>
> 10. Collecting Windows System Assessment Tool data from the command line.
> The Windows System Assessment Tool (WSAT) provides numeric ratings (1=
> bad,
> 5=good) of system performance for processor, disk, graphics, etc so you
> can
> get a summary and potential solutions for improving performance. Because
> this
> data is stored in WMI, Windows PowerShell can programmatically collect
> this
> data from multiple computers and allow you to quickly evaluate the health
> of
> a set of machines without having to log in to each one. Here is a command
> to
> get WSAT data from a single Vista machine and format it in a nice,
> auto-sized
> table for viewing. Also an example of a PowerGadgets chart.
> PS> get-wmiobject win32_winsat | format-table __SERVER, *SCORE -autosize
> PS> get-wmiobject win32_winsat | select *score | out-chart -Title "System
> Assessment Scores by PowerGadgets"
>
>
>
>
> "Jeff" wrote:
>
>> On Aug 10, 9:04 am, Patrick R. <Patri...@discussions.microsoft.com>
>> wrote:
>> > The term 'out-chart' is not recognized as a cmd
>> > again.
>> > At line:1 char:39
>> > + get-wmiobject win32_winstat | out-chart <<<<

>>
>> Out-Chart isn't a built-in PowerShell cmdlet... It comes with
>> PowerGadgets(http://www.powergadgets.com/), I believe. Do you have
>> PowerGadgets installed?
>>
>> Jeff
>>
>>


My System SpecsSystem Spec
Old 08-10-2007   #5 (permalink)
Marco Shaw
Guest


 
 

Re: When running "out-chart" I get the error message that...Can yo

Patrick R. wrote:
> Jeff, you are probably correct but I copied a portion of the file that was
> the content for a video from Microsoft on using Powershell and it worked well
> for him so I don't know. But thanks for the reply.
> Patrick
>
> 10. Collecting Windows System Assessment Tool data from the command line.
> The Windows System Assessment Tool (WSAT) provides numeric ratings (1= bad,
> 5=good) of system performance for processor, disk, graphics, etc so you can
> get a summary and potential solutions for improving performance. Because this
> data is stored in WMI, Windows PowerShell can programmatically collect this
> data from multiple computers and allow you to quickly evaluate the health of
> a set of machines without having to log in to each one. Here is a command to
> get WSAT data from a single Vista machine and format it in a nice, auto-sized
> table for viewing. Also an example of a PowerGadgets chart.
> PS> get-wmiobject win32_winsat | format-table __SERVER, *SCORE -autosize
> PS> get-wmiobject win32_winsat | select *score | out-chart -Title "System
> Assessment Scores by PowerGadgets"


Yup, he says "PowerGadgets" right in the last line above.

There may be other implementations of out-chart, but this is definitely
PowerGadgets being used.

You can get a free 60 day trial or apply for their own "MVP" program.

Marco

--
----------------
PowerGadgets MVP
http://www.powergadgets.com/mvp

Blog:
http://marcoshaw.blogspot.com
My System SpecsSystem Spec
Reply

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
"You are running out of disk space on RECOVERY (D:)" message. Robert Judge Vista performance & maintenance 15 12-30-2008 07:40 AM
FTP Server - "FTP Port is used" error message" AG Moreno .NET General 1 08-10-2008 03:52 AM
"Your system is running low on resources. You cannot log on" Error Nonnordhiel General Discussion 4 07-22-2008 02:26 AM
Error Message "Error Loading C:\Windows\System32\csgina.dll" sstires Vista General 7 11-02-2007 08:58 AM
office 2007 running in vista cryptic error in "problem reports and solutions" Nicholas Hall Vista General 8 05-23-2007 04:25 PM


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 47 48 49 50 51 52 53