Symantec Management Platform (Notification Server)

 View Only
  • 1.  Creating Reports of map drives

    Posted Dec 05, 2008 06:42 AM
    Does Altiris currently collect and store info about users' mapped network drives?
    If so, how could create a report like this:

    OU | computer | user | Drive | path






  • 2.  RE: Creating Reports of map drives

    Posted Dec 05, 2008 07:20 AM
    The dataclass in question would be (I believe) AeX OS Network Shares. I don't have any mapped drives or network to test this, but try the following.

    select vc.name, vc.domain,vc.[user],nets.[share name], nets.[share path]
    FROM vComputer vc
    Join Inv_aex_os_network_shares nets on nets._resourceguid = vc.guid


  • 3.  RE: Creating Reports of map drives

    Posted Dec 05, 2008 09:51 AM
    Thank you very much ..it worked!

    I going to send the data to my manager.