Posts

Showing posts from June 19, 2011

LAB: Modify RD web desktops.aspx

Image
  Change default RDWeb to RemoteDesktopConnection instead of RemoteAPP http://social.technet.microsoft.com/Forums/en-US/winserverTS/thread/f23fe7da-bcb7-460b-8c6d-a8c73661f56a/ change default.aspx to desktop.aspx from login.aspx remove computer name before - const string L_DefaultComputerNameValue_Text = "Computer Name"; after - const string L_DefaultComputerNameValue_Text = "";   before - type="text" onkeydown="jscript:checkKey(this);" onkeyup="jscript:checkLen(this, 1);" /> after -   type="text" onkeydown="jscript:checkKey(this);" onkeyup="jscript:checkLen(this, 1);"value="rd.msft.com" />   before - &nbsp;<button type="button" id="ButtonConnect" name="ButtonConnect" disabled class="formButton" onclick="BtnConnect()" accesskey=<%=L_ConnectAccessKey_Text %>><%=L_Connec

LAB: Exchange 2010 多信箱探索 Discovery Mailbox

Image
  http://technet.microsoft.com/zh-tw/library/dd335072.aspx http://technet.microsoft.com/en-us/library/dd638177.aspx http://social.technet.microsoft.com/Forums/en-GB/exchange2010/thread/7ce2db60-91bb-4fde-b056-a48cd5cd8c21 建立探索信箱   Enable the discovery mailbox Go to ADUC, unlock the mailbox, set a password for the account, then enable the account. search result mailbox only accept message from search action 欲使用多信箱搜尋 (e-Discover) 的使用者須加入Discovery Management 群組,即便admins 之類的帳號也需額外加入 ==================================================== ==================================================== Re-Create the Discovery System Mailbox http://technet.microsoft.com/en-us/library/gg588318.aspx Delete the SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9} user account from Active Directory, if it exists. By default, Exchange Server 2010 Setup creates the mailbox in the Users container in Active Directory. For det

Ticket: RemoteAPP certificate revocation check error

Image
  . certutil -f –urlfetch -verify <your_certificate>.cer From internet client (Win7 ultimate x64) Issuer:     CN=TWCA Secure CA -Evaluation Only     OU=SSL Certification Service Provider-Evaluation Only     O=TAIWAN-CA INC.     C=TW Subject:     CN=deep2.msft.com     OU=ITS     O=Msft Corporation     L=Taipei     S=Taiwan     C=TW Cert Serial Number: 04bd dwFlags = CA_VERIFY_FLAGS_ALLOW_UNTRUSTED_ROOT (0x1) dwFlags = CA_VERIFY_FLAGS_IGNORE_OFFLINE (0x2) dwFlags = CA_VERIFY_FLAGS_FULL_CHAIN_REVOCATION (0x8) dwFlags = CA_VERIFY_FLAGS_CONSOLE_TRACE (0x20000000) dwFlags = CA_VERIFY_FLAGS_DUMP_CHAIN (0x40000000) ChainFlags = CERT_CHAIN_REVOCATION_CHECK_CHAIN (0x20000000) HCCE_LOCAL_MACHINE CERT_CHAIN_POLICY_BASE -------- CERT_CHAIN_CONTEXT -------- ChainContext.dwErrorStatus = CERT_TRUST_REVOCATION_STATUS_UNKNOWN (0x40) ChainContext.dwErrorStatus = CERT_TRUST_IS_OFFLINE_REVOCATION (0x1000000) ChainContext.dwErrorStat