Jump to content

Which Maintenance Tool checks RAID, Scheduled tasks, ntbackup & RAM?


USBHacker

Recommended Posts

Hello

For the past few weeks I've been working on a Maintenance Program, (well more of a Batch converted to C++, as all it does is launch programs), which;

- Opens up Scheduled Tasks (so I can check Last Run Time and Last Result)

- Opens Disk Management (so I can check software RAID health [Windows RAID1])

- Opens network share where backups are copied to (.bkf from ntbackup) so I can check if the backups are cataloged (and it's size)

- Open System Properties, so I can check RAM size

Does anyone know of a program which can checks some, or all, of the above tasks, for me?

Preferably one that shows everything in one window (one program) or tabs.

If you know of one, please suggest!

Thanks in advance,

USBHacker

BTW: OS=Windows Server 2003

Link to comment
Share on other sites

Check out systeminfo /?

Have your app save the output to a file and than have it post the contents of the file onto something say like a textbox on your application's form for viewing. The last bit or similars required cause the console well just open and immediately close after systeminfo is done and you won't see anything. There's various other system information gathering commands. Look at the batch files the usb hacks here use.

Link to comment
Share on other sites

Thanks for recommending for me to use SystemInfo.

However, of all the tasks I need to complete, only one of them is solved with the SystemInfo command. That is, RAM size.

Please recommend me something else.

Thanks in advance,

USBHacker

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...