Remove-AzureADMSApplicationVerifiedPublisher

Removes the verified publisher from an application.

Syntax

Remove-AzureADMSApplicationVerifiedPublisher
      -AppObjectId <String>
      [<CommonParameters>]

Description

Removes the verified publisher from an application.

Examples

Example 1: Remove the verified publisher from an application.

$appObjId = 'ad6c71a5-e48f-4320-bb59-92642a2d8d9f'
          Remove-AzureADMSApplicationVerifiedPublisher -AppObjectId $appObjId

Parameters

-AppObjectId

The unique identifier of an Azure Active Directory Application object.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Inputs

string