Tech_Info/OS2006. 6. 20. 17:29
TypeDescription
How To ArticlesHow To articles describe how to accomplish a specific task, usually in a Step-by-Step format. These articles are prefaced with "How To" in the title.

For example: How To Dynamically Add Controls to a Form with Visual Basic 6.0 (http://support.microsoft.com/kb/190670/en-us)
Informational ArticlesInformational articles provide informational details about a Microsoft product, product feature, or technology. These articles are prefaced with "INFO:" in the title.

For example: INFO: Differences Between DCOM95 and DCOM98 (http://support.microsoft.com/kb/198600/en-us)
Perceived Problem ArticlesThese articles address problems experienced by the user or developer. These articles typically address error messages or warnings that might be received, or they might address an issue caused by something external to the product. Problem articles often offer workaround steps to resolve the issue. These articles are prefaced with "PRB" in the title.

For example: PRB: Internet Connection Dialog Appears at Windows 95/98 Startup (http://support.microsoft.com/kb/191901/en-us)
Fix ArticlesThese articles address bugs reported in previous versions of a Microsoft product or technology that have been fixed in a new release or service pack. These articles are prefaced with "FIX:" in the title. These articles usually begin as bug articles; when the bug is resolved the title changes to FIX.

Here is an example: FIX: Visual Studio 97 SP3 Installs Incorrect Cvtres.exe (http://support.microsoft.com/kb/187280/en-us)
Bug ArticlesThese articles document a known bug in a Microsoft product or technology. Often they provide steps to work around the problem. These articles are prefaced with "BUG:" in the title. If a bug is fixed in a new release or service pack the article title changes and becomes a "FIX:" article.

Here is an example: BUG: Hang or Application Error in Setup (VS60wiz.exe) (http://support.microsoft.com/kb/192731/en-us)
Sample ArticlesSample articles provide downloadable code samples designed to assist users and developers with a Microsoft product feature or technology. Code samples are usually written when a HowTo article would not be sufficient to demonstrate a particular feature or technology. These articles are prefaced with "SAMPLE:" in the Title.

Here is an example: SAMPLE: Using the PHD Class to Isolate Memory Leaks (http://support.microsoft.com/kb/194655/en-us)
File ArticlesThese articles provide downloadable files that are not samples. The files available in these articles might include drivers, DLLs, tools, or other files that can be used in conjunction with a Microsoft product. These articles are prefaced with "FILE:" in the title.
Here is an example: FILE: Cectlpak.exe Installs the Windows CE ActiveX Control Pack (http://support.microsoft.com/kb/238952/en-us)
Frequently Asked Question ArticleThese articles answer frequently asked questions about a Microsoft product or technology. These articles are prefaced with "FAQ:" in the title. Note that not all frequently asked questions have "FAQ:" in the title.

Here is an example: FAQ: How Can I Get VSS and Visual InterDev Integration Working? (http://support.microsoft.com/kb/157883/en-us)
Documentation Error ArticlesIf there is an error in the documentation for a Microsoft product, it is noted in a KB article. These articles identify any errors and how they should be corrected. These articles are prefaced with "DOC:" in the title. For example:

DOC: Constant Values Incorrect for CursorLocationEnum
Posted by 알 수 없는 사용자
Tech_Info/OS2006. 6. 20. 17:02
오늘 MS의 KB를 뒤지다가 갑자기 본 이상한 대문자가 있었다.
XADM

도대체 뭘까? 한참 검색해봤다.

결국은...

XADM : Definition of Exchange Administration (Microsoft Knowledge Base)

Exchange 관리용 KB라는 거였다. ㅠ.ㅠ

추가정보 :
SPTS : SharePoint Team Services

참고용...
Microsoft 기술 자료를 검색하는 방법에 대한 정보
http://support.microsoft.com/default.aspx?kbid=242450

How To Use the Developer Support Microsoft Knowledge Base - 이건 또 다른 참고용
http://support.microsoft.com/kb/242971
Posted by 알 수 없는 사용자
Tech_Info/OS2006. 6. 19. 09:37


현상
Netlogon 서비스가 시작되거나 로드 중이면 이벤트 로그에 다음 이벤트가 기록될 수 있습니다.

원인
이 오류의 가능한 원인 중 하나는 NetBT 데이터그램 버퍼의 버퍼 공간이 부족한 것입니다.

해결방법
이 문제를 해결하려면 MaxDgramBuffering 값을 128KB에서 256KB로 늘리십시오.

1. 레지스트리 편집기(Regedt32.exe)를 시작합니다.
2. 레지스트리에서 다음 키를 찾습니다.
  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters
3. 편집 메뉴에서 값 추가를 누른 후 다음 정보를 추가합니다.
  값 이름:: MaxDgramBuffering
  데이터 형식: REG_DWORD
  값: 0x40000
4. 레지스트리 편집기를 끝냅니다.
5. Netlogon 서비스를 다시 시작합니다. 컴퓨터를 다시 시작해야 할 수도 있습니다.
  참고: Regedit32 대신 Regedit를 사용하여 레지스트리를 수정하는 경우에는 다음 중 하나를 수행하십시오.

  Parameters를 마우스 오른쪽 단추로 누르고 새로 만들기를 누른 다음 DWORD 값을 누릅니다.
  편집 메뉴에서 새로 만들기를 누른 다음 DWORD 값을 누릅니다.

  그런 다음 새 레지스트리 키 정보를 추가합니다.

추가 정보

MaxDgramBuffering 정보
키: NetBT\Parameters
값 종류: REG_DWORD - 바이트 수
유효 범위: 0 - 0xFFFFFFFF
기본값: 0x20000(128KB)
설명: 이 매개 변수는 NetBT가 모든 처리되지 않은 데이터그램 보내기 명령을 위해 동적으로 할당하는 최대 메모리 크기를 지정합니다. 이 제한에 도달하면 리소스가 부족하여 추가 보내기 명령이 실패하게 됩니다.

원본URL : http://support.microsoft.com/kb/310339/ko (한글)
관련URL :  도메인 컨트롤러에서 Netlogon을 시작하면 이벤트 ID 5701이 발생한다. http://support.microsoft.com/kb/217023/KO/ (영어)
Posted by 알 수 없는 사용자