Skip to content

A Modular PowerShell Script that collects information from the WMI and CIM libraries and displays it in a CSS formatted HTML Report

Notifications You must be signed in to change notification settings

patzobil/Get-EndpointInformation-HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get-EndpointInformation

Here's a little useful tool for SYSADMINS and Support Helpdesks, to collect various pieces of information from Windows Computers and Servers, using the WMI and CIM libraries.

Firstly the info is collected into fragments, it is then put together into one CSS formatted HTML Report.

Currently Collected Info

  • Hostname

  • Last Boot Time

  • Operating System Info

  • Hardware

    • BIOS
    • Chipset
    • RAM
  • PSVersionTable

  • Logical/Physical Disks & Network Drives

  • Network Adapters

    • Hosts File
  • Installed Applications

  • Windows Services and Status Highlighting

  • Public IP Address

TO-DO

  • Collect User Info, SID
  • Collect local users and groups
  • Capture LogonDomain Information
  • Route Print
  • Collect Windows Event Logs (SYSTEM, Application) - First 25 Errors/Warnings
  • Check Java Versions
  • Collect Startup Apps

About

A Modular PowerShell Script that collects information from the WMI and CIM libraries and displays it in a CSS formatted HTML Report

Topics

Resources

Stars

Watchers

Forks