Skip to content

Commit b005adf

Browse files
authored
Update Remove-VivaModuleFeaturePolicy.md
Removed category-related documentation.
1 parent 5bb5db9 commit b005adf

File tree

1 file changed

+2
-44
lines changed

1 file changed

+2
-44
lines changed

exchange/exchange-ps/exchange/Remove-VivaModuleFeaturePolicy.md

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ ms.reviewer:
1515
## SYNOPSIS
1616
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).
1717

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.
2119

2220
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2321

@@ -32,19 +30,8 @@ Remove-VivaModuleFeaturePolicy -FeatureId <String> -ModuleId <String> -PolicyId
3230
[<CommonParameters>]
3331
```
3432

35-
### CategoryPolicy
36-
```
37-
Remove-VivaModuleFeaturePolicy -CategoryId <String> -PolicyId <String>
38-
[-Confirm]
39-
[-ResultSize <Unlimited>]
40-
[-WhatIf]
41-
[<CommonParameters>]
42-
```
43-
4433
## DESCRIPTION
45-
Use the Remove-VivaModuleFeaturePolicy cmdlet to delete an access policy for a feature in a Viva module or a category in Viva.
46-
47-
Support for categories is available in version 3.5.0-Preview2 or later of the module.
34+
Use the Remove-VivaModuleFeaturePolicy cmdlet to delete an access policy for a feature in a Viva module in Viva.
4835

4936
You need to use the Connect-ExchangeOnline cmdlet to authenticate.
5037

@@ -68,37 +55,8 @@ Remove-VivaModuleFeaturePolicy -ModuleId VivaInsights -FeatureId Reflection -Pol
6855

6956
This example deletes the specified policy for the Reflection feature in Viva Insights.
7057

71-
### Example 2
72-
```powershell
73-
Remove-VivaModuleFeaturePolicy -CategoryId <category_id> -PolicyId 3db38dfa-02a3-4039-b33a-42b0b3da032w
74-
```
75-
76-
This example deletes the specified policy for the `<category_id>` category in Viva.
77-
7858
## PARAMETERS
7959

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-
10260
### -FeatureId
10361
The FeatureId parameter specifies the feature in the Viva module that you want to remove the policy from.
10462

0 commit comments

Comments
 (0)