Currently have our network up and running, but we're not enforcing machine authentication. On our Windows clients, we have user authentication, using smartcard. This, however, means a user could theoretically bring their own laptop with a smartcard, configure the wireless settings, and connect.
We recently just had auto certificate enrollment enabled in our domain, so now all our Windows clients have computer certificates.
We have security requirements dictating that ANY connection to the wireless here MUST use EAP-TLS certificate-based authentication.
What I'd like to do now, is enforce machine authentication. We would assign a role to authenticated/authorized machines allowing only domain traffic plus patching, scanning, etc. This authentication would occur at the Ctrl+Alt+Del screen without any user logon (i.e. computer boots up, and connects to the WLAN via machine authentication without any user intervention). Then, once the user does authenticate to Windows, the user auth happens on the WLAN via smartcard. Ideally this would not result in an IP address change; only the user role would change. This would then put the user in the authenticated role with full network access.
When I look at the Windows WLAN connection properties, however, I see that you may choose either "Use my smart card" or "Use a certificate on this computer"
So is it possible to use a computer certificate for the machine logon, and then the user's smart card for the user side of authentication? All with one WLAN profile?