You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Remove-VivaModuleFeaturePolicy.md
+2-44Lines changed: 2 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,7 @@ ms.reviewer:
15
15
## SYNOPSIS
16
16
This cmdlet is available only in the Exchange Online PowerShell module v3.2.0 or later. For more information, see [About the Exchange Online PowerShell module](https://aka.ms/exov3-module).
17
17
18
-
**Note**: Support for categories is available in version 3.5.0-Preview2 or later of the module, but no categories are currently available in Viva. We'll update the documentation when categories are available.
19
-
20
-
Use the Remove-VivaModuleFeaturePolicy cmdlet to delete an access policy for a feature in a Viva module or a category in Viva. Once you delete a policy, the policy is permanently deleted. You cannot undo the deletion.
18
+
Use the Remove-VivaModuleFeaturePolicy cmdlet to delete an access policy for a feature in a Viva module in Viva. Once you delete a policy, the policy is permanently deleted. You cannot undo the deletion.
21
19
22
20
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
This example deletes the specified policy for the `<category_id>` category in Viva.
77
-
78
58
## PARAMETERS
79
59
80
-
### -CategoryId
81
-
This parameter is available in version 3.5.0-Preview2 or later of the module.
82
-
83
-
**Note**: Currently, no categories are available in Viva. We'll update the documentation when categories are available.
84
-
85
-
The CategoryId parameter specifies the category that you want to remove the policy from.
86
-
87
-
To view details about the categories that support feature access controls, use the Get-VivaFeatureCategory cmdlet. The CategoryId value is returned in the output of the cmdlet.
88
-
89
-
```yaml
90
-
Type: String
91
-
Parameter Sets: CategoryPolicy
92
-
Aliases:
93
-
Applicable: Exchange Online
94
-
95
-
Required: True
96
-
Position: Named
97
-
Default value: None
98
-
Accept pipeline input: False
99
-
Accept wildcard characters: False
100
-
```
101
-
102
60
### -FeatureId
103
61
The FeatureId parameter specifies the feature in the Viva module that you want to remove the policy from.
0 commit comments