DwayneLaRose Posted October 7, 2010 Report Posted October 7, 2010 I have an issue where I get the following error when I open powergadget charts after a recent update: ---------------------------PowerGadgets Presenter---------------------------The term 'invoke-sql' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.---------------------------OK --------------------------- I can run the powershell that this comes from just fine. Quote
JuanC Posted October 8, 2010 Report Posted October 8, 2010 What exactly do you mean by "after a recent update"? You might want to check if you have an XML file named PowerGadgets.psc1 in the folder where PowerGadgets is installed, it is an XML file so you can open it in notepad and contents should be similar to this <?xml version="1.0" encoding="utf-8"?> <PSConsoleFile ConsoleSchemaVersion="1.0"> <PSVersion>1.0</PSVersion> <PSSnapIns> <PSSnapIn Name="PowerGadgets" /> </PSSnapIns> </PSConsoleFile> Regards, JuanC Quote
DwayneLaRose Posted October 8, 2010 Author Report Posted October 8, 2010 Yep that did it! It is working now! Thanks! Quote
Recommended Posts
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.