當您透過AD User and Computer變更連線網域控制站
DC狀態 不可用,但是仍然可以正常連線
AD User and computer ->domain name->change directory server, found it shows Domain controller is unavailable
建議方法
確認為IPV6導致,若是不想看套此狀態,您可以嘗試停用或是啟用IPV6
1. Dwnload the WMP 11
http://www.microsoft.com/downloads/zh-cn/details.aspx?FamilyID=1d224714-e238-4e45-8668-5166114010ca
2. install from command prompt
· Wmp11-windowsxp-x86-ZH-TW.exe /q:A
3. Open gpedit.msc, disable the first run of WMP
· Computer Configuration -> Administrative Templates -> Windows Components -> Windows Media Player -> Do Not Show First Use Dialog Boxes (Enable)
4. after install, open WMP directly
問題描述
DC重新開機後執行nltest /query , nltest /dsregdns會出現錯誤訊息: ERROR_NO_LOGON_SERVERS ![]()
相關資訊
此狀況是正常現象並不會影響AD的運作.
After the restart netlogon service or reboot, the security channel between the DC and the PDC will be reset to invalid:
11/24 11:11:07 [SESSION] CBIS: NlSetStatusClientSession: Set connection status to c000005e (in the netlogon debug log)
If no requirement for re-connecting the security channel between the DC and the PDC, the security channel's status will not be updated.
If we run the command "nltest /sc_verify:<domain>" before the command "nltest /dsregdns" or “nltest /query”, the security channel between the DC and the PDC will be re-connected, and there should be no error returned by the command "nltest /dsregdns" or “nltest /query”.
This symptoms can be reproduced on any Windows Server 2003's DC (non-PDC).
問題描述:
使用Office 2010第一次開啟IRM加密的檔案時,會出現以下的情況:
1. 「您的使用者資訊並需經過驗證才能繼續。是否要立即驗證此資訊?」 按下「是」
2.「現在無法確認使用者資訊。您要試著以不同的認證組開啟此文件嗎?」按下「是」
3. 「正在確認您的登入資訊,以便使用受限權限開啟內容。」
4. 「選取下列其中一個使用者帳戶,建立或開啟限制權限的內容。若要使用未列在下面的帳戶,請按一下「新增」。」勾選「永遠使字這個帳戶」及點選確定。
5. 「目前無法設定您電腦的「資訊版權管理」。如果仍有問題,請連絡您的管理員。」按下「確定」後,又跳回步驟4的畫面。
以��的現象,如果第二次開啟Office 2010,就不會再發生。
=============================================
解決方法:
Solution 1:請在AD上註冊RMS的SCP,解決此問題。
Solution 2:如果您不希望在AD上註冊RMS的SCP,請依照以下的步驟進行。
1. 在RMS Sever上,加上以下的機碼:
HKEY_LOCAL_MACHINE\Software\Microsoft\DRMS\1.0----如果RMS server是32位元
HKEY_LOCAL_MACHINE\SoftwareWOW6432Node\Microsoft\DRMS\1.0----如果RMS server是64位元
|
Name |
Type |
Value |
|
GicURL |
String |
http(or https)://server_name/_wmcs/certification/certification.asmx |
2. 在RMS Server上,執行一次IISReset動作。
補充說明
在還沒加之前,以下的欄位是空的。
加了機碼後,就會顯示內容。