Jump to content
Software FX Community

jeffg

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by jeffg

  1. got it to work. -InnerGauges_0_Size "0.9, 0.9" found in help file. I had been searching PDF and did not find it in there.
  2. I cannot get my refresh to work properly in the script below. I pull the data ok but it never refreshes. I have tried putting the refresh a couple places with no luck. anythoughts? $computer = "." $namespace = "root\CIMV2" $val1 =Get-WmiObject win32_Processor -computername $computer|%{$_.loadpercentage}$val2=Get-WmiObject -class Win32_PerfFormattedData_Tcpip_NetworkInterface -computername $computer -namespace $namespace -filter "name='Broadcom NetXtreme 57xx Gigabit Controller'" |%{$_.BytesTotalPersec /125000} out-gauge
  3. I have a radial gauge with a digital gauge inside it but the digital gauge is small. How do I change the size of the inside gauge only. Everything I have tried has changed the outside radial gauge.
×
×
  • Create New...