CA Client Automation

Expand all | Collapse all

Display ports

  • 1.  Display ports

    Posted Feb 01, 2018 12:56 PM

    Is there any info on which type of display ports a computer has?  I'm trying to determine who has HDMI, DVI, DP, VGA, etc...  I can find info on video adapters, number of monitors, even resolution settings but I don't see anything on display ports.  

     

    Thanks,

    Joe



  • 2.  Re: Display ports

    Broadcom Employee
    Posted Feb 02, 2018 02:32 AM

    Hi,

     

    If the port is used, we can get kind of technology is used using Powershell.

    For example, my laptop PC has standard monitor and 2 external monitors.  One of external monitor is using HDMI. Another is using DisplayPort.

     

    According following document (jump to microsoft site),

     

    _D3DKMDT_VIDEO_OUTPUT_TECHNOLOGY | Microsoft Docs 

    5 = HDMI

    10=DisplayPort

    214783648(0x80000000) = Internal

     

    Although you need to write a script to convert from the result to MIF file, you will manage the inventories on DSM Explorer. However, unused ports are not shown with this way. I'm not sure, but it maybe difficult to get them.

     

    I hope my info helps you.

    Regards

    Yas



  • 3.  Re: Display ports

    Posted Feb 02, 2018 04:34 PM

    I need the info for unused ports also.  We're going to buy new monitors for everyone (current monitors are only VGA or DVI and only some people with laptops have external monitors).  New monitor only comes with one cable, so we need to know how many additional cables we will need to buy.

     

    Thanks, 

    Joe



  • 4.  Re: Display ports

    Posted Feb 02, 2018 04:40 PM

    I was not able to find any way to list unused HDMI/VGA/DVI ports using WMI or other methods. Only ports in use show up. You may have to look at Computer models. Run a report sorted by model, perhaps even just a summary report so you see all the models in use and their count. Then you can look up the manufacturer’s info on each model to determine what ports they should have. Cumbersome I know but it does not look like there is any other option since unused ports don’t seem to be programmatically obtainable.

     

    Steve McCormick, ITIL

    CA Technologies

    Principal Services Consultant

    Stephen.McCormick@ca.com

    <mailto:Stephen.McCormick@ca.com>



  • 5.  Re: Display ports

    Posted Feb 02, 2018 04:53 PM

    I was hoping to avoid that, we have dozens of different models from different vendors.  Would be easier to just walk around to each desk and look at it.



  • 6.  Re: Display ports

    Posted Feb 02, 2018 05:09 PM

    I understand, but unfortunately there doesn’t seem to be much we can do about it. I did some research when your question came in and it seems this is data which would only be exposed by the specific video drivers, so it would be vendor specific, and a lot of work to obtain if it is even possible.

     

    Steve McCormick, ITIL

    CA Technologies

    Principal Services Consultant

    Stephen.McCormick@ca.com

    <mailto:Stephen.McCormick@ca.com>



  • 7.  Re: Display ports

    Broadcom Employee
    Posted Feb 05, 2018 06:54 AM
      |   view attached

    Try looking at the “Ports” inventory.

     

     



  • 8.  Re: Display ports

    Posted Feb 07, 2018 03:11 PM

    I don't have I/O Ports as an option under inventory.



  • 9.  Re: Display ports

    Broadcom Employee
    Posted Feb 07, 2018 04:43 PM

    Should be there see below

     

     

    Richard Lechner

    Principal Engineering Services Architect

     

    CA Technologies

    Mobile: +1 703 655 7161 | Richard.Lechner@ca.com

     

    <mailto:Richard.Lechner@ca.com>[CA]<http://www.ca.com/us/default.aspx>[Twitter]<http://twitter.com/CAInc>[Slideshare]<http://www.slideshare.net/cainc>[Facebook]<https://www.facebook.com/CATechnologies>[YouTube]<http://www.youtube.com/user/catechnologies>[LinkedIn]<http://www.linkedin.com/company/1372?goback=.cps_1244823420724_1>[Google]<https://plus.google.com/CATechnologies>[Google+]<http://www.ca.com/us/rss.aspx?intcmp=footernav>



  • 10.  Re: Display ports
    Best Answer

    Broadcom Employee
    Posted Feb 08, 2018 05:38 AM

    Its sounds like you have only the basic Inventory installed. You need to have the Asset Management Agent.



  • 11.  Re: Display ports

    Broadcom Employee
    Posted Feb 02, 2018 07:22 PM

    If you have a command line to gather this info we can help you with a script to capture it.  I am not sure that that info is collectable.

     

    Richard Lechner

    Principal Engineering Services Architect

     

    CA Technologies

    Mobile: +1 703 655 7161 | Richard.Lechner@ca.com

     

    <mailto:Richard.Lechner@ca.com>[CA]<http://www.ca.com/us/default.aspx>[Twitter]<http://twitter.com/CAInc>[Slideshare]<http://www.slideshare.net/cainc>[Facebook]<https://www.facebook.com/CATechnologies>[YouTube]<http://www.youtube.com/user/catechnologies>[LinkedIn]<http://www.linkedin.com/company/1372?goback=.cps_1244823420724_1>[Google]<https://plus.google.com/CATechnologies>[Google+]<http://www.ca.com/us/rss.aspx?intcmp=footernav>



  • 12.  Re: Display ports

    Broadcom Employee
    Posted Feb 02, 2018 03:43 PM

    Did you look at Inventory > External Devices > Display

     

    That should show info about monitors.

     

    Inventory > System > I/O Ports     

    That has info like J6C2 Ext HDMI port 



  • 13.  Re: Display ports

    Posted Feb 02, 2018 04:44 PM

    I need all ports not just ones currently in use.

     

    Thanks,

    Joe