Enable-MbamCMIntegration
Enables the MBAM Microsoft Endpoint Configuration Manager Integration feature.
Syntax
Enable-MbamCMIntegration
[-SkipValidation]
[-SsrsServer <String>]
[-SsrsInstance <String>]
[-ReportsOnly]
-ReportsCollectionID <String>
-BitLockerProtectionBaselineLogicalName <String>
-OperatingSystemDriveConfigurationItemLogicalName <String>
-FixedDataDriveConfigurationItemLogicalName <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Enable-MbamCMIntegration
[-SkipValidation]
[-SsrsServer <String>]
[-SsrsInstance <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Enable-MbamCMIntegration cmdlet enables the Microsoft BitLocker Administration and Monitoring (MBAM) Microsoft Endpoint Configuration Manager Integration feature. This feature integrates Configuration Manager with MBAM, and moves the compliance and reporting infrastructure into the Configuration Manager environment.
Examples
Example 1: Enable the Integration feature
PS C:\> Enable-MbamCMIntegration
This command enables the MBAM Microsoft Endpoint Configuration Manager Integration feature on the local Configuration Manager server. The MBAM reports are deployed on the default SQL Server Reporting Services instance, MSSQLSERVER.
Parameters
-BitLockerProtectionBaselineLogicalName
Specifies the logical name of the BitLocker protection baseline.
Type: | String |
Aliases: | BaselineLogicalName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FixedDataDriveConfigurationItemLogicalName
Specifies the logical name of the fixed data drive configuration item.
Type: | String |
Aliases: | FDDLogicalName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-OperatingSystemDriveConfigurationItemLogicalName
Specifies the logical name of the operating system drive configuration item.
Type: | String |
Aliases: | OSDLogicalName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ReportsCollectionID
Specifies an existing collection ID. This ID is used by the reports to set the default collection for which the reports display compliance data.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ReportsOnly
Indicates that only the Configuration Manager reports are deployed.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SkipValidation
Indicates that this cmdlet bypasses validation of parameter values. If you specify this parameter, the feature may not function properly after you enable it.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SsrsInstance
Specifies the SQL Server Reporting Services instance. This instance hosts the Configuration Manager reports. This parameter is ignored if the server has Configuration Manager installed.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-SsrsServer
Specifies the server with the SQL Server Reporting Services point role. This server hosts the Configuration Manager reports. If you do not specify a server, the Configuration Manager reports are deployed to the local server.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |