Skip to content

Commit 501d0e7

Browse files
Merge pull request #12710 from MicrosoftDocs/main
[AutoPublish] main to live - 04/29 15:33 PDT | 04/30 04:03 IST
2 parents 17a6ddd + a2a804c commit 501d0e7

File tree

4 files changed

+0
-153
lines changed

4 files changed

+0
-153
lines changed

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

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2525

2626
```
2727
Get-FeatureConfiguration [[-Identity] <PolicyIdParameter>] [-FeatureScenario] <PolicyScenario>
28-
[-All]
2928
[-Confirm]
30-
[-GeneralDiscovery]
31-
[-IrmDiscovery]
3229
[-WhatIf]
3330
[<CommonParameters>]
3431
```
@@ -92,22 +89,6 @@ Accept pipeline input: False
9289
Accept wildcard characters: False
9390
```
9491

95-
### -All
96-
This parameter is reserved for internal Microsoft use.
97-
98-
```yaml
99-
Type: SwitchParameter
100-
Parameter Sets: (All)
101-
Aliases:
102-
Applicable: Security & Compliance
103-
104-
Required: False
105-
Position: Named
106-
Default value: None
107-
Accept pipeline input: False
108-
Accept wildcard characters: False
109-
```
110-
11192
### -Confirm
11293
This parameter is reserved for internal Microsoft use.
11394

@@ -124,38 +105,6 @@ Accept pipeline input: False
124105
Accept wildcard characters: False
125106
```
126107

127-
### -GeneralDiscovery
128-
This parameter is reserved for internal Microsoft use.
129-
130-
```yaml
131-
Type: SwitchParameter
132-
Parameter Sets: (All)
133-
Aliases:
134-
Applicable: Security & Compliance
135-
136-
Required: False
137-
Position: Named
138-
Default value: None
139-
Accept pipeline input: False
140-
Accept wildcard characters: False
141-
```
142-
143-
### -IrmDiscovery
144-
This parameter is reserved for internal Microsoft use.
145-
146-
```yaml
147-
Type: SwitchParameter
148-
Parameter Sets: (All)
149-
Aliases:
150-
Applicable: Security & Compliance
151-
152-
Required: False
153-
Position: Named
154-
Default value: None
155-
Accept pipeline input: False
156-
Accept wildcard characters: False
157-
```
158-
159108
### -WhatIf
160109
This parameter is reserved for internal Microsoft use.
161110

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

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ For information about the parameter sets in the Syntax section below, see [Excha
2727
New-FeatureConfiguration [-Name] <String> -Mode <PolicyMode> -FeatureScenario <PolicyScenario> -ScenarioConfig <String>
2828
[-Comment <String>]
2929
[-Confirm]
30-
[-GeneralDiscovery]
31-
[-IrmDiscovery]
3230
[-Locations <String>]
3331
[-WhatIf]
3432
[<CommonParameters>]
@@ -176,38 +174,6 @@ Accept pipeline input: False
176174
Accept wildcard characters: False
177175
```
178176

179-
### -GeneralDiscovery
180-
This parameter is reserved for internal Microsoft use.
181-
182-
```yaml
183-
Type: SwitchParameter
184-
Parameter Sets: (All)
185-
Aliases:
186-
Applicable: Security & Compliance
187-
188-
Required: False
189-
Position: Named
190-
Default value: None
191-
Accept pipeline input: False
192-
Accept wildcard characters: False
193-
```
194-
195-
### -IrmDiscovery
196-
This parameter is reserved for internal Microsoft use.
197-
198-
```yaml
199-
Type: SwitchParameter
200-
Parameter Sets: (All)
201-
Aliases:
202-
Applicable: Security & Compliance
203-
204-
Required: False
205-
Position: Named
206-
Default value: None
207-
Accept pipeline input: False
208-
Accept wildcard characters: False
209-
```
210-
211177
### -Locations
212178
The locations parameter specifies where the feature configuration applies.
213179

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

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ For information about the parameter sets in the Syntax section below, see [Excha
2626
```
2727
Remove-FeatureConfiguration [-Identity] <PolicyIdParameter>
2828
[-Confirm]
29-
[-GeneralDiscovery]
30-
[-IrmDiscovery]
3129
[-WhatIf]
3230
[<CommonParameters>]
3331
```
@@ -85,38 +83,6 @@ Accept pipeline input: False
8583
Accept wildcard characters: False
8684
```
8785

88-
### -GeneralDiscovery
89-
This parameter is reserved for internal Microsoft use.
90-
91-
```yaml
92-
Type: SwitchParameter
93-
Parameter Sets: (All)
94-
Aliases:
95-
Applicable: Security & Compliance
96-
97-
Required: False
98-
Position: Named
99-
Default value: None
100-
Accept pipeline input: False
101-
Accept wildcard characters: False
102-
```
103-
104-
### -IrmDiscovery
105-
This parameter is reserved for internal Microsoft use.
106-
107-
```yaml
108-
Type: SwitchParameter
109-
Parameter Sets: (All)
110-
Aliases:
111-
Applicable: Security & Compliance
112-
113-
Required: False
114-
Position: Named
115-
Default value: None
116-
Accept pipeline input: False
117-
Accept wildcard characters: False
118-
```
119-
12086
### -WhatIf
12187
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.
12288

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

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ For information about the parameter sets in the Syntax section below, see [Excha
2727
Set-FeatureConfiguration [-Identity] <PolicyIdParameter> [-Locations <String>]
2828
[-Comment <String>]
2929
[-Confirm]
30-
[-GeneralDiscovery]
31-
[-IrmDiscovery]
3230
[-Mode <PolicyMode>]
3331
[-ScenarioConfig <String>]
3432
[-WhatIf]
@@ -118,38 +116,6 @@ Accept pipeline input: False
118116
Accept wildcard characters: False
119117
```
120118

121-
### -GeneralDiscovery
122-
This parameter is reserved for internal Microsoft use.
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-
This parameter is reserved for internal Microsoft use.
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-
153119
### -Locations
154120
The locations parameter specifies where the feature configuration applies.
155121

0 commit comments

Comments
 (0)