squaredup / Community.DataOnDemand.MP

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

Closed shadeon closed 5 years ago

shadeon commented 8 years ago

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.