C:\>net share
NETLOGON C:\Windows\SYSVOL\sysvol\testdomain.local\SCRIPTS
Logon server share
SYSVOL C:\Windows\SYSVOL\sysvol Logon server share
Replication Status
Confirm directory replication status
C:\>repadmin /showrepl
USN Rollback
Confirm USN Rollback not occured.
C:\>repadmin /showrepl | findstr DSA
If following is show,staus is OK.
DSA option: IS_GC
Replicate to another Domain Controller
C:\>repadmin /syncal
C:\>repadmin /syncall /P
Confirm Domain Controller Status
C:\>dcdiag /v | findstr "error failure"
FSMO
Check fsmo.
C:\>netdom query fsmo
Domain Name resolution
Check if domain name is resolved by DNS.
C:\>nslookup
C:\>ping DomainNameHere.local
Domain Connection
Test Domain Controllor connection from client.
C:\>nltest /sc_verify:DomainNameHere.local
Domain Share
Test from client if domain share is correctry shown.
\\testdomain.local
If NETLOGON and SYSVOL is shown,staus is OK.
Group Policy
Check group policy is correctry configured.
C:\>gpresult /R
workgroup (要するにWindows AD ドメインに参加していない) PCで Netlogonサービスを起動しようとしています。Netlogonサービスはドメインコントローラとセキュアな通信を行うために使用します。よってworkgroupに属するPCでは起動する必要はありません。
Related link
グループポリシーの管理ツールで、”無効”と設定し、後日再度確認 ...
http://se-knowledge.jp/s/?mode=disp&key=1454
「ActiveDirectory環境で必要となるネットワーク通信ポート要件 ...
http://se-knowledge.jp/s/?mode=disp&key=1084