Skip to content

Commit edf2bfa

Browse files
committed
IncludeDetailedLabelActions boolean to switch
Issue #10392
1 parent c1901c1 commit edf2bfa

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

exchange/exchange-ps/exchange/Get-Label.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
```
2424
Get-Label [[-Identity] <ComplianceRuleIdParameter>]
25-
[-IncludeDetailedLabelActions <System.Boolean>]
25+
[-IncludeDetailedLabelActions]
2626
[-SkipValidations]
2727
[<CommonParameters>]
2828
```
@@ -69,13 +69,10 @@ Accept wildcard characters: False
6969
```
7070
7171
### -IncludeDetailedLabelActions
72-
The IncludeDetailedLabelActions parameter specifies whether to expand label actions into properties for better readability. Valid values are:
73-
74-
- $true: Include detailed label actions.
75-
- $false: Don't include detailed label actions.
72+
The IncludeDetailedLabelActions parameter specifies whether to expand label actions into properties for better readability. You don't need to specify a value with this switch.
7673
7774
```yaml
78-
Type: System.Boolean
75+
Type: SwitchParameter
7976
Parameter Sets: (All)
8077
Aliases:
8178
Applicable: Security & Compliance

0 commit comments

Comments
 (0)