Endpoint Protection

 View Only
  • 1.  how to get device ids over the network

    Posted Jul 10, 2010 01:17 AM

    I want to block data cards, with usb access permission. 
    any tool or method to get id over the the network?


  • 2.  RE: how to get device ids over the network



  • 3.  RE: how to get device ids over the network

    Posted Jul 10, 2010 02:06 AM

    Thank you Arvind

    I can't run devviewer.exe tool in each & every computer.
     



  • 4.  RE: how to get device ids over the network

    Posted Jul 10, 2010 02:17 AM
    You mean you want to allow all data cards only and block all other usb devises?Whether ll belongs to same manufacturer ?If yes you can use wild cards


  • 5.  RE: how to get device ids over the network

    Posted Jul 10, 2010 02:21 AM
    Refer this example.This can help you?
    For instance on my machine, I have a USB device (Apple iPhone) which is recognised as:
     
     
     
    \USB\Vid_05ac&Pid_1292\9f5bce6ec6831ba6c2520874ebca5f1ce17ac5c6
     
     
     
    If I wanted to block that single device I could use the above string.
     
     
     
    If I wanted to block all Apple iPhones, I could use the following:
     
     
     
    \USB\Vid_05ac&Pid_1292\*
     
     
     
    If I wanted to block all Apple USB devices, I could use this:
     
     
     
    \USB\Vid_05ac*
     
     
     
    If I wanted to block all Apple devices, I could try this:
     
     
     
    \*\Vid_05ac*
     
     
     
    In the above example,
     
     
     
    Vid_05ac - Vendor ID 05ac - Apple
    Pid_1292 - Product ID


  • 6.  RE: how to get device ids over the network

    Posted Jul 10, 2010 03:10 AM
    Hello Ajeet ,
    You can see device ID in device manager too.

    Best Regards.
    FAtih


  • 7.  RE: how to get device ids over the network

    Posted Jul 10, 2010 03:43 AM
    This also can be work for you....You can remotely connect to the computer management and collect the details...