Remove-EntraApplicationVerifiedPublisher
Removes the verified publisher from an application.
Syntax
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.
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
String