Results 1 to 4 of 4

Thread: Asset Manager Retrieval Advice

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2002
    Location
    Thunder Bay, ON
    Posts
    89

    Asset Manager Retrieval Advice

    I am in the process of completing a new asset management system for our company, and now I am looking for some advice on how to retreive info from the users computers and keep it updated (roughly 200 and growing)

    I am aware of WMI, and am looking into it now, but whats the best practice.

    1. Have a VB app where the user runs weekly to scan the PC and update the DB.
    2. A script which runs upon logging onto the network, which runs WMI and updates the DB.
    3. A web page (.NET) which they visit weekly to perform the WMI task and update the DB.

    We are runing a Windows network with Active Directory if that helps.

    Any ideas would be great. Thanks...
    "That is just it: you must have the devil in you to succeed in any art."

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Asset Manager Retrieval Advice

    A logon script would be useful as it won't interfere with any other processing that may occur on their system at the time. #1 would feel like 'interference' and slow down their machine, #3 just won't happen. Nobody wants to take the time out to do something for your convenience since it doesn't benefit them in any way.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2002
    Location
    Thunder Bay, ON
    Posts
    89

    Re: Asset Manager Retrieval Advice

    Thats the way we were leaning anyway, a script would run when the computer logs onto the network and pools the information and then posts / updates the SQL Server DB with its specs.

    Does anyone have any tutorials on accessing SQL Server through a console / script. I am not even sure where to start with regards to that...
    "That is just it: you must have the devil in you to succeed in any art."

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Asset Manager Retrieval Advice

    How's your VBScript? You can create your scripts with JavaScript, VBScript, or make it a .BATch file or an EXE.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width