Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Active directory

Active directory

Scheduled Pinned Locked Moved Visual Basic
windows-adminquestionsysadmin
5 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jayesh Talsaniya
    wrote on last edited by
    #1

    Hi what is the property name for reading 'web page' of the user from active directory. may i have complete list of the property for windows server 2003? Thank you Jayesh Talsaniya Jayesh Talsaniya

    S 1 Reply Last reply
    0
    • J Jayesh Talsaniya

      Hi what is the property name for reading 'web page' of the user from active directory. may i have complete list of the property for windows server 2003? Thank you Jayesh Talsaniya Jayesh Talsaniya

      S Offline
      S Offline
      SHatchard
      wrote on last edited by
      #2

      There is an article here http://www.codeproject.com/aspnet/adsi1.asp[^] which creates a dump of schema information for AD. There are also MMC plugins which can do this as well.

      J 1 Reply Last reply
      0
      • S SHatchard

        There is an article here http://www.codeproject.com/aspnet/adsi1.asp[^] which creates a dump of schema information for AD. There are also MMC plugins which can do this as well.

        J Offline
        J Offline
        Jayesh Talsaniya
        wrote on last edited by
        #3

        thanx for taking interest in my problem. i need name of the peoperty that retrives webpage of the user. for example For last name it is 'sn' : LastName= GetProperty(userSearchResult, "sn"); i need the web page name of the user. Jayesh Talsaniya

        S 1 Reply Last reply
        0
        • J Jayesh Talsaniya

          thanx for taking interest in my problem. i need name of the peoperty that retrives webpage of the user. for example For last name it is 'sn' : LastName= GetProperty(userSearchResult, "sn"); i need the web page name of the user. Jayesh Talsaniya

          S Offline
          S Offline
          SHatchard
          wrote on last edited by
          #4

          Try 'wWWHomePage' or 'url' If you are going to need more properties i would still recommend taking a look at the previous link which lists them all or getting a copy of ADSI Edit which is a useful app for exploring the AD.

          J 1 Reply Last reply
          0
          • S SHatchard

            Try 'wWWHomePage' or 'url' If you are going to need more properties i would still recommend taking a look at the previous link which lists them all or getting a copy of ADSI Edit which is a useful app for exploring the AD.

            J Offline
            J Offline
            Jayesh Talsaniya
            wrote on last edited by
            #5

            Hi Thanks a lot. both 'wwwhomepge' and 'url' are working.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups