anyweb Posted December 4, 2020 Report post Posted December 4, 2020 well when using that parameter it should uninstall the portal (first time you run it) on the second attempt, you should get a message stating there's nothing to uninstall (or similar), what are you seeing when you try to run it ? Quote Share this post Link to post Share on other sites More sharing options...
hannah Posted December 9, 2020 Report post Posted December 9, 2020 .\MBAMWebSiteInstaller.ps1 -SqlServerName <ServerName> -SqlInstanceName <InstanceName> -SqlDatabaseName <DatabaseName> -ReportWebServiceUrl <ReportWebServiceUrl> -HelpdeskUsersGroupName <DomainUserGroup> -HelpdeskAdminsGroupName <DomainUserGroup> -MbamReportUsersGroupName <DomainUserGroup> -Uninstall In the script i replaced the last part with -Uninstall parameter, (am i doing it right?) after entering that, i got the same result as when I install the portals. is there a way, to force uninstall the portals? Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted December 10, 2020 Report post Posted December 10, 2020 can you do a remote session with me so i can take a look ? teamviewer or microsoft quick assist Quote Share this post Link to post Share on other sites More sharing options...
hannah Posted December 15, 2020 Report post Posted December 15, 2020 Thank you for the offer again, the portals are now working now. after running again the install script. May I ask how can I enable or troubleshoot the report tab in the helpdesk portal? The recovery audit report is not working on my environment Quote Share this post Link to post Share on other sites More sharing options...
Prip Posted June 24, 2021 Report post Posted June 24, 2021 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 Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted June 25, 2021 Report post Posted June 25, 2021 did you run winrm quickconfig on the server ? Quote Share this post Link to post Share on other sites More sharing options...
Prip Posted June 25, 2021 Report post Posted June 25, 2021 4 hours ago, anyweb said: did you run winrm quickconfig on the server ? No I didnt, should i have done that first? Quote Share this post Link to post Share on other sites More sharing options...
Prip Posted June 25, 2021 Report post Posted June 25, 2021 should i unintall 1st the run the winrm, then re-install the portal? Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted June 26, 2021 Report post Posted June 26, 2021 i'd just run it and then attempt to install the portal again Quote Share this post Link to post Share on other sites More sharing options...
Nenad Raskovic Posted September 20, 2021 Report post Posted September 20, 2021 (edited) Hello, I have one strange thing about portal. Portal was installed as well, without any issue, but when I want to access it, from IIS, from example as localhost, got message Unable to connect. Just to add, have one site, one server with installed SCCM console, and one with SQL server. Edited September 20, 2021 by Nenad Raskovic Quote Share this post Link to post Share on other sites More sharing options...