Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.62 KB

Get-PartnerCustomerQualification.md

File metadata and controls

63 lines (44 loc) · 1.62 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-PartnerCustomerQualification

SYNOPSIS

Get the qualification assigned to the customer.

SYNTAX

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

DESCRIPTION

Get the qualification assigned to the customer.

EXAMPLES

Example 1

PS C:\> Get-PartnerCustomerQualification -CustomerId 'c4f6bf3c-60de-432e-a3ec-20bcc5b26ec2'

Get the qualification assigned to the customer.

PARAMETERS

-CustomerId

The identifier for the customer.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
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.Models.Customers.CustomerQualification

NOTES

RELATED LINKS