Use Powershell to get Dell warranty

Get Dell Warranty info from the Dell website…

$serial = '36GPL41'

$service = New-WebServiceProxy -Uri http://143.166.84.118/services/assetservice.asmx?WSDL
$guid = [Guid]::NewGuid()


$info = $service.GetAssetInformation($guid,'warrantycheck',$serial)
$info.Entitlements