TestimoX

API Reference

Command

Set-CxDefenderMapsReporting

Namespace ComputerX.PowerShell

Sets the Microsoft Defender MAPS reporting level on a computer.

Examples

Authored help example

Example 1: Sets the local Defender MAPS level to advanced membership.

PS>


Set-CxDefenderMapsReporting -Level Advanced
        

Example 2: Applies the basic MAPS reporting level to a remote application server.

PS>


Set-CxDefenderMapsReporting -ComputerName APP-SEC-01 -Level Basic
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Set-CxDefenderMapsReporting -Level <Disabled|Basic|Advanced> [-ComputerName <string>] [<CommonParameters>]
#

Parameters

Level MapsReportingLevel requiredposition: 0pipeline: falsevalues: 3
Defender MAPS reporting level to apply. Possible values: Disabled, Basic, Advanced
Possible values: Disabled, Basic, Advanced
ComputerName string optionalposition: 1pipeline: false
Target computer name. Use . for the local machine or provide a DNS/NetBIOS name. When omitted, the local computer is queried.