Skip to content

Commit c1d9ddd

Browse files
authored
Merge pull request #11556 from MicrosoftDocs/chrisda
Fixed param types
2 parents 71dc678 + 0474d9a commit c1d9ddd

File tree

8 files changed

+33
-33
lines changed

8 files changed

+33
-33
lines changed

exchange/exchange-ps/exchange/New-App.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ This parameter is available only in the cloud-based service.
151151
{{ Fill AddInOverrides Description }}
152152

153153
```yaml
154-
Type: Object
154+
Type: AddInOverrides
155155
Parameter Sets: (All)
156156
Aliases:
157157
Applicable: Exchange Online
@@ -185,7 +185,7 @@ This parameter is available only in the cloud-based service.
185185
{{ Fill AllowSetting Description }}
186186
187187
```yaml
188-
Type: Object
188+
Type: AllowSetting
189189
Parameter Sets: (All)
190190
Aliases:
191191
Applicable: Exchange Online

exchange/exchange-ps/exchange/New-ComplianceTag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Accept wildcard characters: False
8181
{{ Fill AutoApprovalPeriod Description }}
8282
8383
```yaml
84-
Type: Object
84+
Type: System.Int32
8585
Parameter Sets: (All)
8686
Aliases:
8787
Applicable: Security & Compliance

exchange/exchange-ps/exchange/New-MigrationBatch.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -264,14 +264,14 @@ New-MigrationBatch -Name <String> -CSVData <Byte[]>
264264
[-AllowUnknownColumnsInCSV <Boolean>]
265265
[-AutoComplete]
266266
[-AutoStart]
267-
[-CompleteAfter <Object>]
267+
[-CompleteAfter <DateTime>]
268268
[-Confirm]
269-
[-NotificationEmails <Object>]
270-
[-Partition <Object>]
271-
[-ReportInterval <Object>]
269+
[-NotificationEmails <MultiValuedProperty>]
270+
[-Partition <MailboxIdParameter>]
271+
[-ReportInterval <Timespan>]
272272
[-SkipReports]
273-
[-StartAfter <Object>]
274-
[-TimeZone <Object>]
273+
[-StartAfter <DateTime>]
274+
[-TimeZone <ExTimeZoneValue>]
275275
[-WhatIf]
276276
[<CommonParameters>]
277277
```
@@ -282,14 +282,14 @@ New-MigrationBatch -Name <String> -CSVData <Byte[]>
282282
[-AllowUnknownColumnsInCSV <Boolean>]
283283
[-AutoComplete]
284284
[-AutoStart]
285-
[-CompleteAfter <Object>]
285+
[-CompleteAfter <DateTime>]
286286
[-Confirm]
287-
[-NotificationEmails <Object>]
288-
[-Partition <Object>]
289-
[-ReportInterval <Object>]
287+
[-NotificationEmails <MultiValuedProperty>]
288+
[-Partition <MailboxIdParameter>]
289+
[-ReportInterval <Timespan>]
290290
[-SkipReports]
291-
[-StartAfter <Object>]
292-
[-TimeZone <Object>]
291+
[-StartAfter <DateTime>]
292+
[-TimeZone <ExTimeZoneValue>]
293293
[-WhatIf]
294294
[<CommonParameters>]
295295
```
@@ -343,19 +343,19 @@ New-MigrationBatch -Name <String> [-UserIds] <MultiValuedProperty>
343343

344344
### PreexistingUsers
345345
```
346-
New-MigrationBatch [-Users] <Object> -Name <String>
346+
New-MigrationBatch [-Users] MultiValuedProperty> -Name <String>
347347
[-AllowUnknownColumnsInCSV <Boolean>]
348348
[-AutoComplete]
349349
[-AutoStart]
350-
[-CompleteAfter <Object>]
350+
[-CompleteAfter <DateTime>]
351351
[-Confirm]
352352
[-DisableOnCopy]
353-
[-NotificationEmails <Object>]
354-
[-Partition <Object>]
355-
[-ReportInterval <Object>]
353+
[-NotificationEmails <MultiValuedProperty>]
354+
[-Partition <MailboxIdParameter>]
355+
[-ReportInterval <Timespan>]
356356
[-SkipReports]
357-
[-StartAfter <Object>]
358-
[-TimeZone <Object>]
357+
[-StartAfter <DateTime>]
358+
[-TimeZone <ExTimeZoneValue>]
359359
[-WhatIf]
360360
[<CommonParameters>]
361361
```

exchange/exchange-ps/exchange/New-QuarantinePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ To modify an existing value and preserve other values, you need to specify all e
327327
This setting is available only in the built-in quarantine policy named DefaultGlobalTag that controls global quarantine policy settings. To access this quarantine policy, start your command with the following syntax: `Get-QuarantinePolicy -QuarantinePolicyType GlobalQuarantinePolicy | Set-QuarantinePolicy ...`.
328328

329329
```yaml
330-
Type:
330+
Type: MultiValuedProperty
331331
Parameter Sets: (All)
332332
Aliases: MultiValuedProperty
333333
Applicable: Exchange Online, Exchange Online Protection

