Search found 6 matches
- Tue Jul 24, 2007 6:10 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Active Scripts and WMI
- Replies: 32
- Views: 80089
Looks like Win32_Volume class is not available on windows XP. :roll: Quote from the Microsoft: http://msdn2.microsoft.com/en-us/library/aa394515.aspx ============== Windows XP and earlier: This class is not available. ============== So might it work on Windows Server 2003? Sure, script that uses Wi...
- Tue Jul 24, 2007 4:53 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Active Scripts and WMI
- Replies: 32
- Views: 80089
So might it work on Windows Server 2003?KS-Soft Europe wrote:Looks like Win32_Volume class is not available on windows XP.Quote from the Microsoft:
http://msdn2.microsoft.com/en-us/library/aa394515.aspx
==============
Windows XP and earlier: This class is not available.
==============
- Tue Jul 24, 2007 3:02 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Active Scripts and WMI
- Replies: 32
- Views: 80089
- Tue Jul 24, 2007 12:57 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Active Scripts and WMI
- Replies: 32
- Views: 80089
- Mon Jul 23, 2007 1:31 pm
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Active Scripts and WMI
- Replies: 32
- Views: 80089
you see, the code works when I click Start in the test list but it doesn't get values about the test's status, like it has some sort of a problem analyzing the script's returned value. I've done it just like it is in the examples, with the 'perform_test' function which calls the check defragmentatio...
- Mon Jul 23, 2007 8:54 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Active Scripts and WMI
- Replies: 32
- Views: 80089
Active Scripts and WMI
Hi, I've recently started working with HostMonitor and wanted to make a test which will check the Defragmentation level of one of the local HDD's, and will alert me if I should defragment one of them. The thing is that I didn't find such an option within host monitor and made a small VBS file using ...