< Back

Get-TechDataProduct

Sun Jan 12, 2020 3:20 pm

NAME Get-TechDataProduct



SYNOPSIS

This function retrieves a hash table of all products which are authorized for the Tech Data partner.





SYNTAX

Get-TechDataProduct [[-apiHeaders] <Object>] [[-environment] <String>] [-outputProgressUpdates] [-useCachedResult]

[<CommonParameters>]





DESCRIPTION

This function retrieves a hash table of all products which are authorized for the Tech Data partner.

The products returned from this function do not contain all their details.

For retrieving products with their full details, use the Get-TechDataProductDetails function.





PARAMETERS

-apiHeaders <Object>

The Tech Data API headers generated by Get-TechDataRestApiHeaders.



Required? false

Position? 1

Default value $Global:TechDataApiHeaders

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-environment <String>

The environment to which the call will be made, either production or test.



Required? false

Position? 2

Default value test

Accept pipeline input? false

Accept wildcard characters? false



-outputProgressUpdates [<SwitchParameter>]

Whether to output progress updates.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-useCachedResult [<SwitchParameter>]

Whether to use the previously cached result (if present).



Required? false

Position? named

Default value False

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





RELATED LINKS