Schedule Get Disk Space (Available MB) All Disk

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8945
    Basim
    Participant

    Dear Team,

    Is there a way to schedule this task and get a report on it?

    as it’s not listed part of the pre-defined list of schedule tasks

    Thanks a lot for your help. it’s an amazing software which made our life so easy

    #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 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.