Results 1 to 2 of 2

Thread: Windows User Accounts

  1. #1

    Thread Starter
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018

    Windows User Accounts

    How can I go about adding/Deleting and in general mess around with windows user accounts from an asp.net application running on our internet ?

    This must be possible surly.

    Parksie

  2. #2
    Member
    Join Date
    Sep 2004
    Location
    Oklahoma City, OK
    Posts
    36
    First of all, I must point out that providing access to your network user accounts administration in this fashion is a serious security risk and should not be taken lightly.

    Now, depending on the type of environment you're using will depend on how you would need to access your user accounts.

    If you're running a domain-based network with either Windows 2000 or Windows Server 2003 as your servers with Active Directory enabled, you would use the System.DirectoryServices, System.Management and System.Management.Instrumentation namespaces respectively.

    If you are in a workgroup environment, you would only need to use the System.Management and System.Management.Instrumentation namespaces. For more information about these namespaces, consult your local documentation, and also look up information about ADSI and WMI on MSDN.

    T

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width