Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
полезные_команды_exchange [2025/07/23 07:16] – jp | полезные_команды_exchange [2025/09/24 11:10] (current) – jp | ||
---|---|---|---|
Line 134: | Line 134: | ||
< | < | ||
Get-Mailbox -ResultSize Unlimited | Where-Object {($_.EmailAddresses -match " | Get-Mailbox -ResultSize Unlimited | Where-Object {($_.EmailAddresses -match " | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | Ещё один вариант: | ||
+ | |||
+ | <WRAP prewrap> | ||
+ | < | ||
+ | Get-Mailbox -ResultSize Unlimited -Filter {EmailAddresses -like " | ||
</ | </ | ||
</ | </ |