Its a rights issue and I have no idea how to correct, but when I run the .\MBAMWebSiteInstaller.ps1 script, I get the following error:
Set-MachineUserOnSql : Unable to set permissions for machine on SQL server: Exception calling "ExecuteNonQuery" wi
"0" argument(s): "User does not have permission to perform this action.
User does not have permission to perform this action.
Cannot alter the role 'smsdbrole_AUDITMBAM', because it does not exist or you do not have permission."
At E:\InstallFiles\MBAM\MBAMWebSiteInstaller.ps1:1327 char:16
+ $success = Set-MachineUserOnSql
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Set-MachineUserOnSql
Install-MBAMWebSites : Failure setting machine account privileges on SQL
At E:\InstallFiles\MBAM\MBAMWebSiteInstaller.ps1:1468 char:5
+ Install-MBAMWebSites -SqlServerName $SqlServerName -SqlInstanceNa ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Install-MBAMWebSites
I don't have the foggiest idea how to add or subtract SQL perms.