Skip to content

[AutoPublish] main to live - 05/13 15:33 PDT | 05/14 04:03 IST #12741

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 13, 2025
Merged
55 changes: 55 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -7148,6 +7148,61 @@
"redirect_url": "/viva/feature-access-management",
"redirect_document_id": false
},
{
"source_path": "exchange/virtual-folder/exchange/Get-AuditConfigurationPolicy.md",
"redirect_url": "/powershell/module/exchange/get-protectionalert",
"redirect_document_id": false
},
{
"source_path": "exchange/virtual-folder/exchange/New-AuditConfigurationPolicy.md",
"redirect_url": "/powershell/module/exchange/new-protectionalert",
"redirect_document_id": false
},
{
"source_path": "exchange/virtual-folder/exchange/Remove-AuditConfigurationPolicy.md",
"redirect_url": "/powershell/module/exchange/remove-protectionalert",
"redirect_document_id": false
},
{
"source_path": "exchange/virtual-folder/exchange/Get-AuditConfigurationRule.md",
"redirect_url": "/powershell/module/exchange/get-protectionalert",
"redirect_document_id": false
},
{
"source_path": "exchange/virtual-folder/exchange/New-AuditConfigurationRule.md",
"redirect_url": "/powershell/module/exchange/new-protectionalert",
"redirect_document_id": false
},
{
"source_path": "exchange/virtual-folder/exchange/Remove-AuditConfigurationRule.md",
"redirect_url": "/powershell/module/exchange/remove-protectionalert",
"redirect_document_id": false
},
{
"source_path": "exchange/virtual-folder/exchange/Set-AuditConfigurationRule.md",
"redirect_url": "/powershell/module/exchange/set-protectionalert",
"redirect_document_id": false
},
{
"source_path": "exchange/virtual-folder/exchange/Get-ActivityAlert.md",
"redirect_url": "/powershell/module/exchange/get-protectionalert",
"redirect_document_id": false
},
{
"source_path": "exchange/virtual-folder/exchange/New-ActivityAlert.md",
"redirect_url": "/powershell/module/exchange/new-protectionalert",
"redirect_document_id": false
},
{
"source_path": "exchange/virtual-folder/exchange/Remove-ActivityAlert.md",
"redirect_url": "/powershell/module/exchange/remove-protectionalert",
"redirect_document_id": false
},
{
"source_path": "exchange/virtual-folder/exchange/Set-ActivityAlert.md",
"redirect_url": "/powershell/module/exchange/set-protectionalert",
"redirect_document_id": false
},
{
"source_path": "skype/virtual-folder/skype/Disable-CsOnlineSipDomain.md",
"redirect_url": "/powershell/module/teams/Disable-CsOnlineSipDomain",
Expand Down
80 changes: 0 additions & 80 deletions exchange/exchange-ps/exchange/Get-ActivityAlert.md

This file was deleted.

91 changes: 0 additions & 91 deletions exchange/exchange-ps/exchange/Get-AuditConfigurationPolicy.md

This file was deleted.

91 changes: 0 additions & 91 deletions exchange/exchange-ps/exchange/Get-AuditConfigurationRule.md

This file was deleted.

20 changes: 20 additions & 0 deletions exchange/exchange-ps/exchange/Get-MailPublicFolder.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Get-MailPublicFolder [-Anr <String>]
[-DomainController <Fqdn>]
[-Filter <String>]
[-IgnoreDefaultScope]
[-IncludeGrantSendOnBehalfToWithDisplayNames]
[-ReadFromDomainController]
[-ResultSize <Unlimited>]
[-Server <ServerIdParameter>]
Expand All @@ -40,6 +41,7 @@ Get-MailPublicFolder [[-Identity] <MailPublicFolderIdParameter>]
[-DomainController <Fqdn>]
[-Filter <String>]
[-IgnoreDefaultScope]
[-IncludeGrantSendOnBehalfToWithDisplayNames]
[-ReadFromDomainController]
[-ResultSize <Unlimited>]
[-Server <ServerIdParameter>]
Expand Down Expand Up @@ -196,6 +198,24 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -IncludeGrantSendOnBehalfToWithDisplayNames
This parameter is available only in the cloud-based service.

{{ Fill IncludeGrantSendOnBehalfToWithDisplayNames Description }}

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Applicable: Exchange Online

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -ReadFromDomainController
This parameter is available only in on-premises Exchange.

Expand Down
17 changes: 17 additions & 0 deletions exchange/exchange-ps/exchange/Get-MailTrafficATPReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Get-MailTrafficATPReport
[-ProbeTag <String>]
[-StartDate <DateTime>]
[-SummarizeBy <MultiValuedProperty>]
[-ThreatClassification <MultiValuedProperty>]
[<CommonParameters>]
```

Expand Down Expand Up @@ -335,6 +336,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -ThreatClassification
{{ Fill ThreatClassification Description }}

```yaml
Type: MultiValuedProperty
Parameter Sets: (All)
Aliases:
Applicable: Exchange Online, Exchange Online Protection

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### CommonParameters
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).

Expand Down
Loading