Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.68 KB

Get-PartnerCustomerDeviceBatch.md

File metadata and controls

64 lines (44 loc) · 1.68 KB
content_git_url external help file Module Name online version original_content_git_url schema
Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
PartnerCenter
2.0.0

Get-PartnerCustomerDeviceBatch

SYNOPSIS

Gets a list of device batches for the specified customer identifier.

SYNTAX

Get-PartnerCustomerDeviceBatch [-CustomerId] <String> [<CommonParameters>]

DESCRIPTION

Gets a list of device batches for the specified customer identifier.

EXAMPLES

Example 1

PS C:\> Get-PartnerCustomerDeviceBatch -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08'

Gets a list of device batches for the specified customer identifier.

PARAMETERS

-CustomerId

The identifier for the customer.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

Microsoft.Store.PartnerCenter.PowerShell.Models.DevicesDeployment.PSDeviceBatch

NOTES

RELATED LINKS