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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...