(imported topic written by BetFix91)
I would like to pull the data contained in the routing tables of a range of windows 2003 machines. Is there a registry key or file I can use to extract this?
(imported topic written by BetFix91)
I would like to pull the data contained in the routing tables of a range of windows 2003 machines. Is there a registry key or file I can use to extract this?
(imported comment written by BenKus)
Hey BetFix,
There aren’t native route inspectors in BigFix and so I think you will need to do something like create an action to run ‘print route > C:\route.txt’ and then make a property to return ‘lines of file of “C:\route.txt”’
Ben