Directory Programming .NET

Active Directory and ADAM programming support for .NET developers
Welcome to Directory Programming .NET Sign in | Join | Help
in Search

Copy a user account template to create user?

Last post 03-18-2010, 2:09 PM by Kouts1. 2 replies.
Sort Posts: Previous Next
  •  03-15-2010, 8:01 PM 7957

    Copy a user account template to create user?

    Hi,

    I need to create a user by using an existing account template in AD. Any ides would be helpful. I am currently uisng System.DirectoryServices with vb.net 3.5.

    Thank you!
  •  03-16-2010, 10:59 AM 7961 in reply to 7957

    Re: Copy a user account template to create user?

    There is no easy way to do this. You would probably want to copy attribute values from one user to another one but you'll need to go through each attribute to determine which you want to copy, which to modify and which to leave alone for the system to maintain.
  •  03-18-2010, 2:09 PM 7985 in reply to 7961

    Re: Copy a user account template to create user?

    thx Joe!
View as RSS news feed in XML