Remove-AzureADServicePrincipal

Remove-AzureADServicePrincipal

Deletes an Active Directory service principal.

Syntax

Parameter Set: ObjectIdParameterSet
Remove-AzureADServicePrincipal -ObjectId <Guid> [-Force] [-PassThru] [-Profile <AzureProfile> ] [ <CommonParameters>]

Detailed Description

The Remove-AzureADServicePrincipal cmdlet deletes an Azure Active Directory service principal.

Parameters

-Force

Forces the command to run without asking for user confirmation.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ObjectId<Guid>

Specifies the object ID of the service principal to delete.

Aliases

PrincipalId

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

true(ByPropertyName)

Accept Wildcard Characters?

false

-PassThru

Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Profile<AzureProfile>

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

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 (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Delete an Active Directory service principal

This command deletes the specified Azure Active Directory service principal, and does not prompt for user confirmation.

Remove-AzureADServicePrincipal -ObjectId 61b5d8ea-fdc6-40a2-8d5b-ad447c678d45 -Force

Get-AzureADServicePrincipal