Get-PartnerCustomerDevice
Gets a list of devices in the specified device batch for the specified customer.
Syntax
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.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-CustomerId
Identifier for the customer.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Microsoft.Store.PartnerCenter.PowerShell.Models.DevicesDeployment.PSDevice