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>
3939 [-RetentionDuration <Unlimited>]
4040 [-RetentionType <String>]
4141 [-ReviewerEmail <SmtpAddress[]>]
42+ [-WebHookUrl <String>]
4243 [-WhatIf]
4344 [<CommonParameters>]
4445```
@@ -417,6 +418,22 @@ Accept pipeline input: False
417418Accept wildcard characters: False
418419` ` `
419420
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+
420437# ## -WhatIf
421438The WhatIf switch doesn't work in Security & Compliance PowerShell.
422439
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Set-ComplianceTag [-Identity] <ComplianceRuleIdParameter>
3434 [-Notes <String>]
3535 [-RetentionDuration <Unlimited>]
3636 [-ReviewerEmail <SmtpAddress[]>]
37+ [-WebHookUrl <String>]
3738 [-WhatIf]
3839 [<CommonParameters>]
3940```
@@ -313,6 +314,22 @@ Accept pipeline input: False
313314Accept wildcard characters: False
314315` ` `
315316
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+
316333# ## -WhatIf
317334The WhatIf switch doesn't work in Security & Compliance PowerShell.
318335
You can’t perform that action at this time.
0 commit comments