Scripts
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb Site ManagementScripts

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old April 11th, 2006, 01:30 PM
Bobby115 Bobby115 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2006
Posts: 1 Bobby115 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 m 37 sec
Reputation Power: 0
Script Needed

Hey Everyone,

I was wondering if anyone could help me out. I have a few hundred PC's that I need to get info from (UPGRADE PROJECT).

The things I need from each PC are as follows:

Computer Name
Domain Name
Username
Processor SPEED
Ram AMOUNT
HD SIZE

I have no skills whatsoever with scripts but I figured the best way was to have each user run a script that will give them that info.

Any Idea's??



The following (VB) script gives me some info I need but none of the hardware:

Dim Message
Set WshShell = WScript.CreateObject("WScript.Shell")
Set WshEnv = WshShell.Environment("Process")

Message = "You are logged onto DOMAIN: " & WshEnv("USERDOMAIN") & vbCr
Message = Message & "Your USERNAME is: " & WshEnv("USERNAME") & vbCr
Message = Message & "Your COMPUTERNAME is: " & WshEnv("COMPUTERNAME") & vbCr
Message = Message & "Your USERPROFILE can be found at: " & WshEnv("USERPROFILE") & vbCr
If WshEnv("LOGONSERVER") <> "" Then
Message = Message & "Your LOGONSERVER is: " & WshEnv("LOGONSERVER") & vbCr
End If
If WshEnv("NWUSERNAME") <> "" Then
Message = Message & "Your Novell USERNAME is: " & WshEnv("NWUSERNAME")
End If

Message = Message & vbCr & vbCr & "Click OK to close this dialog."

MsgBox Message


If anyone can help me out please let me know

Bobby115@aol.com

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb Site ManagementScripts > Script Needed


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway