API Reference
Command
Set-CxDefenderMapsReporting
Sets the Microsoft Defender MAPS reporting level on a computer.
Examples
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
- Defender MAPS reporting level to apply. Possible values: Disabled, Basic, Advanced
- Possible values:
Disabled,Basic,Advanced - ComputerName string
- Target computer name. Use . for the local machine or provide a DNS/NetBIOS name. When omitted, the local computer is queried.