2016年3月31日 星期四

重安裝 Uninstall Movies & TV


First, open PowerShell as administrator. Open the Start menu, search for “PowerShell,” right-click the PowerShell shortcut, and select “Run as administrator.” Agree to the UAC prompt.



 

Get-AppxPackage *zunevideo* | Remove-AppxPackage

 

Get-AppxPackage *zunevideo* | Add-AppxPackage

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

 

2016年3月9日 星期三

Microsoft.Exchange.RpcClientAccess.BufferTooSmallException


當使用MAPI Http來連接時
Address List 超過1400筆會使Exchange 2016無法連線,
停用MAPI Http只用RPC OVER HTTP就OK


將數量降到1355左右就都OK了

Microsoft.Exchange.RpcClientAccess.BufferTooSmallException

Manage MAPI over HTTP

  1. Set-CasMailbox <user or mailbox ID> -MapiHttpEnabled $true
  2. Test-OutlookConnectivity -RunFromServerId ContosoMail -ProbeIdentity OutlookMapiHttpSelfTestProbe
    
    A successful test returns output that's similar to the following example:

https://technet.microsoft.com/zh-tw/library/mt634322(v=exchg.160).aspx

2016年3月2日 星期三

UrlBlockedError.aspx

不符合與安全的 URL 標準的 Url 會取代用戶端存取伺服器上的 [UrlBlockedError.aspx] 頁面的連結




「 outlook Web Access 已停用這個連結,取得您的安全性 」 的錯誤訊息


這種會被OWA2010當做不安全的
https://doc.gogle.com/forms/d/1ErnfVoBf8yu7f8QKojmPN8Fdtqp_IHVtAfNFbkSG-bk/e


插入到超連結就OK了
222