Skip to content

Commit 81b512d

Browse files
authored
Update parameter details in documentation
1 parent 2179fff commit 81b512d

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ For information about the parameter sets in the Syntax section below, see [Excha
2323

2424
```
2525
Get-VivaModuleFeatureEnablement -FeatureId <String> -Identity <String> -ModuleId <String>
26-
[-ResultSize <Unlimited>]
2726
[-Detailed]
27+
[-ResultSize <Unlimited>]
2828
[<CommonParameters>]
2929
```
3030

@@ -118,11 +118,15 @@ Accept pipeline input: False
118118
Accept wildcard characters: False
119119
```
120120
121-
### -ResultSize
122-
This parameter is reserved for internal Microsoft use.
121+
### -Detailed
122+
This parameter is available in version 3.8.0-Preiew2 or later of the module.
123+
124+
The Detailed switch enhances the output of the command by providing more comprehensive information. You don't need to specify a value with this switch.
125+
126+
This switch returns detailed insights, including related policies and their effectiveness.
123127
124128
```yaml
125-
Type: Unlimited
129+
Type: Switch Parameter
126130
Parameter Sets: (All)
127131
Aliases:
128132
Type: Exchange Online
@@ -134,11 +138,11 @@ Accept pipeline input: False
134138
Accept wildcard characters: False
135139
```
136140
137-
### -Detailed
138-
The Detailed switch enhances the command's output by providing more comprehensive information. When this switch is used, the command returns detailed insights, including related policies and their effectiveness. No value needs to be specified with this switch.
141+
### -ResultSize
142+
This parameter is reserved for internal Microsoft use.
139143
140144
```yaml
141-
Type: Switch Parameter
145+
Type: Unlimited
142146
Parameter Sets: (All)
143147
Aliases:
144148
Type: Exchange Online

0 commit comments

Comments
 (0)