-
Notifications
You must be signed in to change notification settings - Fork 2
Get MdeBaselineComplianceAssessmentByMachine
Jan-Henrik Damaschke edited this page Nov 23, 2022
·
1 revision
Returns all security baselines assessments for all devices, on a per-device basis.
Get-MdeBaselineComplianceAssessmentByMachine [<CommonParameters>]
Returns all security baselines assessments for all devices, on a per-device basis. It returns a table with a separate entry for every unique combination of DeviceId, ProfileId, ConfigurationId.
$machines = Get-MdeBaselineComplianceAssessmentByMachine
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-MdeBaselineComplianceAssessmentByMachine function returns a list of or a single PSCustomObject containing the parsed baseline compliance assessment objects.
Author: Jan-Henrik Damaschke