Set-AzureADMSApplicationVerifiedPublisher
Sets the verified publisher of an application to a verified Microsoft Partner Network (MPN) identifier.
Syntax
Default (Default)
Set-AzureADMSApplicationVerifiedPublisher
-AppObjectId <String>
-SetVerifiedPublisherRequest <SetVerifiedPublisherRequest>
[<CommonParameters>]
Description
Sets the verified publisher of an application to a verified Microsoft Partner Network (MPN) identifier.
Examples
Example 1: Set the verified publisher of an application.
$appObjId = 'ad6c71a5-e48f-4320-bb59-92642a2d8d9f'
$mpnId = '0433167'
$req = @{verifiedPublisherId=$mpnId}
Set-AzureADMSApplicationVerifiedPublisher -AppObjectId $appObjId -SetVerifiedPublisherRequest $req
Parameters
-AppObjectId
The unique identifier of an Azure Active Directory Application object.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-SetVerifiedPublisherRequest
A request body object containing the verifiedPublisherId property its the MPNID value.
Parameter properties
Type: | SetVerifiedPublisherRequest |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | True |
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.