You can get the serial number of the hosts if you insert the following code before the "Version," line:
@{Name="SerialNumber";Expression={$_.ExtensionData.Hardware.SystemInfo.OtherIdentifyingInfo |Where-Object {$_.IdentifierType.Key -eq"Servicetag"} |Select-Object-ExpandPropertyIdentifierValue}},