One of the new items in PowerShell 5.1 is the Get-ComputerInfo cmdlet
PS> Get-Command Get-ComputerInfo -Syntax
Get-ComputerInfo [[-Property] <string[]>] [<CommonParameters>]
PS> Get-ComputerInfo
WindowsBuildLabEx … Read the full text.