Skip to content

Commit ea2ac92

Browse files
authored
Merge pull request MicrosoftDocs#4892 from dariomws306/patch-93
Update Get-Recipient.md
2 parents f04eac4 + d42e970 commit ea2ac92

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

exchange/exchange-ps/exchange/users-and-groups/Get-Recipient.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -477,10 +477,6 @@ The RecipientPreviewFilter parameter tests a recipient filter that you would use
477477

478478
- Value is the property value to search for. Enclose text values and variables in single quotation marks (`'Value'` or `'$Variable'`). If a variable value contains single quotation marks, you need to identify (escape) the single quotation marks to expand the variable correctly. For example, instead of `'$User'`, use `'$($User -Replace "'","''")'`. Don't enclose integers or system values (for example, `500`, `$true`, `$false`, or `$null`).
479479

480-
- In cloud-based environments, you can't use a wildcard as the first character. For example, `'Sales*'` is allowed, but `'*Sales'` isn't allowed.
481-
482-
- In on-premises Exchange, wildcards are valid only as the first or last character. For example, `'Sales*'` or `'*Sales'` are allowed, but `'Sa*les'` isn't allowed.
483-
484480
For detailed information about OPath filters in Exchange, see [Additional OPATH syntax information](https://docs.microsoft.com/powershell/exchange/exchange-server/recipient-filters/recipient-filters#additional-opath-syntax-information).
485481

486482
```yaml

0 commit comments

Comments
 (0)