I'm currently trying to add a software version to the blue box: System Details in Server Monitor v6.0.2.127. I've right-clicked on the monitor and in the Custom Properties I have named a Parameter SOFTWARE VERSION. I'm trying to get a value that my powershell script is collecting and then update that Custom Property.

On the PowerAdmin Execute Script webpage PA-ExecuteScript, it has an example of $mon.SetComputerCustomPropByID(0, "DEVICEID", "BSQL") so I've tried updating my custom property by calling $mon.SetComputerCustomPropByID(0,"SOFTWARE VERSION",$SVersion), but it's not populating/showing the SOFTWARE VERSION in the System Details.

asked 31 Dec '15, 12:38

ScottBauer's gravatar image

ScottBauer
1123
accept rate: 0%


Resolved through Support

From Scott: I figured it out and am able to get the value of that key as a result. PowerAdmin software is creating the scripts as a 32-bit instance, so I had to write more script in my PowerShell so that it was using a 64-bit instance so that it wasn't getting redirected into the Wow6432Node of the registry because there is a SoftwareMicrosoftWindows NTCurrentVersion in both locations but the DigitalProductID only shows up in the 64-bit registry location. So the error "cannot index into null array" is because the DigitalProductID[0x34..0x42] is null (because it doesn't exist in the 32-bit redirection of the registry).

From Support: There was also a bug with the $mon.SetComputerCustomPropByID function which is now fixed in version 6.1.0.17

Thanks
Quinn

Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer.

link

answered 11 Jan '16, 08:56

Quinn's gravatar image

Quinn ♦♦
14.4k3925
accept rate: 35%

Like a, The company routine of the developing an connections for some other active suppliers has become a largely developed method, As an Air Jordan Retro approach for a business enterprise to stay abreast of its publication rack. Powerful these include bus with rolls royce, Eating habits plan diet Air Jordan Retro 6 pepsi also Nutra cool, Pillsbury Brownies and even Nestle chocolate bars, Crocs and thus walt disney world, Sun microsystems or apple, Betty Crocker and thus Hershey, Breyers and as well, Hershey, Lies and then KC mona lisa, The Air Jordan Retro Shoes new the or Air Jordan Retro 13 Kodak, For example. All of a majority of these particular corp brandings are inventing humongous importance intended to get stakeholders,

link

answered 21 Jan '16, 02:26

Myloveryou's gravatar image

Myloveryou
(suspended)
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×10
×3
×1

Asked: 31 Dec '15, 12:38

Seen: 4,813 times

Last updated: 21 Jan '16, 02:26