Archive How to Get User ID of Current User Logged On in C# 2014-01-17 Simple: System.Security.Principal.WindowsIdentity.GetCurrent().Name;