11 Mar 2009 at 13:24 #1 Teledude Teledude Soldato Joined 4 Dec 2003 Posts 2,847 anyone know of any good free tools to scan a range of IP's for disk capacity and used space? tried WMI but its way over my head
anyone know of any good free tools to scan a range of IP's for disk capacity and used space? tried WMI but its way over my head
11 Mar 2009 at 13:26 #2 iaind iaind Soldato Joined 26 Feb 2009 Posts 14,817 Location Exeter Depends if you just want free space or a bit more information. SNMP will give disk usage and something like Nagios will monitor the SNMP traps free. If you want a bit more info have a look at Space ObServer (relatively cheap) or Northern Storage Suite (quite pricey)
Depends if you just want free space or a bit more information. SNMP will give disk usage and something like Nagios will monitor the SNMP traps free. If you want a bit more info have a look at Space ObServer (relatively cheap) or Northern Storage Suite (quite pricey)
11 Mar 2009 at 13:28 #3 Teledude Teledude Soldato OP Joined 4 Dec 2003 Posts 2,847 I just need an instant way to get this info now for free into excel
11 Mar 2009 at 13:32 #4 iaind iaind Soldato Joined 26 Feb 2009 Posts 14,817 Location Exeter I havent used Nagios but it does apparently have some reporting that may do it. Other than that, I cant think of another way other than log into each box and do it manually
I havent used Nagios but it does apparently have some reporting that may do it. Other than that, I cant think of another way other than log into each box and do it manually
11 Mar 2009 at 21:48 #5 morfmedia morfmedia Associate Joined 21 Aug 2007 Posts 854 Try scriptomatic from MS for WMI queuries else Powershell should be able to do this very easily and tabulate it or format in XML.
Try scriptomatic from MS for WMI queuries else Powershell should be able to do this very easily and tabulate it or format in XML.
12 Mar 2009 at 08:57 #6 Teledude Teledude Soldato OP Joined 4 Dec 2003 Posts 2,847 morfmedia said: Try scriptomatic from MS for WMI queuries else Powershell should be able to do this very easily and tabulate it or format in XML. Click to expand... I said WMI was too much of a ball ache - I don't have the knowledge to work it out and format it!
morfmedia said: Try scriptomatic from MS for WMI queuries else Powershell should be able to do this very easily and tabulate it or format in XML. Click to expand... I said WMI was too much of a ball ache - I don't have the knowledge to work it out and format it!
12 Mar 2009 at 09:31 #7 Teledude Teledude Soldato OP Joined 4 Dec 2003 Posts 2,847 sorted with powershell
12 Mar 2009 at 20:32 #8 morfmedia morfmedia Associate Joined 21 Aug 2007 Posts 854 Good work, see it's nice creating your own solution