Try with this line
$row.servicetag = ($line.VMHost.ExtensionData.Hardware.SystemInfo.OtherIdentifyingInfo |where{$_.IdentifierType.Key -like"ServiceTag"}).IdentifierValue
Try with this line
$row.servicetag = ($line.VMHost.ExtensionData.Hardware.SystemInfo.OtherIdentifyingInfo |where{$_.IdentifierType.Key -like"ServiceTag"}).IdentifierValue