Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Error configuring BITLOCKER MANAGEMENT web portals

Status
Not open for further replies.

Nano_Magnus

New Member
Messages
4
Solutions
1
Reaction score
1
Points
3
Hi,
I was trying to config Bitlocker Management on SCCM, I already created de Bitlocker Policy, and after using the .\MBAMWebSiteInstaller.ps1 there is an error

If any one could help me to solve this please

Refressing existing web application HelpDesk
Set-WebConfigurationProperty : Filename: \\?\C:\inetpub\Microsoft BitLocker Management Solution\Help Desk
Website\web.config
Line number: 66
Error: Configuration file is not well-formed XML
At E:\Program Files\Microsoft Configuration Manager\bin\X64\mbamwebsiteinstaller.ps1:1144 char:5
+ Set-WebConfigurationProperty -Filter "/system.webServer/security/ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Set-WebConfigurationProperty], COMException
+ FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Microsoft.IIs.PowerShell.Provider.SetConfigu
rationPropertyCommand

Add-MBAMWebApplication : Failed to disable anonymous autho on web app HelpDesk
At E:\Program Files\Microsoft Configuration Manager\bin\X64\mbamwebsiteinstaller.ps1:1468 char:20
+ ... $success = Add-MBAMWebApplication $webDir $appName $IISWebSite
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Add-MBAMWebApplication
 
Solution
Sorry, I just found the problem, I made a mistake when I was running the powershell script: .\MBAMWebSiteInstaller.ps1 -SqlServerName sql.contoso.com -SqlInstanceName instance1 -SqlDatabaseName CM_ABC -ReportWebServiceUrl https://rsp.contoso.com/ReportServer -HelpdeskUsersGroupName "contoso\BitLocker help desk users" -HelpdeskAdminsGroupName "contoso\BitLocker help desk admins" -MbamReportUsersGroupName "contoso\BitLocker report users" -SiteInstall Both

I just missed sme letters when I replaced my server and domain on the example script

You could close this tread if you want, it was my mistake and not an error on the configuration process

Sorry
Sorry, I just found the problem, I made a mistake when I was running the powershell script: .\MBAMWebSiteInstaller.ps1 -SqlServerName sql.contoso.com -SqlInstanceName instance1 -SqlDatabaseName CM_ABC -ReportWebServiceUrl https://rsp.contoso.com/ReportServer -HelpdeskUsersGroupName "contoso\BitLocker help desk users" -HelpdeskAdminsGroupName "contoso\BitLocker help desk admins" -MbamReportUsersGroupName "contoso\BitLocker report users" -SiteInstall Both

I just missed sme letters when I replaced my server and domain on the example script

You could close this tread if you want, it was my mistake and not an error on the configuration process

Sorry
 
Solution
Status
Not open for further replies.

Forum statistics

Threads
7,143
Messages
27,886
Members
18,179
Latest member
Wjelana
Back
Top