Jump to content
Software FX Community

Newbie Question


Vert

Recommended Posts

I just downloaded the trial.

Any help would be great.

I keep getting the following:

 

The term 'out-chart' is not recognized as a cmdlet, function, operable program,

or script file. Verify the term and try again.

At line:1 char:23

+ get-process | out-chart <<<<

Link to comment
Share on other sites

It seems like you are trying to execute these scripts on a PowerShell console that does not have our snapin added. You have several options

- Use the shortcut created when you installed PowerGadgets to run a console where our snapin is included by default

- When using normal PowerShell you can type "add-pssnapin PowerGadgets" without the quotes to add our snapin.

- You could also modify your profile.ps1 to add our snapin automatically every time you run powershell

Regards,

JuanC

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...