-
Notifications
You must be signed in to change notification settings - Fork 2
Get MdeBaselineComplianceAssessmentExport
Jan-Henrik Damaschke edited this page Nov 23, 2022
·
1 revision
Returns one or more links to all security baselines assessments for all devices, on a per-device basis.
Get-MdeBaselineComplianceAssessmentExport [[-sasValidHours] <Int32>] [<CommonParameters>]
Returns one or more links to 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-MdeBaselineComplianceAssessmentExport
$machines = Get-MdeBaselineComplianceAssessmentExport -sasValidHours 12
Optional. The number of hours that the download URLs will be valid for (Maximum 24 hours).
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
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-MdeBaselineComplianceAssessmentExport function returns a list of or a single PSCustomObject containing the parsed baseline compliance assessment objects.
Author: Jan-Henrik Damaschke