Skip to content

Commit c1cbc2c

Browse files
committed
New params per IM request
1 parent 35fc8f9 commit c1cbc2c

File tree

4 files changed

+240
-13
lines changed

4 files changed

+240
-13
lines changed

exchange/exchange-ps/exchange/Get-FeatureConfiguration.md

+54-4
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ For information about the parameter sets in the Syntax section below, see [Excha
2020
## SYNTAX
2121

2222
```
23-
Get-FeatureConfiguration [-FeatureScenario] <Microsoft.Office.CompliancePolicy.PolicyConfiguration.PolicyScenario>
24-
[[-Identity] <Microsoft.Office.CompliancePolicy.Tasks.PolicyIdParameter>]
23+
Get-FeatureConfiguration [[-Identity] <PolicyIdParameter>] [-FeatureScenario] <PolicyScenario>
24+
[-All]
2525
[-Confirm]
26+
[-GeneralDiscovery]
27+
[-IrmDiscovery]
2628
[-WhatIf]
2729
[<CommonParameters>]
2830
```
@@ -56,7 +58,7 @@ The Identity policy specifies the Discovery policy that you want to view. You ca
5658
- GUID
5759

5860
```yaml
59-
Type: Microsoft.Office.CompliancePolicy.Tasks.PolicyIdParameter
61+
Type: PolicyIdParameter
6062
Parameter Sets: (All)
6163
Aliases:
6264
Applicable: Security & Compliance
@@ -72,7 +74,7 @@ Accept wildcard characters: False
7274
The FeatureScenario parameter specifies the scenario for the Discovery policy. Currently, the only valid value is KnowYourData.
7375
7476
```yaml
75-
Type: Microsoft.Office.CompliancePolicy.PolicyConfiguration.PolicyScenario
77+
Type: PolicyScenario
7678
Parameter Sets: (All)
7779
Aliases:
7880
Applicable: Security & Compliance
@@ -84,6 +86,22 @@ Accept pipeline input: False
8486
Accept wildcard characters: False
8587
```
8688
89+
### -All
90+
{{ Fill All Description }}
91+
92+
```yaml
93+
Type: SwitchParameter
94+
Parameter Sets: (All)
95+
Aliases:
96+
Applicable: Security & Compliance
97+
98+
Required: False
99+
Position: Named
100+
Default value: None
101+
Accept pipeline input: False
102+
Accept wildcard characters: False
103+
```
104+
87105
### -Confirm
88106
This parameter is reserved for internal Microsoft use.
89107
@@ -100,6 +118,38 @@ Accept pipeline input: False
100118
Accept wildcard characters: False
101119
```
102120
121+
### -GeneralDiscovery
122+
{{ Fill GeneralDiscovery Description }}
123+
124+
```yaml
125+
Type: SwitchParameter
126+
Parameter Sets: (All)
127+
Aliases:
128+
Applicable: Security & Compliance
129+
130+
Required: False
131+
Position: Named
132+
Default value: None
133+
Accept pipeline input: False
134+
Accept wildcard characters: False
135+
```
136+
137+
### -IrmDiscovery
138+
{{ Fill IrmDiscovery Description }}
139+
140+
```yaml
141+
Type: SwitchParameter
142+
Parameter Sets: (All)
143+
Aliases:
144+
Applicable: Security & Compliance
145+
146+
Required: False
147+
Position: Named
148+
Default value: None
149+
Accept pipeline input: False
150+
Accept wildcard characters: False
151+
```
152+
103153
### -WhatIf
104154
This parameter is reserved for internal Microsoft use.
105155

exchange/exchange-ps/exchange/New-FeatureConfiguration.md

+37-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ For information about the parameter sets in the Syntax section below, see [Excha
2020
## SYNTAX
2121

2222
```
23-
New-FeatureConfiguration [-Name] <String> -Mode <Microsoft.Office.CompliancePolicy.Tasks.PolicyMode> -FeatureScenario <Microsoft.Office.CompliancePolicy.PolicyConfiguration.PolicyScenario> -ScenarioConfig <String>
23+
New-FeatureConfiguration [-Name] <String> -Mode <PolicyMode> -FeatureScenario <PolicyScenario> -ScenarioConfig <String>
2424
[-Comment <String>]
2525
[-Confirm]
26+
[-GeneralDiscovery]
27+
[-IrmDiscovery]
2628
[-Locations <String>]
2729
[-WhatIf]
2830
[<CommonParameters>]
@@ -62,7 +64,7 @@ Accept wildcard characters: False
6264
The FeatureScenario parameter specifies the scenario for the Discovery policy. Currently, the only valid value is KnowYourData.
6365
6466
```yaml
65-
Type: Microsoft.Office.CompliancePolicy.PolicyConfiguration.PolicyScenario
67+
Type: PolicyScenario
6668
Parameter Sets: (All)
6769
Aliases:
6870
Applicable: Security & Compliance
@@ -81,7 +83,7 @@ The Mode parameter specifies the action and notification level of the Discovery
8183
- Disable: The policy is disabled.
8284
8385
```yaml
84-
Type: Microsoft.Office.CompliancePolicy.Tasks.PolicyMode
86+
Type: PolicyMode
8587
Parameter Sets: (All)
8688
Aliases:
8789
Applicable: Security & Compliance
@@ -144,6 +146,38 @@ Accept pipeline input: False
144146
Accept wildcard characters: False
145147
```
146148

149+
### -GeneralDiscovery
150+
{{ Fill GeneralDiscovery Description }}
151+
152+
```yaml
153+
Type: SwitchParameter
154+
Parameter Sets: (All)
155+
Aliases:
156+
Applicable: Security & Compliance
157+
158+
Required: False
159+
Position: Named
160+
Default value: None
161+
Accept pipeline input: False
162+
Accept wildcard characters: False
163+
```
164+
165+
### -IrmDiscovery
166+
{{ Fill IrmDiscovery Description }}
167+
168+
```yaml
169+
Type: SwitchParameter
170+
Parameter Sets: (All)
171+
Aliases:
172+
Applicable: Security & Compliance
173+
174+
Required: False
175+
Position: Named
176+
Default value: None
177+
Accept pipeline input: False
178+
Accept wildcard characters: False
179+
```
180+
147181
### -Locations
148182
The locations parameter specifies where the policy applies.
149183

exchange/exchange-ps/exchange/Remove-FeatureConfiguration.md

+36-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ For information about the parameter sets in the Syntax section below, see [Excha
2020
## SYNTAX
2121

2222
```
23-
Remove-FeatureConfiguration [-Identity] <Microsoft.Office.CompliancePolicy.Tasks.PolicyIdParameter>
23+
Remove-FeatureConfiguration [-Identity] <PolicyIdParameter>
2424
[-Confirm]
25+
[-GeneralDiscovery]
26+
[-IrmDiscovery]
2527
[-WhatIf]
2628
[<CommonParameters>]
2729
```
@@ -48,7 +50,7 @@ The Identity policy specifies the Discovery policy that you want to remove. You
4850
- GUID
4951

5052
```yaml
51-
Type: Microsoft.Office.CompliancePolicy.Tasks.PolicyIdParameter
53+
Type: PolicyIdParameter
5254
Parameter Sets: (All)
5355
Aliases:
5456
Applicable: Security & Compliance
@@ -79,6 +81,38 @@ Accept pipeline input: False
7981
Accept wildcard characters: False
8082
```
8183

84+
### -GeneralDiscovery
85+
{{ Fill GeneralDiscovery Description }}
86+
87+
```yaml
88+
Type: SwitchParameter
89+
Parameter Sets: (All)
90+
Aliases:
91+
Applicable: Security & Compliance
92+
93+
Required: False
94+
Position: Named
95+
Default value: None
96+
Accept pipeline input: False
97+
Accept wildcard characters: False
98+
```
99+
100+
### -IrmDiscovery
101+
{{ Fill IrmDiscovery Description }}
102+
103+
```yaml
104+
Type: SwitchParameter
105+
Parameter Sets: (All)
106+
Aliases:
107+
Applicable: Security & Compliance
108+
109+
Required: False
110+
Position: Named
111+
Default value: None
112+
Accept pipeline input: False
113+
Accept wildcard characters: False
114+
```
115+
82116
### -WhatIf
83117
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
84118

exchange/exchange-ps/exchange/Set-FeatureConfiguration.md

+113-4
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,86 @@ For information about the parameter sets in the Syntax section below, see [Excha
2121

2222
### Identity (Default)
2323
```
24-
Set-FeatureConfiguration [-Identity] <Microsoft.Office.CompliancePolicy.Tasks.PolicyIdParameter> [-Locations <String>] [-Comment <String>]
24+
Set-FeatureConfiguration [-Identity] <PolicyIdParameter> [-Locations <String>]
25+
[-Comment <String>]
2526
[-Confirm]
26-
[-Mode <Microsoft.Office.CompliancePolicy.Tasks.PolicyMode>]
27+
[-GeneralDiscovery]
28+
[-IrmDiscovery]
29+
[-Mode <PolicyMode>]
30+
[-ScenarioConfig <String>]
31+
[-WhatIf]
32+
[<CommonParameters>]
33+
```
34+
35+
### AdaptiveScopeLocation
36+
```
37+
Set-FeatureConfiguration [-Identity] <PolicyIdParameter>
38+
[-Comment <String>]
39+
[-Confirm]
40+
[-GeneralDiscovery]
41+
[-IrmDiscovery]
42+
[-Mode <PolicyMode>]
43+
[-ScenarioConfig <String>]
44+
[-WhatIf]
45+
[<CommonParameters>]
46+
```
47+
48+
### TeamLocation
49+
```
50+
Set-FeatureConfiguration [-Identity] <PolicyIdParameter>
51+
[-Comment <String>]
52+
[-Confirm]
53+
[-GeneralDiscovery]
54+
[-IrmDiscovery]
55+
[-Mode <PolicyMode>]
56+
[-ScenarioConfig <String>]
57+
[-WhatIf]
58+
[<CommonParameters>]
59+
```
60+
61+
### OrganizationSegmentsDefault
62+
```
63+
Set-FeatureConfiguration [-Identity] <PolicyIdParameter>
64+
[-Confirm]
65+
[-GeneralDiscovery]
66+
[-IrmDiscovery]
67+
[-Mode <PolicyMode>]
68+
[-ScenarioConfig <String>]
69+
[-WhatIf]
70+
[<CommonParameters>]
71+
```
72+
73+
### InformationBarrierDefault
74+
```
75+
Set-FeatureConfiguration [-Identity] <PolicyIdParameter>
76+
[-Confirm]
77+
[-GeneralDiscovery]
78+
[-IrmDiscovery]
79+
[-Mode <PolicyMode>]
80+
[-ScenarioConfig <String>]
81+
[-WhatIf]
82+
[<CommonParameters>]
83+
```
84+
85+
### DisableRestrictiveRetentionParameterSet
86+
```
87+
Set-FeatureConfiguration [-Identity] <PolicyIdParameter>
88+
[-Confirm]
89+
[-GeneralDiscovery]
90+
[-IrmDiscovery]
91+
[-Mode <PolicyMode>]
92+
[-ScenarioConfig <String>]
93+
[-WhatIf]
94+
[<CommonParameters>]
95+
```
96+
97+
### RetryDistributionParameterSet
98+
```
99+
Set-FeatureConfiguration [-Identity] <PolicyIdParameter>
100+
[-Confirm]
101+
[-GeneralDiscovery]
102+
[-IrmDiscovery]
103+
[-Mode <PolicyMode>]
27104
[-ScenarioConfig <String>]
28105
[-WhatIf]
29106
[<CommonParameters>]
@@ -51,7 +128,7 @@ The Identity policy specifies the Discovery policy that you want to modify. You
51128
- GUID
52129

53130
```yaml
54-
Type: Microsoft.Office.CompliancePolicy.Tasks.PolicyIdParameter
131+
Type: PolicyIdParameter
55132
Parameter Sets: (All)
56133
Aliases:
57134
Applicable: Security & Compliance
@@ -98,6 +175,38 @@ Accept pipeline input: False
98175
Accept wildcard characters: False
99176
```
100177

178+
### -GeneralDiscovery
179+
{{ Fill GeneralDiscovery Description }}
180+
181+
```yaml
182+
Type: SwitchParameter
183+
Parameter Sets: (All)
184+
Aliases:
185+
Applicable: Security & Compliance
186+
187+
Required: False
188+
Position: Named
189+
Default value: None
190+
Accept pipeline input: False
191+
Accept wildcard characters: False
192+
```
193+
194+
### -IrmDiscovery
195+
{{ Fill IrmDiscovery Description }}
196+
197+
```yaml
198+
Type: SwitchParameter
199+
Parameter Sets: (All)
200+
Aliases:
201+
Applicable: Security & Compliance
202+
203+
Required: False
204+
Position: Named
205+
Default value: None
206+
Accept pipeline input: False
207+
Accept wildcard characters: False
208+
```
209+
101210
### -Locations
102211
The locations parameter specifies where the policy applies.
103212

@@ -121,7 +230,7 @@ The Mode parameter specifies the action and notification level of the Discovery
121230
- Disable: The policy is disabled.
122231

123232
```yaml
124-
Type: Microsoft.Office.CompliancePolicy.Tasks.PolicyMode
233+
Type: PolicyMode
125234
Parameter Sets: (All)
126235
Aliases:
127236
Applicable: Security & Compliance

0 commit comments

Comments
 (0)