Skip to content

Commit 4fd5020

Browse files
authored
Merge pull request MicrosoftDocs#6482 from dariomws/patch-215
Removed example 1 and update example 4 in Get-ThrottlingPolicyAssociation.md
2 parents 93a7df9 + 9f9a7e2 commit 4fd5020

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

exchange/exchange-ps/exchange/Get-ThrottlingPolicyAssociation.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,31 +48,24 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4848

4949
### Example 1
5050
```powershell
51-
Get-ThrottlingPolicyAssociation -OrganizationalUnit Users
52-
```
53-
54-
In Exchange Server 2010 and 2013, this example returns a list of all the mailboxes in your organization in the Users OU.
55-
56-
### Example 2
57-
```powershell
5851
Get-ThrottlingPolicyAssociation -ResultSize unlimited
5952
```
6053

6154
This example retrieves a summary list of all throttling policy associations in your organization.
6255

63-
### Example 3
56+
### Example 2
6457
```powershell
6558
Get-ThrottlingPolicyAssociation -Anr Chr -DomainController DC01
6659
```
6760

6861
In Exchange Server 2010 and 2013, this example returns all the mailboxes that resolve from the ambiguous name resolution search on the string "Chr" that are in the ___domain DC01. This example returns mailboxes for users such as Chris Ashton, Christian Hess, and Christa Geller.
6962

70-
### Example 4
63+
### Example 3
7164
```powershell
72-
Get-Group -Identity "Courtney Sweet" | Format-List
65+
Get-ThrottlingPolicyAssociation -Identity "Courtney Sweet" | Format-List
7366
```
7467

75-
This example returns detailed information for the throttling policy association named Courtney Sweet that's associated with the user's mailbox.
68+
This example returns detailed information for the throttling policy association named Courtney Sweet.
7669

7770
## PARAMETERS
7871

0 commit comments

Comments
 (0)