How do I get the AD Display Name of the currently logged in user

Viewed 27981

Consider the following properties as set up in Active Directory for a user:

enter image description here

In my winforms application I would like to show the Display Name of the user who is currently logged on and using the application. How would I go about retrieving this information?

2 Answers
Related