Share via


Set-PartnerCustomerQualification

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

Syntax

Customer (Default)

Set-PartnerCustomerQualification
    -CustomerId <String>
    -Qualification <CustomerQualification>
    [-ValidationCode <ValidationCode>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

CustomerObject

Set-PartnerCustomerQualification
    -InputObject <PSCustomer>
    -Qualification <CustomerQualification>
    [-ValidationCode <ValidationCode>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

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

Examples

Example 1

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

Updates the specified customer's qualification to be GovernmentCommunityCloud.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-CustomerId

The identifier of the customer.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Customer
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-InputObject

The customer object to be modified.

Parameter properties

Type:PSCustomer
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

CustomerObject
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-Qualification

The qualification assigned to the customer.

Parameter properties

Type:CustomerQualification
Default value:None
Accepted values:Education, GovernmentCommunityCloud
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ValidationCode

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

Parameter properties

Type:ValidationCode
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

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

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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

Inputs

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

Outputs

Microsoft.Store.PartnerCenter.Models.Customers.CustomerQualification