PowerShellWarrantyReports icon indicating copy to clipboard operation
PowerShellWarrantyReports copied to clipboard

NinjaOne API issue with Dell machines under warranty

Open BluebirdTechnology opened this issue 8 months ago • 1 comments

I am getting an error with Dell workstations that are still in warranty. It seems that the servers report a warranty end date in the future but different devices are not showing their end date and give me this error: Get-WarrantyNinja : Failed to update device: <PC NAME> { "resultCode": "FAILURE", "errorMessage": "INVALID_ATTRIBUTE_VALUE", "incidentId": "WEB_MGMT_SERVICE-2a-<ID>" } At C:\Program Files\WindowsPowerShell\Modules\PSWarranty\1.8.0\Public\Update-WarrantyInfo.ps1:114 char:35

  • ... ntyStatus = Get-WarrantyNinja -NinjaURL $NinjaURL -Secretkey $NinjaSe ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
    • FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-WarrantyNinja

BluebirdTechnology avatar Jun 18 '24 02:06 BluebirdTechnology