navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Web based asset script?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Community >> Computer Software and Hardware issues >> Web based asset script?
Page: [1]
 
sentinel

 

Posts: 568
Joined: 5/4/2005
From: Chicago, Illinois
Status: offline

 
Web based asset script? - 4/28/2006 11:30:13   
Does anyone know of a script that could be run off of a website that would take a simple PC inventory. I would like to have people in my company hit our intranet and have the site determine whether or not to take an inventory of their system.


_____________________________

No matter where you go, there you are.
rdouglass

 

Posts: 9228
From: Biddeford, ME USA
Status: offline

 
RE: Web based asset script? - 4/28/2006 12:54:39   
quote:

have the site determine whether or not to take an inventory of their system


IMO that's the hard part - getting a user machine to let a web site script take control of the PC. You can do a lot of that stuff with just MS Info and WSH bat files as long as you can get the remote machine to agree to run the script.

Using just MSInfo, I collect stats on my servers (all in same domain) running a .BAT file on my local computer that looks something like this:

cd\
cd "Program Files\Common Files\Microsoft Shared\MSInfo"
msinfo32 /report c:\emc2.nfo /computer emc2
msinfo32 /report c:\emeraldcity.nfo /computer emeraldcity
msinfo32 /report c:\citrix380.nfo /computer citrix380
msinfo32 /report c:\Xtech-002.nfo /computer Xtech_002
...


That is the actual code I use. However, there are some caveats:

1. I have admin rights on those remote servers.
2. Windows Scripting Host is allowed to runon remote servers.
3. MS Info is installed and working on remote servers.

What this does is save an MS Info detailed file on *my* local machine that I name as the machinename itself(c:\emc2.nfo). Then, I manipulate the .nfo later with other things.

I don't collect stuff on my user machines but I do know same conditions would apply.

I don't know if that helps or not.

< Message edited by rdouglass -- 4/28/2006 13:06:28 >


_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to sentinel)
Reflect

 

Posts: 4769
From: USA
Status: offline

 
RE: Web based asset script? - 5/1/2006 11:37:23   
Why not do this when your users are logging into the workstation itself?

Take care,

Brian

_____________________________


(in reply to rdouglass)
rdouglass

 

Posts: 9228
From: Biddeford, ME USA
Status: offline

 
RE: Web based asset script? - 5/1/2006 11:47:03   
quote:

Why not do this when your users are logging into the workstation itself?


'Cause AFAIK if you don't have the proper (remote) permissions, the user has to click or do something. If you want to slow something down or introduce some "unknowns" to a project, rely on some user input. :)

Something like this IMO is usually better off without user input.

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to Reflect)
Reflect

 

Posts: 4769
From: USA
Status: offline

 
RE: Web based asset script? - 5/4/2006 11:09:30   
No, you miss understood or I wrote that wrong.

He stated has an internal company of workstations.

When logging into the network, not the web site, via the login script you can kick out external commands, pretty common thing to do. We do this every Monday on every workstation. The results are grepped into a file. We then grab the files automatically and grep it against the license allotment for the end user. I did not write this, way above my head, but it was a purchased product. We wrote the grep portion and compare to license DB portion, again not me but a person in the department.

We then remove applications based on illegal access. Normally this is done by a well intentioned CS tech. trying to help the customer out. We then allot a license and re-install if the application is justified by the end user.

Sorry for the confusion I created. No user input is required. In fact they are amazed every time that we knew they had an illegal installed application.

Take care,

Brian

_____________________________


(in reply to rdouglass)
rdouglass

 

Posts: 9228
From: Biddeford, ME USA
Status: offline

 
RE: Web based asset script? - 5/4/2006 11:25:11   
quote:

via the login script you can kick out external commands, pretty common thing to do.


Why didn't I see that? It is an appropriate place to do that. I guess I was so focused on 'pulling' the data, I didn't consider 'pushing' it. :) :)

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to Reflect)
Page:   [1]

All Forums >> Community >> Computer Software and Hardware issues >> Web based asset script?
Page: [1]
Jump to: 1





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
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts