Test-MtEidscaAP01
SYNOPSIS
Checks if Default Authorization Settings - Enabled Self service password reset for administrators is set to 'false'
SYNTAX
Test-MtEidscaAP01 [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION
Indicates whether administrators of the tenant can use the Self-Service Password Reset (SSPR). The policy applies to some critical critical roles in Microsoft Entra ID.
Queries policies/authorizationPolicy and returns the result of graph/policies/authorizationPolicy.allowedToUseSSPR -eq 'false'
EXAMPLES
EXAMPLE 1
Test-MtEidscaAP01
Returns the result of graph.microsoft.com/beta/policies/authorizationPolicy.allowedToUseSSPR -eq 'false'
PARAMETERS
-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.