Quantcast
Channel: Dell Systems Management General Forum - Recent Threads
Viewing all articles
Browse latest Browse all 816

AssetService not working ?

$
0
0

I use the dell AssetService to get Warranty Info in a Powershell Script.

$AssetService = New-WebServiceProxy -Uri "http://xserv.dell.com/services/AssetService.asmx?WSDL";
    $ApplicationName = "AssetService";
    $Guid = [Guid]::NewGuid();
    $Asset = $AssetService.GetAssetInformation($Guid,$ApplicationName,$ServiceTag);

Actual i get this message :

"The request failed with HTTP status 503: Service Unavailable."


Viewing all articles
Browse latest Browse all 816

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>