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
- WinForm
- ClickOnce
- redmine
- 프라모델
- BCP
- Flume
- 글모음
- SQL
- hadoop
- 지리산둘레길
- MindMap
- Windows 7
- T-SQL
- Gundam
- 설계프로세스
- 소프트웨어공학
- 프로젝트관리
- 산출물
- Xcode
- 일상
- C#
- ERWIN
- hive
- MindManager
- union
- bitnami
- AD
- diskpart
- .net
- garbage collection
Archives
- Today
- Total
목록AD (1)
Blue sky, wind, cloud and knulf
AD에서 목록 조회
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.DirectoryServices;using System.DirectoryServices.AccountManagement; namespace ConsoleApplication2{class Program{static void Main(string[] args){ // Login to ADstring strLdapPath = "LDAP://192.168.10.10/DC=kitg,DC=local";DirectoryEntry objDE = new DirectoryEntry(strLdapPath, "xenadmin", "xenxptmxm"); tr..
라이브러리/개발
2012. 4. 12. 19:43