Windows Server 2016でExchange 2016の新規インストールを実行した後、 https:// ex1/ecp に移動し、ログインして取得します。
This page isn’t working ex1 is currently unable to handle this request.
HTTP ERROR 500
新しいOwaVirtualDirectoryを削除して作成しました。EX1が含まれているグループが、ドメイン管理者、スキーマ管理者、エンタープライズ管理者、組織管理者の一部ではないことを確認しました。
Get-OwaVirtualDirectoryの実行| FL Identity、auth、[〜#〜] url [〜#〜] 戻り値:
Identity : EX1\owa (Default Web Site)
ClientAuthCleanupLevel : High
InternalAuthenticationMethods : {Basic, Fba}
BasicAuthentication : True
WindowsAuthentication : False
DigestAuthentication : False
FormsAuthentication : True
LiveIdAuthentication : False
AdfsAuthentication : False
OAuthAuthentication : False
ExternalAuthenticationMethods : {Fba}
Url : {}
InternalSPMySiteHostURL :
ExternalSPMySiteHostURL :
SetPhotoURL :
Exchange2003Url :
FailbackUrl :
InternalUrl :
ExternalUrl :
問題に関連すると思われる内部または外部URLが表示されていないことがわかりますが、確実に何をすべきかわかりません。
インストールの唯一の奇妙な点は:
編集:
また、UpdateCas.ps1を実行してみましたが、成功しませんでした。
Get-OwaVirtualDirectory | Set-OwaVirtualDirectory -FormsAuthentication $False -BasicAuthentication $True
Get-OwaVirtualDirectory | Set-OwaVirtualDirectory -FormsAuthentication $True -BasicAuthentication $True
Get-EcpVirtualDirectory | Set-EcpVirtualDirectory -FormsAuthentication $false -BasicAuthentication $true
Get-EcpVirtualDirectory | Set-EcpVirtualDirectory -FormsAuthentication $true -BasicAuthentication $true
iisreset
と同様:
Get-EcpVirtualDirectory | Set-EcpVirtualDirectory -FormsAuthentication $false -BasicAuthentication $true -WindowsAuthentication $true
Get-OWAVirtualDirectory | Set-OWAVirtualDirectory -FormsAuthentication $false -BasicAuthentication $true -WindowsAuthentication $true
iisreset
Recycle MSExchangeECPAppPool
Recycle MSExchangeOWAAppPool
イベントビューアにイベントID 1023が表示されます。
Exchange ActiveSync tried to access a mailbox on Mailbox server "EX1.mydomain". It could not access the mailbox because the Mailbox server is offline.
これが答えであるに違いないと思います。メールボックスデータストアを構成する機会がなかったので、管理者はデフォルトの状態になります。しかし、これを見つけてマウントする方法を見つけることができません。何か案は?
理解した。マウント解除されたメールボックスデータストアでした。実行されたデータストアの名前を知りませんでした:
Get-MailboxDatabase -Server SERVERNAME | Mount-Database
これでマシンからECPにアクセスできますが、ネットワーク上の別のPCからページにアクセスしようとすると403エラーが発生しますが、これは別の問題です。
交換についても同様の問題があり、こちらの指示に従って修正することができました: https://support.Microsoft.com/en-us/help/2779694/unable-to-open-owa- ecp-or-ems-after-a-self-signed-certificate-is-remov