Skip to content

Commit d3a357e

Browse files
Merge pull request #12741 from MicrosoftDocs/main
[AutoPublish] main to live - 05/13 15:33 PDT | 05/14 04:03 IST
2 parents 26e79a2 + 8f5d0a2 commit d3a357e

35 files changed

+637
-2018
lines changed

.openpublishing.redirection.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7148,6 +7148,61 @@
71487148
"redirect_url": "/viva/feature-access-management",
71497149
"redirect_document_id": false
71507150
},
7151+
{
7152+
"source_path": "exchange/virtual-folder/exchange/Get-AuditConfigurationPolicy.md",
7153+
"redirect_url": "/powershell/module/exchange/get-protectionalert",
7154+
"redirect_document_id": false
7155+
},
7156+
{
7157+
"source_path": "exchange/virtual-folder/exchange/New-AuditConfigurationPolicy.md",
7158+
"redirect_url": "/powershell/module/exchange/new-protectionalert",
7159+
"redirect_document_id": false
7160+
},
7161+
{
7162+
"source_path": "exchange/virtual-folder/exchange/Remove-AuditConfigurationPolicy.md",
7163+
"redirect_url": "/powershell/module/exchange/remove-protectionalert",
7164+
"redirect_document_id": false
7165+
},
7166+
{
7167+
"source_path": "exchange/virtual-folder/exchange/Get-AuditConfigurationRule.md",
7168+
"redirect_url": "/powershell/module/exchange/get-protectionalert",
7169+
"redirect_document_id": false
7170+
},
7171+
{
7172+
"source_path": "exchange/virtual-folder/exchange/New-AuditConfigurationRule.md",
7173+
"redirect_url": "/powershell/module/exchange/new-protectionalert",
7174+
"redirect_document_id": false
7175+
},
7176+
{
7177+
"source_path": "exchange/virtual-folder/exchange/Remove-AuditConfigurationRule.md",
7178+
"redirect_url": "/powershell/module/exchange/remove-protectionalert",
7179+
"redirect_document_id": false
7180+
},
7181+
{
7182+
"source_path": "exchange/virtual-folder/exchange/Set-AuditConfigurationRule.md",
7183+
"redirect_url": "/powershell/module/exchange/set-protectionalert",
7184+
"redirect_document_id": false
7185+
},
7186+
{
7187+
"source_path": "exchange/virtual-folder/exchange/Get-ActivityAlert.md",
7188+
"redirect_url": "/powershell/module/exchange/get-protectionalert",
7189+
"redirect_document_id": false
7190+
},
7191+
{
7192+
"source_path": "exchange/virtual-folder/exchange/New-ActivityAlert.md",
7193+
"redirect_url": "/powershell/module/exchange/new-protectionalert",
7194+
"redirect_document_id": false
7195+
},
7196+
{
7197+
"source_path": "exchange/virtual-folder/exchange/Remove-ActivityAlert.md",
7198+
"redirect_url": "/powershell/module/exchange/remove-protectionalert",
7199+
"redirect_document_id": false
7200+
},
7201+
{
7202+
"source_path": "exchange/virtual-folder/exchange/Set-ActivityAlert.md",
7203+
"redirect_url": "/powershell/module/exchange/set-protectionalert",
7204+
"redirect_document_id": false
7205+
},
71517206
{
71527207
"source_path": "skype/virtual-folder/skype/Disable-CsOnlineSipDomain.md",
71537208
"redirect_url": "/powershell/module/teams/Disable-CsOnlineSipDomain",

exchange/exchange-ps/exchange/Get-ActivityAlert.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

exchange/exchange-ps/exchange/Get-AuditConfigurationPolicy.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

exchange/exchange-ps/exchange/Get-AuditConfigurationRule.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

exchange/exchange-ps/exchange/Get-MailPublicFolder.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Get-MailPublicFolder [-Anr <String>]
2727
[-DomainController <Fqdn>]
2828
[-Filter <String>]
2929
[-IgnoreDefaultScope]
30+
[-IncludeGrantSendOnBehalfToWithDisplayNames]
3031
[-ReadFromDomainController]
3132
[-ResultSize <Unlimited>]
3233
[-Server <ServerIdParameter>]
@@ -40,6 +41,7 @@ Get-MailPublicFolder [[-Identity] <MailPublicFolderIdParameter>]
4041
[-DomainController <Fqdn>]
4142
[-Filter <String>]
4243
[-IgnoreDefaultScope]
44+
[-IncludeGrantSendOnBehalfToWithDisplayNames]
4345
[-ReadFromDomainController]
4446
[-ResultSize <Unlimited>]
4547
[-Server <ServerIdParameter>]
@@ -196,6 +198,24 @@ Accept pipeline input: False
196198
Accept wildcard characters: False
197199
```
198200

201+
### -IncludeGrantSendOnBehalfToWithDisplayNames
202+
This parameter is available only in the cloud-based service.
203+
204+
{{ Fill IncludeGrantSendOnBehalfToWithDisplayNames Description }}
205+
206+
```yaml
207+
Type: SwitchParameter
208+
Parameter Sets: (All)
209+
Aliases:
210+
Applicable: Exchange Online
211+
212+
Required: False
213+
Position: Named
214+
Default value: None
215+
Accept pipeline input: False
216+
Accept wildcard characters: False
217+
```
218+
199219
### -ReadFromDomainController
200220
This parameter is available only in on-premises Exchange.
201221

exchange/exchange-ps/exchange/Get-MailTrafficATPReport.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Get-MailTrafficATPReport
3535
[-ProbeTag <String>]
3636
[-StartDate <DateTime>]
3737
[-SummarizeBy <MultiValuedProperty>]
38+
[-ThreatClassification <MultiValuedProperty>]
3839
[<CommonParameters>]
3940
```
4041

@@ -335,6 +336,22 @@ Accept pipeline input: False
335336
Accept wildcard characters: False
336337
```
337338

339+
### -ThreatClassification
340+
{{ Fill ThreatClassification Description }}
341+
342+
```yaml
343+
Type: MultiValuedProperty
344+
Parameter Sets: (All)
345+
Aliases:
346+
Applicable: Exchange Online, Exchange Online Protection
347+
348+
Required: False
349+
Position: Named
350+
Default value: None
351+
Accept pipeline input: False
352+
Accept wildcard characters: False
353+
```
354+
338355
### CommonParameters
339356
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
340357

0 commit comments

Comments
 (0)