< Back

Set-PartnerCustomerQualification

Sat Jan 18, 2020 6:37 pm

NAME Set-PartnerCustomerQualification



SYNOPSIS

Updates the specified customer's qualification to be Education or GovernmentCommunityCloud.





SYNTAX

Set-PartnerCustomerQualification -CustomerId <String> -Qualification {Education | GovernmentCommunityCloud}

[-ValidationCode <ValidationCode>] [-Confirm] [-WhatIf] [<CommonParameters>]



Set-PartnerCustomerQualification -InputObject <PSCustomer> -Qualification {Education | GovernmentCommunityCloud}

[-ValidationCode <ValidationCode>] [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

Updates the specified customer's qualification to be "Education" or "GovernmentCommunityCloud."





PARAMETERS

-CustomerId <String>

The identifier of the customer.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InputObject <PSCustomer>

The customer object to be modified.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-Qualification <CustomerQualification>

The qualification assigned to the customer.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ValidationCode <ValidationCode>

The validation code used when assigning the Government Community Cloud qualification.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

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

Microsoft.Store.PartnerCenter.PowerShell.Models.Customers.PSCustomer







OUTPUTS

Microsoft.Store.PartnerCenter.Models.Customers.CustomerQualification







NOTES









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



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

GovernmentCommunityCloud



Updates the specified customer's qualification to be GovernmentCommunityCloud.







RELATED LINKS

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