Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| полезные_команды_exchange [2025/07/23 07:16] – jp | полезные_команды_exchange [2026/01/20 12:46] (current) – jp | ||
|---|---|---|---|
| Line 92: | Line 92: | ||
| | | ||
| - | |||
| - | ---- | ||
| - | |||
| - | |||
| - | ---- | ||
| - | |||
| - | **Перезапуск сервисов** | ||
| - | |||
| - | Перезапуск сервисов, | ||
| - | |||
| - | <WRAP prewrap> | ||
| - | < | ||
| - | $services = get-wmiobject win32_service | ? {$_.name -like " | ||
| - | </ | ||
| - | </ | ||
| ---- | ---- | ||
| Line 134: | Line 119: | ||
| < | < | ||
| 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 " | ||
| </ | </ | ||
| </ | </ | ||