Asset management software product keys

Author Message
jmulkey

  • Total Posts : 170
  • Scores: 1
  • Reward points : 16550
  • Joined: 9/28/2001
  • Status: offline
Asset management software product keys Tuesday, April 26, 2011 11:24 AM (permalink)
0
I have been asked to add the Product keys to my inventory of some software.
Like Adobe Acrobat, AutoCAD and a list of others.
 
I have found some tools that will get me the product keys like Product key Explorer. It does a great job and gets me the Keys but I need to be able to get them into SCCM so I can inventory them.
I thought about having the application run importing it into the registry and have SCCM pick it up with the hardware inventory.  
 
Before you ask here is why we need to do this. All users have admin rights to their desktops and this is not going to change any time soon. We have found on a hand full of systems with pirated software that is not using our product keys. Management wants to find them.
 
Anyone have any thoughts on how to do this?
James Mulkey

 
#1
    bmason505

    • Total Posts : 3264
    • Scores: 244
    • Reward points : 78290
    • Joined: 1/23/2003
    • Location: Minneapolis, MN
    • Status: offline
    Re:Asset management software product keys Tuesday, April 26, 2011 3:27 PM (permalink)
    0
    ProdKey does a translation that CM doesn't.  But you could search in the registry to find the non translated keys it shows and pull them back via HINV.  But would that even have any value?  Every vendor is going to store that info in a different place.  So what's the value?
    Brian Mason
    MCTS\MS MVP - ECM 
    http://www.mnscug.org/
     
    #2
      jmulkey

      • Total Posts : 170
      • Scores: 1
      • Reward points : 16550
      • Joined: 9/28/2001
      • Status: offline
      Re:Asset management software product keys Tuesday, April 26, 2011 3:59 PM (permalink)
      0
      It looks like it will be a lot of work trying to find all the keys.
      The Value as they put it is to be able to tie the Keys we have on file with the key in use.
       
      To make sure they are using the right keys.
       
       
      James Mulkey

       
      #3
        skissinger

        • Total Posts : 4807
        • Scores: 458
        • Reward points : 105260
        • Joined: 9/13/2001
        • Location: Sherry Kissinger
        • Status: offline
        Re:Asset management software product keys Tuesday, April 26, 2011 8:10 PM (permalink)
        0
        For almost every application that has a serial number, you are going to need to open up a dialogue with the vendor of that application, and work with them to determine how to get the serial number of that installed application.  here's why.  99.999% of the time... Vendors don't put the serial number anywhere that is legible. 
         
        What may happen is they change 1 bit within a long binary reg key from 0 to 1.  or they change 1 obscure WMI entry, or they change 1 file in the installed directory from being 801kbytes to 803kbytes, and their software knows that the difference of 2 means it is licensed.
        There's no way for most applications to even tell you what the license key is... just that it was installed with a valid license.  So, contact each vendor, and see what your options are.
        That said... here's something for autocad.
        For a project, I got the mof edits for CM07, and they worked, but wow, they created tables and views for every minor release (26 tables and views!  yipes!)  
         
        You'd take the attached and either drop it into a DCM (just like you would for LocalGroupMembers DCM), or ship it out as a vbscripted recurring advertisement.  You could target that DCM or advert just to a collection w/Autocad listed in ARP, or even to all workstations/servers.  Only boxes w/the regkeys should create the custom namespace locally. Theoretically, you'd end up with just 1 table and view, for all of the autodesk products (as listed in the script, their 'parent' regkey).  if/when version "R19" comes out, you'd have to add another str1 variable, and increment everything where the script enumerates through from 25 to 26, but it would still be cleaner than the multiple edits that are currently necessary.
         
        And here's the mof edit, for sms_def.mof only, should end up with v_gs_autodeskcombo0 for a view: 
        //----------------
        //Mof edit for Autodesk products, 
        //Note, must be used with a DCM recurring CI, or a recurring Advert script
        //----------------
        [ SMS_Report     (TRUE),
          SMS_Group_Name ("AutoDeskCombo"),
          SMS_Class_ID   ("Custom|AutoDesk|1.0") ]

        class cm_AutoDesk : SMS_Class_Template
        {
            [SMS_Report (TRUE),key] string KeyName;
            [SMS_Report (TRUE)    ] string ProductName;
            [SMS_Report (TRUE)    ] string Rel;
            [SMS_Report (TRUE)    ] string SerialNumber;
            [SMS_Report (TRUE)    ] uint32 StandaloneNetworkType;
        };

        Attachment(s)dcmforautodesk.txt (4.68 KB) - downloaded 89 times
        mofmaster@myitforum.com
        My Blog
        Microsoft MVP - ConfigMgr
         
        #4
          chiners_68

          • Total Posts : 809
          • Scores: 5
          • Reward points : 76850
          • Joined: 10/31/2007
          • Status: offline
          Re:Asset management software product keys Wednesday, April 27, 2011 3:57 AM (permalink)
          5
          buy a SAM product which uses software invenory information from SCCM its much easier.
            im using LicenseDashboard from phoenix.
           
          #5
            itguru1982

            • Total Posts : 1
            • Scores: 0
            • Reward points : 100
            • Joined: 9/18/2012
            • Status: offline
            Re:Asset management software product keys Tuesday, September 18, 2012 2:42 PM (permalink)
            0
            I was challenged with the same task, finally got there and documented it to help others. I've done it in both 2007 and 2012 now as well for all Autodesk products and Adobe products.
             
            http://itguru82-sccm.blogspot.co.uk/2012/08/step-by-step-guide-to-reporting-autocad.html
             - ConfigMgr 2012 version
             
            http://itguru82-sccm.blogspot.co.uk/2012/07/step-by-step-guide-to-creating-custom_08.html
             - ConfigMgr 2007 version
             
            http://itguru82-sccm.blogspot.co.uk/2012/07/step-by-step-guide-to-creating-custom.html
             - ConfigMgr 2007 Adobe version
             
            Hope this helps.
            <message edited by itguru1982 on Tuesday, September 18, 2012 2:45 PM>
             
            #6
              admin

              • Total Posts : 499
              • Scores: 52
              • Reward points : 79380
              • Joined: 6/1/2002
              • Location: admin@myITforum.com
              • Status: online
              Re:Asset management software product keys Tuesday, September 18, 2012 6:18 PM (permalink)
              0
              BDNA has a "Normalize" product that will also get this information for you.
               
              #7
                Online Bookmarks Sharing: Share/Bookmark

                Jump to:

                Current active users

                There are 0 members and 2 guests.

                Icon Legend and Permission

                • New Messages
                • No New Messages
                • Hot Topic w/ New Messages
                • Hot Topic w/o New Messages
                • Locked w/ New Messages
                • Locked w/o New Messages
                • Read Message
                • Post New Thread
                • Reply to message
                • Post New Poll
                • Submit Vote
                • Post reward post
                • Delete my own posts
                • Delete my own threads
                • Rate post

                2000-2013 ASPPlayground.NET Forum Version 3.9