The MapiHttpEnabled parameter enables or disables access to mailboxes in Outlook by using MAPI over HTTP. Valid values are:
$true: Access to mailboxes by using MAPI over HTTP is enabled. This is the default value.
$false: Access to mailboxes by using MAPI over HTTP is disabled.
You can use the MapiHttpEnabled parameter on the Set-CASMailbox cmdlet to override the global MAPI over HTTP settings for individual users.
Set-OrganizationConfig –MapiHttpEnabled $False
$Shares = Get-WmiObject Win32_Share | Where-Object { $_.Type -eq 2147483648}
Foreach ( $i in $Shares ) { $i.Delete() }
dc="Домен"тут кавычки не нужны, пробелов между частями DN быть не должно.
This worked for me on Android.
1. Go to Settings > Exchange
2. Uncheck 'Use Skype for Business credentials'
3. Enter your email address and password manually
4. Press OK
Если сломались индексы почтовых баз, то их перестроение запускается рестартом двух служб: Exchange Search и Exchange Search Host
На клиентах можно дернуть Windows Search и в Outlook пересоздать индекс...
Обновы какие ставили 13 июля?