rockridder

Comments

  • NOTE, there is an alternative to PSEXEC that does not pass the credetials in plain text. PAEXEC, same commands same functionality none of the negative side effects...
  • These instructions seem to no longer be valid. I don not have variables such as Event Time, Event Type Icon or Message. Also I do not have a tab to select Time Frame, which makes this report impossible to create. Any suggestions?
  • That wouldn't work, since this is VMware, I want the report to be dynamic. I am a bit perplexed, clearly the information exists in the database, I just have no way to extract it. I find that this is the case more and more as I become more comfortable with SolarWinds.
  • Ok, it was a little bit of a pain, but I figured it out. I can't be the only one out there that needs this little gem... SELECT VIM_Hosts.HostName, Nodes.StatusLED AS Status_Icon, VirtualMachines.DisplayName, Nodes.NodeID, VirtualMachines.NodeID as HostNodeID FROM VirtualMachines INNER JOIN Nodes ON VirtualMachines.NodeID…