Disable-MbamReport
Disables the Reports feature.
Syntax
Disable-MbamReport
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Disable-MbamReport cmdlet disables the Microsoft BitLocker Administration and Monitoring (MBAM) Reports feature.
Examples
Example 1: Disable the Reports feature
PS C:\> Disable-MbamReport
Are you sure you want to perform this action?
Performing operation "Disable MBAM Reports feature"
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"):
This command disables the Reports feature. The command does not specify the Force parameter, and, therefore, the command prompts you for confirmation.
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 |
-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 |