The Data on Demand Management Pack contains a number of useful System Center Operations Manager (SCOM) agent tasks, including the Netstat task required by Squared Up Visual Application Discovery & Analytics.
GNU General Public License v3.0
4
stars
2
forks
source link
Support "Get DNS Cache" task on older windows systems #2
The Get DNS Cache task depends on the Get-DNSClientCache PowerShell cmdlet, which itself depends upon WMI classes not available on Windows 2008 R2 and below.
This task could easily be replaced with an implementation that makes use of native windows commands (ipconfig /displaydns) which would allow for support across 2003/2008 systems.
The Get DNS Cache task depends on the Get-DNSClientCache PowerShell cmdlet, which itself depends upon WMI classes not available on Windows 2008 R2 and below.
This task could easily be replaced with an implementation that makes use of native windows commands (ipconfig /displaydns) which would allow for support across 2003/2008 systems.