Dear Team,
You have correctly identified the primary solutions:
- Switch to EAP-TLS Authentication: This is the most secure and recommended solution. EAP-TLS uses certificates for authentication instead of usernames and passwords, which bypasses the issue with Credential Guard and provides a more robust security posture.
- Disable Virtualization-Based Security (VBS)/Credential Guard: While this would resolve the immediate Wi-Fi issue, it is not recommended as it significantly reduces the security of the devices by exposing them to credential theft attacks like Pass-the-Hash. Given your business requirements, this option is rightly off the table.
- Troubleshooting and Verification
For troubleshooting and confirming the issue, you can look into the Event Viewer. The most relevant logs would likely be found under:
- Windows Logs -> Security
- Applications and Services Logs -> Microsoft -> Windows -> WLAN-AutoConfig
- Applications and Services Logs -> Microsoft -> Windows -> NDIS
Look for events related to authentication failures, security protocols, and network connection attempts around the time a user tries to connect from the sign-in screen. These logs can provide more specific error codes or messages that can definitively point to a credential or authentication protocol issue.
Best Regards