Jump to content



Photo

IT Help Desk and System Information Tool


  • Please log in to reply
5 replies to this topic

#1 ken82m

ken82m

    Universalist

  • Active Members
  • PipPipPipPipPipPip
  • 623 posts

Posted 11 October 2007 - 10:47 PM

This script will collect both hardware and software information and displays the information in a GUI window.

Upon hitting the "Launch Help Desk Request Form" button the information is stored it in the clipboard and an web page launched.

My html form retrieves the configuration information information and writes it to a text box.

I have deployed this tool across 600 computers and it has been extremely useful.
Certainly better than calling a user with some basic questions :)

The tool can be easily expanded to retrieve additional user information.


Future Release
Soon I will setup my html form to accept passed paramters. I will then use this script to pull user information (First Name, Last Name, Phone etc.) directly from Active Directory.

In this way the form will be almost entirely filled out with the exception of the problem description.

Attached Files


My ContributionsPC Builders Console - Secure PDF Creator - Cisco VPN Installer MS DNS Server Backup Script - MS DHCP Backup Script IT Admin Console - Toggle Admin Mode - MyMovies-Add Discs ScriptIT Help Desk and System Information ToolSet On Lid Close Power Option - Streaming Media Server & Website”I believe that when we leave a place, part of it goes with us and part of us remains... Go anywhere, when it is quiet, and just listen.. After a while, you will hear the echoes of all our conversations, every thought and word we've exchanged.... Long after we are gone our voices will linger in these walls for as long as this place remains.”





#2 Emiel Wieldraaijer

Emiel Wieldraaijer

    Universalist

  • Active Members
  • PipPipPipPipPipPip
  • 651 posts

Posted 21 October 2007 - 03:39 PM

Handy script indeed..

i would add/change something

; the following will add 64bits supported oses $HKCU = "HKEY_CURRENT_USER" $HKLM = "HKEY_LOCAL_MACHINE" $HKU = "HKEY_USERS" $HKCU = "HKEY_CURRENT_USER" $HKCR = "HKEY_CLASSES_ROOT" $HKCC = "HKEY_CURRENT_CONFIG" If @ProcessorArch = "X64"  Then    $HKCU = "HKEY_CURRENT_USER64"    $HKLM = "HKEY_LOCAL_MACHINE64"    $HKU = "HKEY_USERS64"    $HKCU = "HKEY_CURRENT_USER64"    $HKCR = "HKEY_CLASSES_ROOT64"    $HKCC = "HKEY_CURRENT_CONFIG64" EndIf ; an changed example from your code $Page = RegRead($HKLM & "\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management", "PagingFiles")

Best regards,Emiel WieldraaijerPosted Image

#3 Generator

Generator

    Code Generator

  • Active Members
  • PipPipPipPipPipPip
  • 1,617 posts

Posted 21 October 2007 - 04:15 PM

Good work, but at Microsoft Office version it showed Excel 2007 instead of Office 2007(I suppose?)

#4 JustinReno

JustinReno

    My custom made Vortex.

  • Banned (NOT IN USE)
  • 2,330 posts

Posted 21 October 2007 - 04:20 PM

This is what it shows me:

Microsoft Excel Version: Excel 2003



#5 Generator

Generator

    Code Generator

  • Active Members
  • PipPipPipPipPipPip
  • 1,617 posts

Posted 21 October 2007 - 04:23 PM

This is what it shows me:

Nvm about it, i took a close look and it was Excel 2007(What does Excel has to do with this <_< )

#6 ken82m

ken82m

    Universalist

  • Active Members
  • PipPipPipPipPipPip
  • 623 posts

Posted 02 November 2007 - 07:05 PM

lol

It was something specific to us, SAP had a plugin for excel that was always blowing up so checking the actual version of Excel was very useful. Gues I should have converted it to office before posting.


Thanks for the tip on the 64bit machines, I'll add that.
I honestly have not hit any 64-bit OS's yes I'm ashamed to say, so I had no idea. Good thing to keep in teh back of my head too.

-Kenny
My ContributionsPC Builders Console - Secure PDF Creator - Cisco VPN Installer MS DNS Server Backup Script - MS DHCP Backup Script IT Admin Console - Toggle Admin Mode - MyMovies-Add Discs ScriptIT Help Desk and System Information ToolSet On Lid Close Power Option - Streaming Media Server & Website”I believe that when we leave a place, part of it goes with us and part of us remains... Go anywhere, when it is quiet, and just listen.. After a while, you will hear the echoes of all our conversations, every thought and word we've exchanged.... Long after we are gone our voices will linger in these walls for as long as this place remains.”




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users