fr-FR windows computer

Autoriser un appareil compagnon pour l’authentification secondaire

Vérifié avec Windows 11 25H2 — mis à jour le 30 juillet 2026

Windows 11 25H2

Pris en charge sur : Au moins Windows Server 2016, Windows 10

Chemin dans la console GPO

Configuration ordinateur\Modèles d'administration\Composants Windows\Facteur d’authentification secondaire Microsoft

Description

Cette stratégie permet aux utilisateurs d’utiliser un appareil mobile, comme un téléphone, un appareil de suivi d’activité physique ou un appareil IoT, pour se connecter à un ordinateur de bureau exécutant Windows 10. L’appareil mobile fournit un second facteur d’authentification avec Windows Hello. Si vous activez ce paramètre de stratégie ou ne le configurez pas, les utilisateurs peuvent s’authentifier auprès de Windows Hello à l’aide d’un appareil mobile. Si vous désactivez cette stratégie, les utilisateurs ne peuvent pas utiliser d’appareil mobile pour s’authentifier auprès de Windows Hello.

Registre

HKLM SOFTWARE\Policies\Microsoft\SecondaryAuthenticationFactor

Nom de valeur : AllowSecondaryAuthenticationDevice

Activé : AllowSecondaryAuthenticationDevice = 1

Désactivé : AllowSecondaryAuthenticationDevice = 0

MDM / Intune (CSP)

./Device/Vendor/MSFT/Policy/Config/Authentication/AllowSecondaryAuthenticationDevice
Appareil Depuis Windows 10, version 1607 [10.0.14393] and later Mapping officiel (Microsoft Learn)

Documentation Microsoft Learn Données de correspondance : Microsoft Learn (CC BY 4.0)

Valeurs CSP
  • 0 (Default) - Not allowed.
  • 1 - Allowed.

Générateur d'exports

BETA

Configurez l'état, la portée et les options, puis générez les sorties .reg, PowerShell, Intune et SCCM — ou ajoutez le paramètre à une collection multi-paramètres.

Ces exports écrivent le registre — ce n'est pas une GPO managée.

Fichier .reg

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Autoriser un appareil compagnon pour l’authentification secondaire
; State: Enabled
; Supported on: Au moins Windows Server 2016, Windows 10

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SecondaryAuthenticationFactor]
"AllowSecondaryAuthenticationDevice"=dword:00000001
Autres formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Autoriser un appareil compagnon pour l’authentification secondaire
# State: Enabled
# Supported on: Au moins Windows Server 2016, Windows 10

$path = 'HKLM:\SOFTWARE\Policies\Microsoft\SecondaryAuthenticationFactor'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'AllowSecondaryAuthenticationDevice' -Value 1 -Type DWord

Vous construisez une collection multi-paramètres ? Ajoutez ce paramètre et générez des exports combinés (.reg, PowerShell, GPO).

Ouvrir le Builder

Intégrer cette GPO sur votre site

Contenu à intégrer
Thème

Ajoute une ligne de script : le thème suit l’apparence de votre site et la hauteur s’ajuste au contenu. Si votre site bloque les scripts, l’intégration suit le thème du système du visiteur.

Aperçu