I have a home AD server and a Windows Surface Laptop. I want to enable my family to open the laptop, and based on facial recognition, it will log them into their respective AD account. I'm seeing conflicting responses on setting this up. Do I only need to enable Windows Hello for Business in GPO, or do I need to go through this full Windows Hello for Business Deployment Guide to enable this?
I ask because I tried following that guide first, but encountered a known issue with Windows Server 2019. When I run this command...
Set-AdfsCertificateAuthority -EnrollmentAgent -EnrollmentAgentCertificateTemplate WHFBEnrollmentAgent -WindowsHelloCertificateTemplate WHFBAuthentication
...it fails as outlined here.
So in order to get this to work, I'm going to have to blow away my current AD setup and start over with Windows Server 2016. Before doing that, I wanted to make ABSOLUTELY CERTAIN that I need to follow that guide to get Windows Hello working with AD the way I want it to.