exchange/exchange-ps/exchange/New-SupervisoryReviewRule.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Accept wildcard characters: False
229229
{{ Fill ExceptIfFrom Description }}
230230

231231
```yaml
232-
Type:
232+
Type: MultiValuedProperty
233233
Parameter Sets: (All)
234234
Aliases:
235235
Applicable: Security & Compliance
@@ -293,7 +293,7 @@ Accept wildcard characters: False
293293
{{ Fill ExceptIfSentTo Description }}
294294

295295
```yaml
296-
Type:
296+
Type: MultiValuedProperty
297297
Parameter Sets: (All)
298298
Aliases:
299299
Applicable: Security & Compliance
@@ -325,7 +325,7 @@ Accept wildcard characters: False
325325
{{ Fill From Description }}
326326

327327
```yaml
328-
Type:
328+
Type: MultiValuedProperty
329329
Parameter Sets: (All)
330330
Aliases:
331331
Applicable: Security & Compliance
@@ -405,7 +405,7 @@ Accept wildcard characters: False
405405
{{ Fill SentTo Description }}
406406

407407
```yaml
408-
Type:
408+
Type: MultiValuedProperty
409409
Parameter Sets: (All)
410410
Aliases:
411411
Applicable: Security & Compliance

exchange/exchange-ps/exchange/Set-ComplianceTag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Accept wildcard characters: False
7676
{{ Fill AutoApprovalPeriod Description }}
7777
7878
```yaml
79-
Type: Object
79+
Type: System.Int32
8080
Parameter Sets: (All)
8181
Aliases:
8282
Applicable: Security & Compliance

exchange/exchange-ps/exchange/Set-QuarantinePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ To modify an existing value and preserve other values, you need to specify all e
343343
This setting is available only in the built-in quarantine policy named DefaultGlobalTag that controls global quarantine policy settings. To access this quarantine policy, start your command with the following syntax: `Get-QuarantinePolicy -QuarantinePolicyType GlobalQuarantinePolicy | Set-QuarantinePolicy ...`.
344344

345345
```yaml
346-
Type:
346+
Type: MultiValuedProperty
347347
Parameter Sets: (All)
348348
Aliases: MultiValuedProperty
349349
Applicable: Exchange Online, Exchange Online Protection

exchange/exchange-ps/exchange/Set-SupervisoryReviewRule.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Accept wildcard characters: False
233233
{{ Fill ExceptIfFrom Description }}
234234

235235
```yaml
236-
Type:
236+
Type: MultiValuedProperty
237237
Parameter Sets: Default
238238
Aliases:
239239
Applicable: Security & Compliance
@@ -297,7 +297,7 @@ Accept wildcard characters: False
297297
{{ Fill ExceptIfSentTo Description }}
298298

299299
```yaml
300-
Type:
300+
Type: MultiValuedProperty
301301
Parameter Sets: Default
302302
Aliases:
303303
Applicable: Security & Compliance
@@ -329,7 +329,7 @@ Accept wildcard characters: False
329329
{{ Fill From Description }}
330330

331331
```yaml
332-
Type:
332+
Type: MultiValuedProperty
333333
Parameter Sets: Default
334334
Aliases:
335335
Applicable: Security & Compliance
@@ -409,7 +409,7 @@ Accept wildcard characters: False
409409
{{ Fill SentTo Description }}
410410

411411
```yaml
412-
Type:
412+
Type: MultiValuedProperty
413413
Parameter Sets: Default
414414
Aliases:
415415
Applicable: Security & Compliance

0 commit comments

Comments
 (0)