Remove-AzureADMSRoleDefinition

Removes a role definition.

Syntax

Remove-AzureADMSRoleDefinition
      -Id <String>
      [<CommonParameters>]

Description

The Remove-AzureADMSRoleDefinition cmdlet removes a role definition from Azure Active Directory (AD).

Examples

Example 1

PS C:\> Remove-AzureADMSRoleDefinition -Id 62e90894-69f5-4237-9190-012177145e10

This command removes the specified role definition from AzureAD.

Parameters

-Id

Spevifies the id for the role definition.

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

Inputs

String

Outputs

Object