Display computers status report powershell gui script

2012/03/13 | By | 4 Replies More

This powershell script with built-in GUI allows you to point to a text file list of computers and will then retrieve the following information for each computer in the list.

  • Whether it is pingable
  • Its IP address
  • OS Version
  • Service Pack Version
  • Uptime
  • Last boot time.

Run it by entering  .Display-ComputerStatus.ps1 in powershell or run the self-contained executable file.
Change c:computers.txt to point to your text file containing the computers you are scanning one name per line.
The refresh rate can be set by the user to any interval or you can force a rescan at any time by clicking the Get Status Button.

Download Button5

Tags:

Category: Uncategorized

Comments (4)

Trackback URL | Comments RSS Feed

  1. randy.friend@prophetline.com says:

    Looks like a useful program. FYI, the download is just the EXE. Is there another link for the script or can you make it available again?

  2. Joe says:

    Hi Gandalf50 I love this script that you created and was wondering if there was a way to add this to the script

    $reg = [Microsoft.Win32.RegistryKey]::OpenRemoteBaseKey(‘LocalMachine’, $Computer)
    ($reg.opensubkey(“Software\SYMANTEC\Symantec Endpoint Protection”)).getvalue(“SMC”)

    I am trying to modify the script to add the sep version for each server/computer.

Leave a Reply

You must be logged in to post a comment.