VB WMI Script

  • Thread starter Thread starter David J Duryea
  • Start date Start date
D

David J Duryea

Hello All

I have a VB script that runs WMI to retrieve serial numbers of workstation
on the local network in which it runs and writes this to either an Access or
SQL Db.

Is there a way that i can add this wmi script in the codebehind page of my
web application to allow remote users across the internet the ability to
execute this over the internet to gather information on there lan via the
web page and write the obtained information to my database?

Im running .net framwork 1.1, windows 2k server with MS SQL 2k

Any help would be greatly appreciated.

Thank you,
Dave
 
Back
Top