Edit

Share via


Remove-AzureADMSApplicationVerifiedPublisher

Removes the verified publisher from an application.

Syntax

Default (Default)

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.

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

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

string