Disable-MbamCMIntegration
Disables the MBAM Microsoft Endpoint Configuration Manager Integration feature.
Syntax
Disable-MbamCMIntegration
[-Force]
[-RemoveComplianceData]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Disable-MbamCMIntegration cmdlet disables the Microsoft BitLocker Administration and Monitoring (MBAM) Microsoft Endpoint Configuration Manager Integration feature.
Examples
Example 1: Disable the Microsoft Endpoint Configuration Manager Integration feature
PS C:\> Disable-MbamCMIntegration
Are you sure you want to perform this action?
Performing operation "Disable MBAM CM Integration feature"
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"):
This command disables the MBAM Microsoft Endpoint Configuration Manager Integration feature after you confirm the operation.
Parameters
-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 |
-Force
Indicates that the cmdlet performs the operation without prompting you for confirmation.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RemoveComplianceData
Indicates that this cmdlet removes compliance data, as well as reports, from Configuration Manager. If you do not specify this parameter, this cmdlet only removes the Configuration Manager reports.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
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 |