Skip to content

Latest commit

 

History

History
96 lines (70 loc) · 2.16 KB

Remove-AzureADMSPermissionGrantConditionSet.md

File metadata and controls

96 lines (70 loc) · 2.16 KB
external help file Module Name online version schema
Microsoft.Open.MS.GraphBeta.PowerShell.dll-Help.xml
AzureADPreview
2.0.0

Remove-AzureADMSPermissionGrantConditionSet

SYNOPSIS

Delete an Azure Active Directory permission grant condition set by id

SYNTAX

Remove-AzureADMSPermissionGrantConditionSet -PolicyId <String> -ConditionSetType <String> -Id <String>
 [<CommonParameters>]

DESCRIPTION

Delete an Azure Active Directory permission grant condition set object by id.

EXAMPLES

Example 1: Delete a permission grant condition set from a policy

PS C:\>Remove-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "excludes" -Id "665a9903-0398-48ab-b4e9-7a570d468b66"

PARAMETERS

-PolicyId

The unique identifier of an Azure Active Directory permission grant policy object.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-ConditionSetType

The value indicates whether the condition sets are included in the policy or excluded.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-Id

The unique identifier of an Azure Active Directory permission grant condition set object.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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.

INPUTS

string

string

string

OUTPUTS

NOTES

RELATED LINKS

New-AzureADMSPermissionGrantConditionSet

Get-AzureADMSPermissionGrantConditionSet

Set-AzureADMSPermissionGrantConditionSet