Skip to main content

Glossary

Windows Hello for Business

Windows Hello for Business replaces a password with an asymmetric key pair whose private half is generated inside the device's TPM and released only by a PIN or a biometric gesture. Because the secret never leaves the machine and never travels to a server, phishing a Hello credential is not a question of tricking the user: there is nothing reusable to steal.

How it works

At provisioning, the device creates a key pair. The private key stays in the TPM 2.0 chip, non-exportable; the public key is registered against the user's account in Microsoft Entra ID or Active Directory. Sign-in is a challenge signed by that private key. The PIN or the fingerprint does not authenticate you to anything remote, it unlocks the TPM locally, which is why a four-digit Hello PIN is stronger than a twelve-character password despite looking weaker.

That design gives two factors without a second device: something you have (this laptop, this TPM) and something you know or are. Biometric templates for face recognition, which needs an infrared camera, and for fingerprint stay on the device. Enhanced Sign-in Security isolates the biometric path in virtualization-based security on hardware that supports it.

Deployment model matters. Cloud Kerberos trust is the one Microsoft recommends and the one you should pick for new rollouts: the device gets a Kerberos ticket for on-premises file shares and print servers from Entra ID itself, using an Entra Kerberos server object published into Active Directory. No per-user certificates, no PKI to build. Key trust and certificate trust still exist and still require more infrastructure.

Hello is also the local authenticator behind passkeys and FIDO2 on Windows, which is how the same gesture now signs users into web apps.

Why it matters for a fleet

Credential theft is where most intrusions actually start, and a password hash replayed from another continent is the classic path. A Hello credential is bound to one piece of hardware, so the same attack needs physical possession of the laptop.

The operational catch: Hello is per-device. A user with a laptop, a desktop and a shared machine enrolls three times. Plan the fallback too, because a machine with no TPM or a broken camera falls back to a password, and if you have not set a policy it will do so quietly.

How Appaloosa handles it

An MDM provisions Hello through the Windows policy channel: turn it on for enrolled devices, require a TPM rather than allowing software keys, set PIN length and complexity, allow or block biometrics, and then report which machines have actually completed enrollment. Appaloosa manages Windows devices through that native channel alongside Autopilot enrollment, encryption checks and app delivery, all described on the Windows MDM page. Compliance rules can then treat a device as a real security signal instead of a name in an inventory.

Explore

See the full platform

Enrollment, apps, security, remote support: all in one place.

Explore Appaloosa

See Appaloosa run on your fleet Book a demo

Frequently asked questions

Is a Windows Hello PIN really safer than a password?
Yes, because it is not a shared secret. The PIN only unlocks a private key held in the local TPM and is never sent anywhere, so it cannot be phished, replayed or cracked from a stolen hash. It is also device-specific: knowing the PIN is useless without that exact machine.
Does Windows Hello for Business need a PKI?
Not with cloud Kerberos trust, which is the model Microsoft recommends for new deployments. Entra ID issues the Kerberos ticket for on-premises resources through an Entra Kerberos server object, so you skip per-user certificates. Key trust and certificate trust still require certificate infrastructure.
Can we enforce Hello from the MDM and drop passwords entirely?
You can enforce Hello on enrolled devices, require hardware key storage and set PIN rules from policy. Dropping passwords entirely depends on the rest of your estate: legacy apps, shared machines and any device without a TPM still need a fallback. Most fleets enforce Hello first, then remove password sign-in once the exceptions are handled.