Skip to content

Commit 71c2b84

Browse files
committed
Update Get-MailboxRepairRequest.md
Mutually exclusive parameter clarifications.
1 parent 9be4e71 commit 71c2b84

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

exchange/exchange-ps/exchange/Get-MailboxRepairRequest.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ This example uses the Database and StoreMailbox parameters to display the Identi
8383
### -Identity
8484
The Identity parameter specifies the mailbox repair request to display information about. Mailbox repair requests are identified by a complex GUID that is created when a new mailbox repair request is created. This GUID consists of a database ID, a Request ID and a job ID. The format is `DatabaseGuid\RequestGuid\JobGuid`.
8585

86+
You can't use this parameter with the Database or Mailbox parameters.
87+
8688
```yaml
8789
Type: StoreIntegrityCheckJobIdParameter
8890
Parameter Sets: Identity
@@ -103,7 +105,7 @@ The Database parameter returns mailbox repair requests for all mailboxes on the
103105
- Distinguished name (DN)
104106
- GUID
105107
106-
You can't use this parameter with the Mailbox parameter.
108+
You can't use this parameter with the Identity or Mailbox parameters.
107109
108110
```yaml
109111
Type: DatabaseIdParameter
@@ -132,7 +134,7 @@ The Mailbox parameter specifies the mailbox that you want to get mailbox repair
132134
- SamAccountName
133135
- User ID or user principal name (UPN)
134136
135-
You can't use this parameter with the Database parameter.
137+
You can't use this parameter with the Database or Identity parameters.
136138
137139
```yaml
138140
Type: MailboxIdParameter

0 commit comments

Comments
 (0)