336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.




Active Directory에 저장된 사용자 정보를 Active Directory에서 제공하는 툴을 이용하여 export 받는 방법을 소개한다.

export 받는 방법은 3가지 정도가 있다.
1. ldifde 명령어를 이용한 방법
2. Active Directory 관리 툴(dsquery)을 이용한 방법
3. 기타 제공 툴을 이용하는 방법(예:ad bulk 등)

1. ldif 형태로 export 받기
    ldifde 명령어를 이용하여 export 받기
c:\>ldifde -f mjstory.ldif -d "ou=mjstory,dc=story,dc=com" -p subtree

"mj-1.mjstory.com"에 연결 중
SSPI를 사용하여 현재 사용자로 로그인합니다.
mjstory.ldif 파일로 디렉터리를 내보내는 중
항목 검색 중...
항목 쓰는 중....................(생략)........................
1112개 항목을 내보냈습니다.

명령을 완료했습니다.


    csvde 명령어를 이용하여 export 받기

C:\>csvde -f mjstory1.ldif "ou=mjstory,dc=story,dc=com" -p subtree
"(null)"에 연결 중
SSPI를 사용하여 현재 사용자로 로그인합니다.
mjstory1.ldif 파일로 디렉터리를 내보내는 중
항목 검색 중...
항목을 쓰는 중...........................(생략)....................
내보내기가 완료되었습니다. 처리 이후 과정 진행 중...
1112개 항목을 내보냈습니다.

명령을 완료했습니다.

참조URL: http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/directory/activedirectory/stepbystep/adbulk.mspx#EQGAC



2. Active Directory 관리툴
    Active Directory관리툴은 다음과 같은 명령어를 지원한다.

dsadd.exe
dsget.exe
dsmod.exe
dsmove.exe
dsrm.exe
dsquery.exe

    또한 dsget은 다음과 같은 objects의 속성값을 추출할 수 있다.
DSGET COMPUTER
DSGET CONTACT
DSGET SUBNET
DSGET GROUP
DSGET OU
DSGET SERVER
DSGET SITE
DSGET USER
DSGET QUOTA
DSGET PARTITION



dsquery user | dsget user -samid -upn -acctexpires -desc -display -dn -expand -disabled > mjstory.ldif

기본값으로 표시할 수 있는 최대 결과 수(100)에 도달했습니다. 더 많은 결과를 표시하려면 -limit 옵션을 사용하십시오.

dsquery user | dsget user -samid -upn -acctexpires -desc -display -dn -expand -disabled -l > mjstory.ldif

dsquery user -limit 0| dsget user -samid -upn -acctexpires -desc -display -dn -expand -disabled -l > mjstory.ldif


예)

dsquery * -filter
"(&(objectCategory=person)(objectClass=user)(mail=*))" -attr mail displayname -limit 0 > email_addresses.txt

dsquery user "OU=Marketing,OU=Production,DC=Contoso,DC=com" | dsget user -samid -Email > c:\mytextfile.txt

dsquery user -disabled | dsget user -samid -upn

dsquery user | dsget user -samid -upn -acctexpires

dsquery user | dsget user -samid -upn -acctexpires > c:\log.txt

dsquery user "OU=Production,DC=contoso,DC=com" -stalepwd 14 | dsget user -samid -upn -mustchpwd -canchpwd

dsquery user -samid usnername | dsget user -memberof -expand

  참조URL: http://www.geocities.com/rick_lively/MANUALS/COMMANDS/D/DSGET.HTM
  참조URL: http://www.petri.co.il/forums/showthread.php?t=7690


3. 기타 제공 툴
   스크립트로 제공되는 파일로 엑셀로 파로 export 해준다.
    참조URL: http://www.petri.co.il/forums/showthread.php?t=7690

      4. 기타
          ldifde 에서 추출한 사용자에 대한 시간정보 확인
  
c:\>w32tm /ntte 127961082927031250
148103 02:31:32.7031250 - 2006-06-30 오전 11:31:32 (local time)
  
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.




가. Outlook Express
      윈도우에 기본으로 탑재되어 있는 메일관리 프로그램입니다.
      첨부파일 중 실행파일이 포함되어 있을 경우 다운로드를 차단하고 있어
      이를 해제하기 위해서는 별도 프로그램을 이용하는 방법이 간단하고 쉽습니다.


       실행한 다음 해제하고자 하는 확장명에 대해서 선택하고 OK 누르면 끝입니다.
       http://www.visiontech.ltd.uk/software/ol2k2sec.html

나. Microsoft Outlook 2000, 2002, 2003 or 2007
      아웃룩은 유료제품으로 Office 를 구매하여야만 사용 할 수 있는 프로그램입니다.
      첨부파일 중 실행파일이 포함되어 있을 경우 다운로드를 차단하고 있어
      이를 해제하기 위해서는 별도 프로그램을 이용하는 방법이 간단하고 쉽습니다.

       1) 레지스터리를 이용하는 방법

invalid-file

Outlook 2003용


invalid-file

