Hey All,
I am having a similar issue while installing the Portal:
[server.local] Connecting to remote server server.local failed with the following error message : The client cannot connect to the destination specified in the request. Verify that the service on the destination is running and is
accepting requests. Consult the logs and documentation for the WS-Management service running on the destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following command on the destination to analyze and configure the WinRM
service: "winrm quickconfig". For more information, see the about_Remote_Troubleshooting Help topic.
+ CategoryInfo : OpenError: (server.local:String) [], PSRemotingTransportException
+ FullyQualifiedErrorId : CannotConnect,PSSessionStateBroken
Get-CertificateFromSqlServer : Unable to export ConfigMgr SQL Server Identification Certificate from server.local
At I:\Program Files\Microsoft Configuration Manager\bin\X64\mbamwebsiteinstaller.ps1:1214 char:16
+ $success = Get-CertificateFromSqlServer $SqlServerName
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-CertificateFromSqlServer
Install-MBAMWebSites : Failure acquring SQL identity certificate.
At I:\Program Files\Microsoft Configuration Manager\bin\X64\mbamwebsiteinstaller.ps1:1367 char:5
+ Install-MBAMWebSites -SqlServerName $SqlServerName -SqlInstanceNa ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Install-MBAMWebSites
Uninstalling MBAM web site registry
Note*: I have replace the real server name with "server.local". Also, the script was done by someone with BD Admin right to the SQL server.
Any assistance would be appreciated