< Back

Get-PartnerCustomerQualification

Sat Jan 18, 2020 6:29 pm

NAME Get-PartnerCustomerQualification



SYNOPSIS

Get the qualification assigned to the customer.





SYNTAX

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





DESCRIPTION

Get the qualification assigned to the customer.





PARAMETERS

-CustomerId <String>

The identifier for the customer.



Required? true

Position? named

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.Models.Customers.CustomerQualification







NOTES









-------------------------- Example 1 --------------------------



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



Get the qualification assigned to the customer.







RELATED LINKS

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