A *NEW* Kaseya Community is coming! The Community will be going into read-only mode on 9/28. Get more details: https://www.community.connectit.com/discussion/41381/a-new-kaseya-community-is-coming

Harddisk status report

Rajeev
Rajeev Member CHOCOLATE MILK
edited June 20 in Request

I want to export type of disk (ssd/sata/scsi etc.) installed on number of machines.


Below command shell give the desired output 

(get-physicaldisk).MediaType


Below wmci command give detailed output as well.


wmic diskdrive get model,serialNumber,size,mediaType


But my requirement is to get output from 100+ workstations in single csv.

Sorry am not very good at scripting. Any help/suggestion is appreciated


TIA

Tagged:
0
0 votes

Awaiting Votes · Last Updated

Comments

  • KaseyaKatie
    KaseyaKatie Member, Administrator, Kaseyan, Kaseya Staff

    COMMUNITY MANAGER

    Hi! I'm moving this thread to the request category in Automation Exchange since that will be a better place for this kind of request.

  • NickNeuMa
    NickNeuMa Member, Managed Service Provider CHOCOLATE MILK

    Hi! Not sure if you already have a solution but first thing that came to my mind was to use custom fields with the specific value and create a report (machine summary) using these custom fields which you can export as a single csv/xlsx. You could also use the export function in the agent tab but you most likely need to format the csv afterwards.

    To get the value and update the custom fields, use a procedure like this (Example: how many monitors are currently connected to the computer):

    Hope that helps a bit