Имя пользователя:
Пароль:
 

Название темы: Microsoft Exchange Server с нуля
Показать сообщение отдельно

Аватара для sacredboy

Старожил


Сообщения: 360
Благодарности: 12

Профиль | Отправить PM | Цитировать


Цитата ko4evneg:
Такого не может быть! Может быть что EMS не подключается к Exchange, тогда командлетов действительно не будет видно! »
Открываю Exchange Management Shell от имени администратора и у меня выходит это.
Цитата:
Welcome to the Exchange Management Shell!

Full list of cmdlets: Get-Command
Only Exchange cmdlets: Get-ExCommand
Cmdlets that match a specific string: Help *<string>*
Get general help: Help
Get help for a cmdlet: Help <cmdlet name> or <cmdlet name> -?
Exchange team blog: Get-ExBlog
Show full output for a command: <command> | Format-List

Show quick reference guide: QuickRef
Tip of the day #28:

This command spins through all your mailbox servers and reconnects all the uniquely identified but disconnected mailboxe
s in any one of the mailbox stores:

$Servers = Get-ExchangeServer
$Servers | `
Where { $_.IsMailboxServer -Eq '$True' } `
| ForEach { Get-MailboxStatistics -Server $_.Name `
| Where { $_.DisconnectDate -NotLike '' } `
| ForEach { Connect-Mailbox -Identity `
$_.DisplayName -Database $_.DatabaseName} }

VERBOSE: Connecting to MXMOS-01.corp.kremlin.ru.
VERBOSE: Connected to MXMOS-01.corp.kremlin.ru.
[PS] C:\Windows\system32>Get-OWAVirtualDirectory
Get-OWAVirtualDirectory : The term 'Get-OWAVirtualDirectory' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:1
+ Get-OWAVirtualDirectory
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-OWAVirtualDirectory:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

[PS] C:\Windows\system32>

Отправлено: 08:08, 18-10-2016 | #38

Название темы: Microsoft Exchange Server с нуля