TheWizardofInt Posted February 27, 2006 Posted February 27, 2006 I wanted to detect when a person logged on to my server with terminal services and detect that person's logged on name It seems like I should be able to do this with System.Security, but I am having trouble getting documentation on it Thanks! Quote Read the Fovean Chronicles Because you just can't spend your whole day programming!
cmarchiol Posted August 8, 2006 Posted August 8, 2006 Try this: dim username as string username = System.Security.Principal.WindowsIdentity.GetCurrent.Name Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.