Skip to content

Commit f78e52b

Browse files
authored
Merge pull request MicrosoftDocs#8169 from MicrosoftDocs/chrisda
Update Test-IRMConfiguration.md
2 parents 1cf780a + a4771e1 commit f78e52b

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

exchange/exchange-ps/exchange/Test-IRMConfiguration.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,14 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4242
Test-IRMConfiguration -Sender adams@contoso.com
4343
```
4444

45-
This example tests the IRM configuration for messages sent from the sender adams@contoso.com.
45+
This example tests the IRM configuration in on-premises Exchange for messages sent from the sender adams@contoso.com.
46+
47+
### Example 2
48+
```powershell
49+
Test-IRMConfiguration -Sender chris@fabrikam.com -Recipient michell@fourthcoffee.com
50+
```
51+
52+
This example tests the IRM configuration in the cloud-based service for messages sent from chris@fabrikam.com to michell@fourthcoffee.com.
4653

4754
## PARAMETERS
4855

@@ -65,7 +72,7 @@ Accept wildcard characters: False
6572
```
6673
6774
### -Sender
68-
The Sender parameter specifies the SMTP address of the sender to be tested. The cmdlet tests prelicensing and journal report decryption for the sender.
75+
The Sender parameter specifies the email address of the sender to test.
6976
7077
```yaml
7178
Type: SmtpAddress
@@ -118,9 +125,11 @@ Accept wildcard characters: False
118125
```
119126

120127
### -Recipient
121-
The Recipient parameter specifies the SMTP address of one or more recipients. The cmdlet tests prelicensing for the specified recipients. You can specify multiple recipient addresses separated by commas.
128+
The Recipient parameter specifies the email address of the recipient to test. You can specify multiple email addresses separated by commas.
129+
130+
This parameter is required in the cloud-based service.
122131

123-
If no recipient is specified, the sender address is used as the recipient.
132+
In on-premises Exchange, if you don't use this parameter, the sender address that's specified by the Sender parameter is used for the value of this parameter.
124133

125134
```yaml
126135
Type: SmtpAddress[]

0 commit comments

Comments
 (0)