Jump to content


hannah

Established Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by hannah

  1. .\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?

     

  2. On 10/29/2020 at 6:36 PM, anyweb said:
    • To use the self-service portal or the administration and monitoring website, you need a Windows server running IIS. You can reuse a Configuration Manager site system, or use a standalone web server that has connectivity to the site database server. Use a supported OS version for site system servers.
    • Only install the self-service portal and the administration and monitoring website with a primary site database. In a hierarchy, install these websites for each primary site.
      • I run the script on the sccm server
    • On the web server that will host the self-service portal, install Microsoft ASP.NET MVC 4.0 and .NET Framework 3.5 feature before staring the install process. Other required Windows server roles and features will be installed automatically during the portal installation process.
      • I installed Microsoft ASP.NET MVC 4.0 on both sccm and db server
    • The user account that runs the portal installer script needs SQL Server sysadmin rights on the site database server. During the setup process, the script sets login, user, and SQL Server role rights for the web server machine account. You can remove this user account from the sysadmin role after you complete setup of the self-service portal and the administration and monitoring website.
      • the account I'm using when I run the script has the sysadmin rights on the db server

     

  3. I re-run the script. with this (changed to generic.)

    .\MBAMWebSiteInstaller.ps1 -SqlServerName sservername -SqlDatabaseName CM_abc -ReportWebServiceUrl http://server/ReportServer -HelpdeskUsersGroupName "abc\BitLocker HelpDesk Admins" -HelpdeskAdminsGroupName "abc\BitLocker Admin Users" -MbamReportUsersGroupName "abc\BitLocker Reporting Users" -SiteInstall Both

    I got no error on the powershell, then I tried to access the site again, but kept on asking for credentials. 

    image.png.6b7965dbc2d223ab0cc50f7196a3f312.png

    then there's this error on the event viewer

    image.png.a7a1be4a05c2c4e52119855837fbc86f.png
    The description for Event ID 1 from source Microsoft-Windows-MBAM-Web cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    Application: Default Web Site/HelpDesk is missing the following Service Principal Names (SPNs):
    http/
    Register the required SPNs on the account: CHSV001012019$.
    The publisher has been disabled and its resource is not available. This usually occurs when the publisher is in the process of being uninstalled or upgraded
     
    The description for Event ID 111 from source Microsoft-Windows-MBAM-Web cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    An error occurred while retrieving the database schema version from the Compliance database.
    Could not find stored procedure 'ComplianceCore.GetVersion'.
    The publisher has been disabled and its resource is not available. This usually occurs when the publisher is in the process of being uninstalled or upgraded
  4. yes, i've seen your guide.  and i don't what i missed in the configuration. this is my first implementation of bitlocker management. I also check the event viewer when i access the portals

    Event ID 1

    The description for Event ID 1 from source Microsoft-Windows-MBAM-Web cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

     If the event originated on another computer, the display information had to be saved with the event.

     The following information was included with the event:

     Application: Default Web Site/HelpDesk is missing the following Service Principal Names (SPNs):

    http/

     Register the required SPNs on the account: CHSV001012019$.

     The publisher has been disabled and its resource is not available. This usually occurs when the publisher is in the process of being uninstalled or upgraded

     

    Event ID 111

    The description for Event ID 111 from source Microsoft-Windows-MBAM-Web cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

    If the event originated on another computer, the display information had to be saved with the event.

    The following information was included with the event:

    An error occurred while retrieving the database schema version from the Compliance database.

    Could not find stored procedure 'ComplianceCore.GetVersion'.

    The publisher has been disabled and its resource is not available. This usually occurs when the publisher is in the process of being uninstalled or upgraded

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.