Get-PartnerCustomerDevice
Gets a list of devices in the specified device batch for the specified customer.
Syntax
Default (Default)
Get-PartnerCustomerDevice
[-CustomerId] <String>
-BatchId <String>
[<CommonParameters>]
Description
Gets a list of devices in the specified device batch for the specified customer. Each device resource contains details about the device.
Examples
Example 1
PS C:\> Get-PartnerCustomerDevice -CustomerId <Customer ID> -BatchId <Batch ID>
This example returns a list of devices in the specified device batch for the specified customer.
Parameters
-BatchId
Identifier for the device batch.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-CustomerId
Identifier for the customer.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 0 |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.