Get useful linux system information using PowerShell.
Install-Module linuxinfo -Verbose
./build.ps1
./build.ps1 -Force
- Get-FileSystemHelp (help data on
/
, json format with navigation) - Get-BatteryInfo (
upower
parser) - Get-SystemUptime (
uptime
parser) (Get-Uptime exists in Linux, so this function is a bit redundant but was fun to write.) - Get-ComputerInfo
- Get-OSInfo (Gets install date, os version,
cat /etc/os-release
) - Get-DisplayInfo (
lspci
parser) - Get-NetworkInfo (gets network adapter info)
- Get-USBInfo (gets usb devices)
- Get-UserInfo (gets local users and sudo users)
- PSSession remoting
- Get-DisplayInfo to support more advanced display options
- Updatable and online help
Feel free to open issues, PRs or anything else to contribute to the module.
The module is tested on the following linux dists:
- Fedora (RHEL based)
- Ubuntu (Debian based)