Test-MtEidscaAG01
SYNOPSIS
Checks if Authentication Method - General Settings - Manage migration is set to 'migrationComplete'
SYNTAX
Test-MtEidscaAG01 [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION
The state of migration of the authentication methods policy from the legacy multifactor authentication and self-service password reset (SSPR) policies. In January 2024, the legacy multifactor authentication and self-service password reset policies will be deprecated and you'll manage all authentication methods here in the authentication methods policy. Use this control to manage your migration from the legacy policies to the new unified policy.
Queries policies/authenticationMethodsPolicy and returns the result of graph/policies/authenticationMethodsPolicy.policyMigrationState -eq 'migrationComplete'
EXAMPLES
EXAMPLE 1
Test-MtEidscaAG01
Returns the result of graph.microsoft.com/beta/policies/authenticationMethodsPolicy.policyMigrationState -eq 'migrationComplete'
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.