< Back
Get-DellWarrantyServiceTag
Post
NAME Get-DellWarrantyServiceTag
SYNOPSIS
Get DELL warranty servicetag
SYNTAX
Get-DellWarrantyServiceTag [-ServiceTag] <String> [-ClientKey] <String> [-ClientSecret] <String>
[<CommonParameters>]
DESCRIPTION
Get DELL Model, ShipDate, WarrantyStartDate, WarrantyEndDate, WarrantyLevel.
PARAMETERS
-ServiceTag <String>
The dell ServiceTag.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ClientKey <String>
Get API client key on DELL techdirect https://techdirect.dell.com/Portal - go to APIs - request API key.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ClientSecret <String>
Get API client secret on DELL techdirect https://techdirect.dell.com/Portal - go to APIs - request API key.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
author: Simon Willemen (thanks to Connor Hill)
-------------------------- EXAMPLE 1 --------------------------
Get-DellWarrantyServiceTag -ServiceTag "<servicetag>" -ClientKey "<clientkey>" -ClientSecret "<clientsecret>" |
Format-Table
RELATED LINKS
SYNOPSIS
Get DELL warranty servicetag
SYNTAX
Get-DellWarrantyServiceTag [-ServiceTag] <String> [-ClientKey] <String> [-ClientSecret] <String>
[<CommonParameters>]
DESCRIPTION
Get DELL Model, ShipDate, WarrantyStartDate, WarrantyEndDate, WarrantyLevel.
PARAMETERS
-ServiceTag <String>
The dell ServiceTag.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ClientKey <String>
Get API client key on DELL techdirect https://techdirect.dell.com/Portal - go to APIs - request API key.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ClientSecret <String>
Get API client secret on DELL techdirect https://techdirect.dell.com/Portal - go to APIs - request API key.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
author: Simon Willemen (thanks to Connor Hill)
-------------------------- EXAMPLE 1 --------------------------
Get-DellWarrantyServiceTag -ServiceTag "<servicetag>" -ClientKey "<clientkey>" -ClientSecret "<clientsecret>" |
Format-Table
RELATED LINKS