Schedule Get Disk Space (Available MB) All Disk

BatchPatch Forums Home Forums BatchPatch Support Forum Schedule Get Disk Space (Available MB) All Disk

  • This topic has 1 reply, 2 voices, and was last updated 7 years ago by doug.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #10415
    doug
    Moderator

    That function is not built-in to the scheduler, but you could create a custom ‘remote command (logged output)’ to run as as scheduled task with the following syntax:

    WMIC PATH Win32_LogicalDisk where "drivetype=3" GET deviceid, volumename, freespace, size

    how-to-hard-code-your-own-custom-commands-in-the-batchpatch-actions-menu

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.