Skip to content

Commit 94b66e0

Browse files
authored
Merge pull request #13220 from gkDoSt/patch-1
Fix email address in Get-EXORecipient example
2 parents 6ec12f5 + 8fd9684 commit 94b66e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/ExchangePowerShell/Get-EXORecipient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This example returns the first 100 recipient objects in name sorted order.
6868

6969
### Example 2
7070
```powershell
71-
Get-EXORecipient -Identity john@contosot.com
71+
Get-EXORecipient -Identity john@contoso.com
7272
```
7373

7474
This example returns the recipient attribute details for the user [email protected]

0 commit comments

Comments
 (0)