Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Remove-EntraApplicationVerifiedPublisher

Removes the verified publisher from an application.

Syntax

Default (Default)

Remove-EntraApplicationVerifiedPublisher

 -AppObjectId <String>
 [<CommonParameters>]

Description

Removes the verified publisher from an application.

Examples

Example 1: Remove the verified publisher from an application

Connect-Entra -Scopes 'Application.ReadWrite.All'
$application = Get-EntraApplication -Filter "displayName eq 'Contoso Helpdesk Application'"
Remove-EntraApplicationVerifiedPublisher -AppObjectId $application.Id

This command demonstrates how to remove the verified publisher from an application.

  • -AppObjectId parameter specifies the unique identifier of an application.

Parameters

-AppObjectId

The unique identifier of a Microsoft Entra ID Application object.

Parameter properties

Type:System.String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:ApplicationId

Parameter sets

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

Related Links


Feedback

Was this page helpful?