File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
exchange/exchange-ps/exchange Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ New-ComplianceTag [-Name] <String>
39
39
[-RetentionDuration <Unlimited>]
40
40
[-RetentionType <String>]
41
41
[-ReviewerEmail <SmtpAddress[]>]
42
+ [-WebHookUrl <String>]
42
43
[-WhatIf]
43
44
[<CommonParameters>]
44
45
```
@@ -417,6 +418,22 @@ Accept pipeline input: False
417
418
Accept wildcard characters: False
418
419
` ` `
419
420
421
+ # ## -WebHookUrl
422
+ This parameter is reserved for internal Microsoft use.
423
+
424
+ ` ` ` yaml
425
+ Type: String
426
+ Parameter Sets: (All)
427
+ Aliases:
428
+ Applicable: Security & Compliance
429
+
430
+ Required: False
431
+ Position: Named
432
+ Default value: None
433
+ Accept pipeline input: False
434
+ Accept wildcard characters: False
435
+ ` ` `
436
+
420
437
# ## -WhatIf
421
438
The WhatIf switch doesn't work in Security & Compliance PowerShell.
422
439
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Set-ComplianceTag [-Identity] <ComplianceRuleIdParameter>
34
34
[-Notes <String>]
35
35
[-RetentionDuration <Unlimited>]
36
36
[-ReviewerEmail <SmtpAddress[]>]
37
+ [-WebHookUrl <String>]
37
38
[-WhatIf]
38
39
[<CommonParameters>]
39
40
```
@@ -313,6 +314,22 @@ Accept pipeline input: False
313
314
Accept wildcard characters: False
314
315
` ` `
315
316
317
+ # ## -WebHookUrl
318
+ This parameter is reserved for internal Microsoft use.
319
+
320
+ ` ` ` yaml
321
+ Type: String
322
+ Parameter Sets: (All)
323
+ Aliases:
324
+ Applicable: Security & Compliance
325
+
326
+ Required: False
327
+ Position: Named
328
+ Default value: None
329
+ Accept pipeline input: False
330
+ Accept wildcard characters: False
331
+ ` ` `
332
+
316
333
# ## -WhatIf
317
334
The WhatIf switch doesn't work in Security & Compliance PowerShell.
318
335
You can’t perform that action at this time.
0 commit comments