Get MdeBaselineComplianceAssessmentExport - Visorian/PSMDE GitHub Wiki


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

Get-MdeBaselineComplianceAssessmentExport

SYNOPSIS

Returns one or more links to all security baselines assessments for all devices, on a per-device basis.

SYNTAX

Get-MdeBaselineComplianceAssessmentExport [[-sasValidHours] <Int32>] [<CommonParameters>]

DESCRIPTION

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.

EXAMPLES

EXAMPLE 1

$machines = Get-MdeBaselineComplianceAssessmentExport

EXAMPLE 2

$machines = Get-MdeBaselineComplianceAssessmentExport -sasValidHours 12

PARAMETERS

-sasValidHours

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

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-MdeBaselineComplianceAssessmentExport function returns a list of or a single PSCustomObject containing the parsed baseline compliance assessment objects.

NOTES

Author: Jan-Henrik Damaschke

RELATED LINKS

⚠️ **GitHub.com Fallback** ⚠️