Hi everyone

Here is what i need. Every week our sales dep't goes out to meet new
clients. Once they have signed with us, the slaes rep. have to go back to the
client and fill out a form for each workstation/server they have in the place.

This is what they need from the computer :

Computer name, Domain name or Workgroup, local IP Adress, DNS, DHCP, OS and
Service Pack, CPU, memory and hard disk size.

Can all these info can be detected and save to a database with Frontpage ?

Thank everyone

Merry Christmas et happy new year to everyone

Re: Computer Information by clintonG

clintonG
Wed Dec 29 14:44:05 CST 2004

There's all kinds of tools around. Belarc [1] and Alloy [2] come to mind to
mention a couple that can at least get you started in the right direction if
not provide you with what you need with perhaps minor compromise. FrontPage
itself provides no features that enable customers to acquire and integrate
data obtained by other software applications.

Microsoft is developing a new shell as a work in progress. Note this
collection of informative resources [3]. The shell code named 'Monad' will
enable all of us to be much more productive with the type of 'inventory'
meta data you must collect.

Regardless, somebody is going to need to write some applications for you to
integrate data into your database and write code for views, reporting and so
on.
Got anybody in mind?

--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/

[1] http://www.belarc.com/
[2] http://www.alloy-software.com/nin/index.html
[3]
http://dotnetjunkies.com/WebLog/stefandemetz/archive/2004/04/20/11794.aspx


"Nick Bergeron" <nickbergeron@hotmail.com> wrote in message
news:9255C7C8-DC6A-4457-8D96-DE4080A410C7@microsoft.com...
> Hi everyone
>
> Here is what i need. Every week our sales dep't goes out to meet new
> clients. Once they have signed with us, the slaes rep. have to go back to
the
> client and fill out a form for each workstation/server they have in the
place.
>
> This is what they need from the computer :
>
> Computer name, Domain name or Workgroup, local IP Adress, DNS, DHCP, OS
and
> Service Pack, CPU, memory and hard disk size.
>
> Can all these info can be detected and save to a database with Frontpage ?
>
> Thank everyone
>
> Merry Christmas et happy new year to everyone



Re: Computer Information by Steve

Steve
Wed Dec 29 15:02:22 CST 2004

Yes and no.

You could write a WMI script ( VB Script ) which could be written into a html with FrontPage.
Then open the page / run the script on the client machine.

However this will work "client side" only and couldn't be run from a "server" environment.

There is a utility you can run that will return most of what you want, called Belarc Advisor.
It's free for "Personal" use
www.belarc.com

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer

"Nick Bergeron" <nickbergeron@hotmail.com> wrote in message
news:9255C7C8-DC6A-4457-8D96-DE4080A410C7@microsoft.com...
> Hi everyone
>
> Here is what i need. Every week our sales dep't goes out to meet new
> clients. Once they have signed with us, the slaes rep. have to go back to the
> client and fill out a form for each workstation/server they have in the place.
>
> This is what they need from the computer :
>
> Computer name, Domain name or Workgroup, local IP Adress, DNS, DHCP, OS and
> Service Pack, CPU, memory and hard disk size.
>
> Can all these info can be detected and save to a database with Frontpage ?
>
> Thank everyone
>
> Merry Christmas et happy new year to everyone