Powershell Web 访问导致 404
Powershell Web Access leads to 404
我已经通过 powershell 在 2012 R2 上安装了 POWA。
Install-WindowsFeature -Name WindowsPowerShellWebAccess -IncludeManagementTools
Install-PswaWebApplication
Add-PswaAothorizationRule * * *
导航到 https://server/powa or https://server.fqdn/powa 会导致 404 "File or directory not found"。我已经检查了 IIS 和 forlder 结构,一切都在那里。我试过 IE 和 chrome 但都返回此错误。
- 已在 powa 应用程序上激活 SSL
- 池 运行 提升用户和正确的权利分配
- 我正在为 SSL 使用域证书
我在这里错过了什么?
非常感谢和最诚挚的问候
证书对此过程无效,使用了另一个满足 FQDM 要求的域证书。
我已经通过 powershell 在 2012 R2 上安装了 POWA。
Install-WindowsFeature -Name WindowsPowerShellWebAccess -IncludeManagementTools
Install-PswaWebApplication
Add-PswaAothorizationRule * * *
导航到 https://server/powa or https://server.fqdn/powa 会导致 404 "File or directory not found"。我已经检查了 IIS 和 forlder 结构,一切都在那里。我试过 IE 和 chrome 但都返回此错误。
- 已在 powa 应用程序上激活 SSL
- 池 运行 提升用户和正确的权利分配
- 我正在为 SSL 使用域证书
我在这里错过了什么?
非常感谢和最诚挚的问候
证书对此过程无效,使用了另一个满足 FQDM 要求的域证书。