Skip to main content

Test-MtEidscaAP06

SYNOPSIS

Checks if Default Authorization Settings - User can join the tenant by email validation is set to 'false'

SYNTAX

Test-MtEidscaAP06 [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Controls whether users can join the tenant by email validation. To join, the user must have an email address in a domain which matches one of the verified domains in the tenant.

Queries policies/authorizationPolicy and returns the result of graph/policies/authorizationPolicy.allowEmailVerifiedUsersToJoinOrganization -eq 'false'

EXAMPLES

EXAMPLE 1

Test-MtEidscaAP06

Returns the result of graph.microsoft.com/beta/policies/authorizationPolicy.allowEmailVerifiedUsersToJoinOrganization -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.

INPUTS

OUTPUTS

System.Boolean

NOTES