Jump to content
Software FX Community

DwayneLaRose

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by DwayneLaRose

  1. An update to this issue,

     

    I tried to update Power Gadgets from the Software FX site and got the following error when I open powershell:

     

    Add-PSSnapin : Cannot load Windows PowerShell snap-in powergadgets because of the following error: The Windows PowerShell snap-in module C:\Program Files\PowerGadgets\PowerGadgets.Commands.dll does not have required Windows PowerShell snap-in strong name PowerGadgets.Commands, Version=1.0.2769.24553, Culture=neutral, PublicKeyToken=a1878e2052c08dce.At C:\WINDOWS\system32\WindowsPowerShell\v1.0\profile.ps1:9 char:13+ add-pssnapin <<<<  powergadgets   + CategoryInfo   : InvalidArgument: (powergadgets:String) [Add-PSSn apin], PSSnapInException   + FullyQualifiedErrorId : AddPSSnapInRead,Microsoft.PowerShell.Commands.Ad dPSSnapinCommandHope you can help!
  2.  I am try to run the following script to produce colour coded charts.

    This is the script that I am using:

    # HoursByTech(ITW).ps1$condition = {switch ($_.Color){   'Blue' {0;}   'Green' {1;}   'Yellow' {2;}   'Red' {3;}   }}&"GetHoursByTech(ITW).ps1" last week| out-chart -caption "Hours Worked by Tech" -Title "Hours Worked by Tech" -palette highcontrast -backcolor black -plotareacolor black  -background solid -forecolor silver -allseries_multiplecolors true  -refresh 00:30:00 -name "HoursByTech(Colour)"  -legendbox_visible false -conditionalattributes_0_color Blue -conditionalattributes_1_color Green -conditionalattributes_2_color Yellow -conditionalattributes_3_color Red -condition $condition

    When I run this script, I get the attached error.

    Thanks in advance!

  3. 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.

     

     

×
×
  • Create New...