The Netlogon service could not create server share C:\Windows\SYSVOL\sysvol\[도메인명]\SCRIPTS.
다음과 같은 이벤트 로그가 있군요.
Log Name:      System
Source:        NETLOGON
Date:          2014-10-09 오후 2:57:04
Event ID:      5706
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      testdc.testad.com
Description:
The Netlogon service could not create server share C:\Windows\SYSVOL\sysvol\testad.com\SCRIPTS.  The following error occurred: 
The system cannot find the file specified.
그냥 간단하게 해당 폴더를 만들어 줍니다. 단지 JUNCTION 연결이 되었기 때문에 원본 폴더의 경로를 알아내야 합니다.
C:\Windows\SYSVOL\sysvol>dir
 Volume in drive C has no label.
 Volume Serial Number is 64A9-7397
 Directory of C:\Windows\SYSVOL\sysvol
2013-09-12  오후 05:19    <DIR>          .
2013-09-12  오후 05:19    <DIR>          ..
2013-09-12  오후 05:19    <JUNCTION>     testad.com [C:\Windows\SYSVOL\domain]
               0 File(s)              0 bytes
               3 Dir(s)  23,719,411,712 bytes free
따라서 "C:\Windows\SYSVOL\domain\SCRIPTS" 폴더로 만들어 줍니다.
(이 정도는 그냥 없으면 만들어주지... 윈도우 서버가 너무 불친절하군요. ^^)
[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]