Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
QuickFix
0.3.1
Stats_Get_ComputerSystemInformation.ps1
function
Stats-GetCompSysInfo
{
Get-CimInstance
Win32_ComputerSystem
-Computer
$computer
|
Format-List
*
}