This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

New to solarwinds

I am very new to solarwinds and I am just trying to run a few simple powershell templates.  

$TimeZone = (Get-WmiObject -class Win32_TimeZone).StandardName
Write-Host "Statistic:" $TimeZone
Write-Host "Message:" $TimeZone

or

$kb=get-hotfix -id KB5004238,KB5004244,KB5004289,KB5004294,KB5004298,KB5004305 -ErrorAction SilentlyContinue

$KBInstall = $KB.HotFixID

Write-Host "Statistic: $KBInstall"
Write-Host "Message: $KBInstall"

I does give me the data I want but I get an error

Parents Reply Children
  • I did watch a video where when you looked at the summary of a node, there was a window where you could see all the patches installed on that node.  Maybe if I can re-create that, it can help me see some of the results I am looking for.  Do you know how to add the window in Summary that shows all installed KB numbers on each server?