< Back

Get-PartnerCustomerDevice

Sat Jan 18, 2020 6:28 pm

NAME Get-PartnerCustomerDevice



SYNOPSIS

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.





PARAMETERS

-BatchId <String>

Identifier for the device batch.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-CustomerId <String>

Identifier for the customer.



Required? true

Position? 0

Default value None

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

None







OUTPUTS

Microsoft.Store.PartnerCenter.PowerShell.Models.DevicesDeployment.PSDevice







NOTES









-------------------------- 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.







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... omerDevice