Skip to main content

Test-MtPimAlertsExists

SYNOPSIS

Checks if PIM alerts exists

SYNTAX

Test-MtPimAlertsExists [-AlertId] <String[]> [[-FilteredAccessLevel] <String[]>]
[[-FilteredBreakGlass] <Object[]>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

GET /beta/privilegedAccess/aadroles/resources/$tenantId/alerts

EXAMPLES

EXAMPLE 1

Test-MtPimAlertsExists -FilteredAccessLevel "ControlPlane" -AlertId "RolesAssignedOutsidePimAlert"

PARAMETERS

-AlertId

ID for the alert to test.

Type: String[]
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-FilteredAccessLevel

Filter based on Enterprise Access Model Tiering. Can be 'ControlPlane' and/or 'ManagementPlane'.

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-FilteredBreakGlass

Specify break glass accounts to exclude. Defaults to automatic detection based on conditional access policy exclusions.

Type: Object[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: (Get-MtUser -UserType EmergencyAccess)
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
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

System.Object

NOTES

https://maester.dev/docs/commands/Test-MtPimAlertsExists