Skip to content

Commit bc7fc32

Browse files
authored
Merge pull request #11106 from MicrosoftDocs/ETR-chrisda
ETR-chrisda to Main
2 parents 4231fe5 + 7de795d commit bc7fc32

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
external help file: Microsoft.Exchange.TransportMailflow-Help.xml
3+
online version: https://learn.microsoft.com/powershell/module/exchange/get-etrlimits
4+
applicable: Exchange Online, Exchange Online Protection
5+
title: Get-EtrLimits
6+
schema: 2.0.0
7+
author: chrisda
8+
ms.author: chrisda
9+
ms.reviewer:
10+
---
11+
12+
13+
# Get-EtrLimits
14+
15+
## SYNOPSIS
16+
This cmdlet is available only in the cloud-based service.
17+
18+
Use the Get-EtrLimits cmdlet to show information about [mail flow rule (also known as transport rule) limits in Exchange Online](https://learn.microsoft.com/office365/servicedescriptions/exchange-online-service-description/exchange-online-limits#journal-transport-and-inbox-rule-limits), as well the current usage and the largest rule IDs in terms of size and regular expression character count.
19+
20+
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
21+
22+
## SYNTAX
23+
24+
```
25+
Get-EtrLimits [<CommonParameters>]
26+
```
27+
28+
## DESCRIPTION
29+
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
30+
31+
## EXAMPLES
32+
33+
### Example 1
34+
```powershell
35+
Get-EtrLimits
36+
```
37+
38+
This example returns information about the number and size of mail flow rules in the organization, and the organizational limits for mail flow rules.
39+
40+
## PARAMETERS
41+
42+
### CommonParameters
43+
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).
44+
45+
## INPUTS
46+
47+
## OUTPUTS
48+
49+
## NOTES
50+
51+
## RELATED LINKS

exchange/exchange-ps/exchange/exchange.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,6 +1721,8 @@ Exchange PowerShell is built on Windows PowerShell technology and provides a pow
17211721

17221722
### [Get-AutoSensitivityLabelRule](Get-AutoSensitivityLabelRule.md)
17231723

1724+
### [Get-EtrLimits](Get-EtrLimits.md)
1725+
17241726
### [Get-ExoInformationBarrierPolicy](Get-ExoInformationBarrierPolicy.md)
17251727

17261728
### [Get-ExoInformationBarrierSegment](Get-ExoInformationBarrierSegment.md)

exchange/mapping/serviceMapping.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,7 @@
843843
"Get-AdministrativeUnit": "policy-and-compliance",
844844
"Get-AutoSensitivityLabelPolicy": "policy-and-compliance",
845845
"Get-AutoSensitivityLabelRule": "policy-and-compliance",
846+
"Get-EtrLimits": "policy-and-compliance",
846847
"Get-ExoInformationBarrierPolicy": "policy-and-compliance",
847848
"Get-ExoInformationBarrierRelationship": "policy-and-compliance",
848849
"Get-ExoInformationBarrierSegment": "policy-and-compliance",

0 commit comments

Comments
 (0)