Sometimes, if you can't use the graphical Event Viewer (e.g. on Windows Server Core), it is handy to list the latest Event Viewer entries via Powershell:
Get-EventLog System -Newest 10 | fl
or
Get-EventLog Application -Newest 10 | fl
This is also much quicker than starting Event Viewer.
After the September 2021 Windows Update, non-administrator users will no longer be able to add remote printers without an elevation of privilege to administrator.
To allow normal users to add remote printers (hosted on a print server), you can now add the following Registry value on the client:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint
RestrictDriverInstallationToAdministrators = 0 (DWORD 32)
No restart of the client is needed.
If things still do
Read more [...]
My experience with servers, networks and gadgets.