-
Notifications
You must be signed in to change notification settings - Fork 2
Get MdeConfigurationScore
Jan-Henrik Damaschke edited this page Nov 23, 2022
·
1 revision
external help file: PSMDE-help.xml Module Name: PSMDE online version: https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/get-device-secure-score?view=o365-worldwide schema: 2.0.0
Retrieves your Microsoft Secure Score for Devices.
Get-MdeConfigurationScore [<CommonParameters>]
Retrieves your Microsoft Secure Score for Devices. A higher Microsoft Secure Score for Devices means your endpoints are more resilient from cybersecurity threat attacks.
$score = Get-MdeConfigurationScore
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
PSCustomObject. The Get-MdeConfigurationScore function returns a single PSCustomObject containing the parsed device secure score object.
Author: Jan-Henrik Damaschke