Job Queue update

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10649
    doug
    Moderator

    Thank you for the suggestion. We will consider this for a future build. In the meantime you can add almost any custom ‘get’ command that you want by using the ‘Get information’ user-defined commands under ‘Actions > Get info > Create/modify’

    These two commands will give you CPU info and disk space, respectively:

    WMIC CPU get name, caption, maxclockspeed, systemname

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

    There are numerous other command examples displayed in the ‘help’ section of the ‘Create / modify’ window. I hope this helps.

    -Doug

    #10647
    WDElli1
    Participant

    thank you very much. This does help

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.