Test-MtEntraIDConnectSsso
SYNOPSIS
Ensure Microsoft Entra seamless single sign-on is disabled for all domains.
SYNTAX
Test-MtEntraIDConnectSsso [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION
Microsoft Entra seamless single sign-on (SSSO) provides users with easy access to cloud-based applications by automatically signing them in when they are on their corporate devices connected to the corporate network. However, if not managed properly, it can introduce security risks, especially if devices are compromised or if there are misconfigurations.
EXAMPLES
EXAMPLE 1
Test-MtEntraIDConnectSsso
Returns true if Microsoft Entra seamless single sign-on is disabled
PARAMETERS
-ProgressAction
Determines how PowerShell responds to progress updates generated by a script, cmdlet, or provider, such as the progress bars generated by Write-Progress.
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.