Remove-AzureADMSPermissionGrantConditionSet
刪除標識碼所設定的 Azure Active Directory 許可權授與條件
語法
Remove-AzureADMSPermissionGrantConditionSet
-PolicyId <String>
-ConditionSetType <String>
-Id <String>
[<CommonParameters>]
Description
依標識符刪除 Azure Active Directory 許可權授與條件集物件。
範例
範例 1:從原則中刪除許可權授與條件集
PS C:\>Remove-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "excludes" -Id "665a9903-0398-48ab-b4e9-7a570d468b66"
參數
-ConditionSetType
值會指出條件集是否包含在原則中或排除。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Id
Azure Active Directory 許可權授與條件集物件的唯一標識符。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-PolicyId
Azure Active Directory 許可權授與原則物件的唯一標識符。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
輸入
string
string
string
備註
請參閱 Remove-AzureADMSPermissionGrantConditionSet 至 Microsoft Graph PowerShell 的移轉指南。