popunder new

https://www.blogger.com/blog/posts/1739890295310631346

Tuesday, March 13, 2012

Display computers status report powershell gui script

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

2 comments:

  1. randy.friend@prophetline.comApril 9, 2013 at 2:26 AM

    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?

    ReplyDelete
  2. Thanks. I added the ps1 powershell script to the zipped download.

    ReplyDelete