Get MdeBaselineComplianceAssessmentByMachine - Visorian/PSMDE GitHub Wiki


external help file: PSMDE-help.xml Module Name: PSMDE online version: schema: 2.0.0

Get-MdeBaselineComplianceAssessmentByMachine

SYNOPSIS

Returns all security baselines assessments for all devices, on a per-device basis.

SYNTAX

Get-MdeBaselineComplianceAssessmentByMachine [<CommonParameters>]

DESCRIPTION

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.

EXAMPLES

EXAMPLE 1

$machines = Get-MdeBaselineComplianceAssessmentByMachine

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

PSCustomObject. The Get-MdeBaselineComplianceAssessmentByMachine function returns a list of or a single PSCustomObject containing the parsed baseline compliance assessment objects.

NOTES

Author: Jan-Henrik Damaschke

RELATED LINKS