Script to get Monitor Manuf and Model
This Agent Procedure get a list of monitors, is select the manufacturer and model as a oneliner throught a PowerShell script.
PowerShell Script:
The script begins to get a list of monitors. It then gets all of the neccassry data from each monitor object and converts and cleans the data and places it in a custom PSObject. It then adds the data to an array and convert this to a String to get pick up by the RMM product. At the end the string is displayed.
Short Description: Get the Monitor Manufacturer and Model (Example: Samsung C27F591, Samsung) or (HP E241i, HP E241i)
Kaseya Customer Value: Audit, Complaince, Support and Troubleshooting
End user value: Productivity, Compliance and Auditing.
Requirement:
1) Custom Field 'Monitor Name'
It worked great and allowed us to get the information we needed as part of an office move.
well it works for at least those that have one monitor, will tinker around with Powershell Script to see if it can get info on multiple monitors
What about for devices that have multiple monitors?