Skip to content

mrcoulson/Who-Is-This

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Who Is This?

This is a cute (debatable) little (indeed) application that searches an Active Directory for a user by username and returns a few basic pieces of user info. Not intended to be a replacement for an AD Users and Computers console, this is to give a technician a quick answer to "Who is this?" when faced with a strange user ID.

Setup

Basically, just set your AD info and intranet link in the <appSettings> element in the Web.config and set the application in IIS. You may want to encrypt your <appSettings> like this:

aspnet_regiis -pe "appSettings" -app "/path/to/WhoIsThis" -site "siteID"

The AD properties used in this application are ones that we use in our work environment. For example, your environment may not use physicalDeliveryOfficeName for department. This sort of application could be taken much further in an environment where AD stores user contact information. In our work environment, this is not the case yet. Also, the link to the intranet directory may not apply for your organization.

Requirements

  • ASP.NET
  • The System.DirectoryServices namespace (not usually included by default in Visual Studio projects)
  • Access to an Active Directory domain controller

About

Find AD users quickly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published