Forum Discussion
Windows Server 2019 NPS Radius no event viewer logs (solution)
Hi all,
I would like to share the solution for the issue regarding the missing event viewer logs in "Network Policy and Access Services" on Windows Server 2019.
Solution:
CMD > sc sidtype IAS unrestricted
Reboot the server
Attempt the connection again
6 Replies
- yanqianCopper Contributor
There is no NPS event logs by default, please check the audit policy settings.
Enable subcategory "Audit Network policy server" policy under logon/logoff in "local security policy" (secpol.msc) or use auditpol command to enable it.
please refer to:
https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/troubleshoot-network-policy-server - Jethro_RoseBrass Contributorthis didn't fix the problem for me. NPS still does not create any logs or any events. this is a brand new install of server 2019, looking to do a side by side migration off of 2012r2 nps, but have not imported anything yet.
- Jethro_RoseBrass ContributorI've also tried Server 2022 and it has the same behaviour
- azuserCopper ContributorWe have a one-year-old Windows 2019 NPS server that logs all the events, and I installed a new Windows 2019 Network Policy Server (NPS) that is not logging any events. 'sc sidtype IAS unrestricted' did not help either.
- Abliz2023Copper Contributor
Did running this command become necessary recently? Was it caused by some security update? The NPS are being logged into Security Event Logs just fine on some of our NPS server running Windows Server 2019 Standard. Just one NPS server running Windows Server 2019 is not logging it to Security Event Logs.
- MathieuVandenHautteIron Contributor
Hi Abliz,
This was a new NPS setup on an existing Windows Server 2019. I don't think it is related to a security update. It seems to be a bug.