Outlook 2007


       2) 실행파일을 이용하는 방법
           AttachmentSecurity for Microsoft Outlook (http://www.lookoutsoftware.com/products/attachmentsecurity.asp)
invalid-file

Outlook 2003, 2007


여러가지 방법이 있습니다.
적당한거 골라서 사용하시면 될 것 같습니다.

감사합니다.


쉽게 배우는 아웃룩 2007 상세보기
JIM BOYCE 지음 | 정보문화사 펴냄
『쉽게 배우는 오피스』시리즈 《아웃룩 2007》편. 이 시리즈는 어려운 컴퓨터 용어를 최대한 쉬운 언어로 풀어 설명한 것으로 내용이나 차례를 통해 원하는 직업을 살펴보고 쉽게 따라 하면서 익힐 수 있도록 했다. 《아웃룩 2007》은 아웃룩의 새로운 기능 익히기와 아웃룩 시작하기와 메일 보내기, 연락처 사용하기와 같은 아웃룩 기초부터 일정관리와 파일 관리, 고급 사용법까지의 내용으로 구성했다.
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
아웃룩 익스프레스 저장위치 변경 방법입니다.

아웃룩익스프레스 5/6 실행합니다.

(1) 도구-옵션-유지 관리 탭을 선택
(2) 폴더 저장 단추를 누르면 현재 설정 위치가 나타남
(3) 변경 단추를 누른 후에 원하는 위치를 지정
(4) 아웃룩 익스프레스를 종료 후 다시 시작


참고URL: http://support.microsoft.com/kb/601103/ko


한글 OE5:편지함 저장 위치 변경 방법

기술 자료 ID : 601103
마지막 검토 : 1999년 6월 8일 화요일
수정 : 1.0
이 문서는 이전에 다음 ID로 출판되었음: KR601103

요약

이 문서는 아웃룩 익스프레스 5에서 편지함의 저장 위치를 변경하는 방법을 설명한다.

추가 정보

아웃룩 익스프레스 5를 실행한 후에 아래를 진행한다.
1. 도구-옵션-유지 관리 탭을 선택한다.
2. 폴더 저장 단추를 누른다. 현재 설정된 위치가 나타난다.
3. 변경 단추를 누른 후에 원하는 위치를 지정한다.
4. 아웃룩 익스프레스를 종료한 후 다시 시작합니다.

본 문서의 정보는 다음의 제품에 적용됩니다.
Microsoft Internet Explorer 5.0

위로 가기

키워드:
KB601103
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

일반적으로  Windows Update 를 이용하면 Windows에 대한 fix 만 제공한다.
하지만 Microsoft Update 를 이용하면 Windows 뿐만 아니라 Office 에 대한 fix 정보도 제공해준다.

Microsoft Update 로 변경한 후 Windows Update 로 돌아가려고 했더니 어디서 설정하는지 찾을 수 없었다.  우연찮게 서핑하니 관련글이 발견되었고, 그 방법에 따라 설정을 하였다.

(1) 브라우저를 이용하여 Windows Update 사이트로 접속을 시도한다.
(2) 환영합니다란 메시지가 나타나고 왼쪽메뉴 중 "설정 변경" 메뉴를 선택한다.
사용자 삽입 이미지

(3) 화면 아래에 위치한  Microsoft Update 중지 하기 버튼을 선택한다.
사용자 삽입 이미지

(4) 성공적으로 완료되었다.
사용자 삽입 이미지

위의 방법을 찾기 위해 많은 노력(?)을 기울였다. 근데 이렇게 쉬울줄이야.
참고한 사이트는 다음과 같다.


INTRODUCTION

The Windows Update Web site provides security updates for Microsoft Windows operating systems. The Microsoft Update Web site provides these updates in addition to updates for other Microsoft programs, such as Microsoft Office. By default, your Microsoft Windows 2000-based, Microsoft Windows Server 2003-based or Microsoft Windows XP-based computer will access the Windows Update Web site. If you would like to receive updates for other Microsoft programs please perform the steps that are listed below.

Back to the top

MORE INFORMATION

I am currently using Windows Update. How can I access Microsoft Update?

To use Microsoft Update instead of Windows Update, follow these steps:
1. Visit the following Microsoft Web site:
http://update.microsoft.com/microsoftupdate (http://update.microsoft.com/microsoftupdate)
2. Click Start Now.
3. On the Review the license agreement page, click Continue.
4. Click Install.

Note You may not be prompted to install the Microsoft Update software if this software is already available on the computer.
After you successfully install the software, a Microsoft Update shortcut is added to the All Programs menu on the Start menu.

Back to the top

I am currently using Microsoft Update. How can I access Windows Update?

To stop using the Microsoft Update Web site and start using the Windows Update Web site, follow these steps:
1. On the Microsoft Update site, click Change Settings.
2. Scroll down the page, click to select the Disable Microsoft Update software and let me use Windows Update only check box, and then click Apply changes now.
3. You receive the following message:
Windows Automatic Updates will not be able to deliver updates from Microsoft Update Service.

Are you sure you want to continue?
Click Yes.
For more information about a related topic, click the following article number to view the article in the Microsoft Knowledge Base:
327838 (http://support.microsoft.com/kb/327838/) How to schedule automatic updates in Windows Server 2003, in Windows XP, and in Windows 2000

http://support.microsoft.com/?kbid=901037

+ Recent posts