Skip to content

Latest commit

 

History

History
79 lines (58 loc) · 1.95 KB

Set-AzureADMSApplicationVerifiedPublisher.md

File metadata and controls

79 lines (58 loc) · 1.95 KB
external help file Module Name online version schema
Microsoft.Open.MS.GraphV10.PowerShell.dll-Help.xml
AzureAD
2.0.0

Set-AzureADMSApplicationVerifiedPublisher

SYNOPSIS

Sets the verified publisher of an application to a verified Microsoft Partner Network (MPN) identifier.

SYNTAX

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.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-SetVerifiedPublisherRequest

A request body object containing the verifiedPublisherId property its the MPNID value.

Type: SetVerifiedPublisherRequest
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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

string

string

OUTPUTS

NOTES

RELATED LINKS

Remove-AzureADMSApplicationVerifiedPublisher