Search found 6 matches

by avicooli
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...
by avicooli
Tue Jul 24, 2007 4:53 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Active Scripts and WMI
Replies: 32
Views: 80089

KS-Soft Europe wrote: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?
by avicooli
Tue Jul 24, 2007 3:02 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Active Scripts and WMI
Replies: 32
Views: 80089

still, its doesn't work :( ,

when i click 'Test' it gives even a stranger error:
Error in script:
Error number :-2147217392
Source :
Description :
Text :
Line :18
Column :4
by avicooli
Tue Jul 24, 2007 12:57 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Active Scripts and WMI
Replies: 32
Views: 80089

Alex, Max, thank you for your help and quick reply. I've relooked the kill script and it seems that I forgot do delete a "WSCript.close" line, from my messagebox version, which was the first one. After I deleted the line the code returned a good status, so it is now working. The thing is t...
by avicooli
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...
by avicooli
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 ...