Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 윈모데브
- windows mobile 6.5
- 윈도우폰7
- 윈도데브
- 옴니아2
- 윈도우 모바일
- 훈스닷넷
- 서진호
- 안드로이드
- 스마트폰
- 주신영
- winmodev
- 윈도우폰
- 쉐어포인트코리아
- 마이크로소프트
- 황광진
- 실버라이트 코리아
- 신동혁
- 소년포비소프트
- 루나네스
- 윈도우모바일
- 헤이맨
- 데브피아
- 거제도
- MIX10
- UX베이커리
- 지승욱
- 신석현
- 김춘배
- 소년포비
Archives
- Today
- Total
소년포비의 세계정복!!
[스크랩] [c#] Active Directory 의 추가, 수정, 삭제 및 쿼리하기 본문
http://www.codeproject.com/KB/system/everythingInAD.aspx
c# 으로 Active Directory 에 대해 추가, 수정, 삭제 및 쿼리를 해오는 방법에 대해서
기술한 내용입니다. 해당 내용은 codeProject 사이트에서 발췌함을 밝힘니다.
c# 으로 Active Directory 에 대해 추가, 수정, 삭제 및 쿼리를 해오는 방법에 대해서
기술한 내용입니다. 해당 내용은 codeProject 사이트에서 발췌함을 밝힘니다.
- Introduction
- Background
- Points of concern: security & impersonation
- Running code in batch processes
- Method parmeters
- Notes for using System.DirectoryServices.DirectoryEntry
- Active directory code
- Active directory management
- Translate the friendly domain name to fully qualified domain name
- Enumerate domains in the current forest
- Enumerate global catalogs in the current forest
- Enumerate domain controllers in a domain
- Create a trust relationship
- Delete a trust relationship
- Enumerate objects in an OU
- Enumerate DirectoryEntry settings
- Active directory objects
- Check for the existence of an object
- Move an object from one location to another
- Enumerate multi-string attributes of an object
- Enumerate single-string attributes of an object
- Enumerate an object's properties
- Get a DistinguishedName: search the directory
- Convert DistinguishedName to ObjectGUID
- Convert an ObjectGUID to OctectString
- Search by ObjectGUID or convert ObjectGUID to DistinguishedName
- Publish network shares in active directory
- Create a new security group
- Delete a security group
- Active directory users
- Authenticate a user against the directory
- Add user to group
- Remove user from group
- Get user group memberships of the logged in user from ASP.NET
- Get user group memberships
- Create user account
- Dealing With User Passwords
- Setting UserAccountControl flags
- All UserAccountControl flags
- Enable a user account
- Disable a user account
- Unlock a user account
- Reset a user password
- Rename an object
- Conclusion
- History
- Resources
About the Author
thund3rstruck |
I'm a typical 29 year old generation X guy that likes video games,
NFL football, and comic style art. I have an insatiable passion for
programming and doing what ever it takes to become a better programmer.
|
출처 : 닷넷 (.NET) 프로그래머 모임
글쓴이 : 심재운 원글보기
메모 :
'프로그램 세상 > C#' 카테고리의 다른 글
[스크랩] Microsoft Chart Controls 샘플 자료 (0) | 2009.03.10 |
---|---|
[스크랩] Microsoft Chart Controls for .NET Framework 문서(chm) (0) | 2009.03.10 |
[스크랩] [펌] 닷넷 프로그래밍 최적화 기법 (0) | 2009.03.10 |
[스크랩] [msdn] 코드 보안을 위해 개발자가 알아야 할 10가지 팁 (0) | 2009.03.10 |
[스크랩] [닷넷.NET강좌] 1장. C#의 배경 (0) | 2009.03.06 |