Get-MbamReport
Gets the configuration of the Reports feature.
Syntax
Get-MbamReport []
Description
The Get-MbamReport cmdlet gets the configuration of the Microsoft BitLocker Administration and Monitoring (MBAM) Reports feature.
Examples
Example 1: Get configuration of the Reports feature
PS C:\> Get-MbamReport
Name : Reports
Enabled : True
Description : This feature includes reports for the Compliance and Auditing data that has been gathered by the MBAM Client.
ComplianceAndAuditDBConnectionString : Integrated Security=SSPI;Data Source=ContosoDatabaseServer;Initial Catalog="MBAM Compliance Status";
ComplianceAndAuditDBUser : ContosoDomain\ReportAccount
SsrsInstance : MSSQLSERVER
ReportsReadOnlyAccessGroup : ContosoDomain\ReportGroup
ReportUrl : https://ContosoReportsServer:443/ReportServer/ReportService2005.asmx
Gets the configuration of the Reports feature on the local server.
Outputs
Microsoft.MBAM.Server.Commands.ReportConfiguration