Get MdeBaselineProfile - Visorian/PSMDE GitHub Wiki


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

Get-MdeBaselineProfile

SYNOPSIS

Retrieves a list of all security baselines assessment profiles created by the organization.

SYNTAX

Get-MdeBaselineProfile [[-filter] <String>] [<CommonParameters>]

DESCRIPTION

If no parameters are specified, returns all Defender for Endpoint baseline profiles.

EXAMPLES

EXAMPLE 1

$machines = Get-MdeBaselineProfile

EXAMPLE 2

$machines = Get-MdeBaselineProfile -filter "`$filter=id+eq+'123'"

PARAMETERS

-filter

Optional. Specifies the filter for baseline profiles. A filter is supported for "id", "name", "operatingSystem", "operatingSystemVersion", "status", "settingsNumber", "passedDevices" and "totalDevices".

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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-MdeBaselineProfile function returns a list of or a single PSCustomObject containing the parsed baseline profile objects.

NOTES

Author: Jan-Henrik Damaschke

RELATED LINKS

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