Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| отслеживание_и_поиск_сообщений [2025/10/08 11:52] – jp | отслеживание_и_поиск_сообщений [2025/10/08 11:54] (current) – jp | ||
|---|---|---|---|
| Line 87: | Line 87: | ||
| $allmbxinyourorg = Get-Mailbox -ResultSize unlimited | $allmbxinyourorg = Get-Mailbox -ResultSize unlimited | ||
| Foreach ($mbx in $allmbxinyourorg) { | Foreach ($mbx in $allmbxinyourorg) { | ||
| - | Search-Mailbox -identity $mbx -SearchQuery ' | + | Search-Mailbox -identity $mbx -SearchQuery ' |
| } | } | ||
| </ | </ | ||