官方說明網頁:http://support.microsoft.com/kb/2965089
這一次針對App Controller、Data Protection Manager、Operations Manager、Service Manager、Orchestrator、Virtual Machine Manager等產品做相關安全、功能上的修正與更新
2014-07-30
Update Rollup 3 for System Center 2012 R2
官方資訊網頁:http://support.microsoft.com/kb/2965090
這一次針對App Controller、Data Protection Manager、Operations Manager、Operations Manager - UNIX and Linux Monitoring (Management Pack Update)、Orchestrator and Service Provider Foundation、Service Manager、Virtual Machine Manager等產品做相關安全、功能上的修正與更新
這一次針對App Controller、Data Protection Manager、Operations Manager、Operations Manager - UNIX and Linux Monitoring (Management Pack Update)、Orchestrator and Service Provider Foundation、Service Manager、Virtual Machine Manager等產品做相關安全、功能上的修正與更新
2014-07-25
Microsoft .NET Framework 4.5.2最新版下載
Microsoft .NET Framework 已經是Windows不可或缺的系統元件,很多程式是基於之上解譯執行
但其分成不同版本,又上下不相容還是有點麻煩。1.1跟2.0以上不相容,3.5包含2.0,但4.0又獨立於之前的版本。
然後,微軟又在Windows Server 2012上又耍賤招,故意不將3.5安裝在硬碟的source區,必須點選替代路徑去安裝,擺明就是叫所有開發者轉向使用4.0以上的版本。
但其分成不同版本,又上下不相容還是有點麻煩。1.1跟2.0以上不相容,3.5包含2.0,但4.0又獨立於之前的版本。
然後,微軟又在Windows Server 2012上又耍賤招,故意不將3.5安裝在硬碟的source區,必須點選替代路徑去安裝,擺明就是叫所有開發者轉向使用4.0以上的版本。
Microsoft .NET Framework 4.5.2 Release Date: 5/5/2014
- Microsoft .NET Framework 4.5.2 (Offline Installer) for Windows Vista SP2, Windows 7 SP1, Windows 8, Windows 8.1, Windows Server 2008 SP2, Windows Server 2008 R2 SP1, Windows Server 2012 and Windows Server 2012 R2
- Microsoft .NET Framework 4.5.2 Language Pack (Offline Installer) for Windows Vista SP2, Windows 7 SP1, Windows 8, Windows 8.1, Windows Server 2008 SP2, Windows Server 2008 R2 SP1, Windows Server 2012 and Windows Server 2012 R2
- Microsoft .NET Framework 4.5.2 (Web Installer) for Windows Vista SP2, Windows 7 SP1, Windows 8, Windows 8.1, Windows Server 2008 SP2 Windows Server 2008 R2 SP1, Windows Server 2012 and Windows Server 2012 R2
- Microsoft .NET Framework 4.5.2 Developer Pack for Windows Vista SP2, Windows 7 SP1, Windows 8, Windows 8.1, Windows Server 2008 SP2 Windows Server 2008 R2 SP1, Windows Server 2012 and Windows Server 2012 R2
2014-07-11
System Center 2012 R2 可以用的SQL版本
官方文件:http://technet.microsoft.com/library/dn281933.aspx
剛剛釋出的SQL Server 2012 SP2,現行只有SCOM 2012R2列入官方支援清單
或許其他軟體也支援,但還是要等微軟做好相關測試後才更新清單吧~
所以,實際支援以官方網頁更新為主
 
2015/01/16修正,看樣子微軟也在測試過程,現行剩下App Controller Server尚未列入相容清單
剛剛釋出的SQL Server 2012 SP2,現行只有SCOM 2012R2列入官方支援清單
或許其他軟體也支援,但還是要等微軟做好相關測試後才更新清單吧~
所以,實際支援以官方網頁更新為主
| 
System Center 2012 R2 component
   | 
SQL Server 2008 R2 SP1
  Standard, Datacenter  | 
SQL Server 2008 R2 SP2
  Standard, Datacenter  | 
SQL Server 2012 Enterprise,
  Standard (64-bit)  | 
SQL Server 2012 SP1
  Enterprise, Standard (64-bit)  | 
SQL Server 2012 SP2  | 
| 
App Controller Server | 
● | 
● | 
● | ||
| 
Data Protection Manager (DPM) Database Server | 
● | 
● | 
● | 
● | |
| 
Operations Manager Data Warehouse | 
● | 
● | 
● | 
● | 
● | 
| 
Operations Manager Operational Database | 
● | 
● | 
● | 
● | 
● | 
| 
Operations Manager Reporting Server | 
● | 
● | 
● | 
● | 
● | 
| 
Orchestrator Management
  Server | 
● | 
● | 
● | 
● | |
| 
Service Manager Database or Data Warehouse Database | 
● | 
● | 
● | 
● | |
| 
Service Provider Foundation  | 
● | ||||
| 
Virtual Machine Manager Database Server | 
● | 
● | 
● | 
2015/01/16修正,看樣子微軟也在測試過程,現行剩下App Controller Server尚未列入相容清單
2014-07-03
Exchange Server 2013 Antispam反垃圾郵件設定
討厭的是Exchange Server 2013反垃圾郵件功能竟然沒有圖形化介面去設定
歡喜的是Exchange Server 2013的惡意程式過濾竟然免費提供,雖然不知道效果會不會是"笑果"
官方說明網頁:http://technet.microsoft.com/zh-tw/library/jj150481%28v=exchg.150%29.aspx
列出下列指令,一次下完即可以啟動內建的反垃圾郵件功能
但別忘了修改Set-TransportConfig的SMTP IP,以及確認SCL值的拿捏
啟動反垃圾郵件功能
& $env:ExchangeInstallPath\Scripts\Install-AntiSpamAgents.ps1
Restart-Service MSExchangeTransport
Set-TransportConfig -InternalSMTPServers @{Add="10.0.1.10","10.0.1.11"}
寄件者篩選
Set-SenderFilterConfig -Enabled $true
Set-SenderFilterConfig -BlankSenderBlockingEnabled $true
寄件者識別碼篩選
Set-SenderIDConfig -Enabled $true
Set-SenderIDConfig -SpoofedDomainAction Reject
Set-SenderIDConfig -TempErrorAction StampStatus
內容篩選
Set-ContentFilterConfig -Enabled $true
Set-ContentFilterConfig -ExternalMailEnabled $true
Set-ContentFilterConfig -InternalMailEnabled $false
Set-ContentFilterConfig -SCLDeleteEnabled $true -SCLDeleteThreshold 9 -SCLRejectEnabled $true -SCLRejectThreshold 8 -SCLQuarantineEnabled $true -SCLQuarantineThreshold 7
Set-ContentFilterConfig -RejectionResponse "Your message was rejected because it appears to be SPAM."
Set-ContentFilterConfig -OutlookEmailPostmarkValidationEnabled $true
Set-OrganizationConfig -SCLJunkThreshold 5
寄件者信譽
Set-SenderReputationConfig -Enabled $true
Set-SenderReputationConfig -ExternalMailEnabled $true
Set-SenderReputationConfig -InternalMailEnabled $false
Set-SenderReputationConfig -SrlBlockThreshold 6 -SenderBlockingPeriod 36
反垃圾聯盟
Add-IPBlockListProvider -Name zen.spamhaus.org -LookupDomain zen.spamhaus.org -AnyMatch $True -Enabled $True -RejectionResponse “Your IP is blacklisted! http://www.spamhaus.org“
歡喜的是Exchange Server 2013的惡意程式過濾竟然免費提供,雖然不知道效果會不會是"笑果"
官方說明網頁:http://technet.microsoft.com/zh-tw/library/jj150481%28v=exchg.150%29.aspx
列出下列指令,一次下完即可以啟動內建的反垃圾郵件功能
但別忘了修改Set-TransportConfig的SMTP IP,以及確認SCL值的拿捏
啟動反垃圾郵件功能
& $env:ExchangeInstallPath\Scripts\Install-AntiSpamAgents.ps1
Restart-Service MSExchangeTransport
Set-TransportConfig -InternalSMTPServers @{Add="10.0.1.10","10.0.1.11"}
寄件者篩選
Set-SenderFilterConfig -Enabled $true
Set-SenderFilterConfig -BlankSenderBlockingEnabled $true
寄件者識別碼篩選
Set-SenderIDConfig -Enabled $true
Set-SenderIDConfig -SpoofedDomainAction Reject
Set-SenderIDConfig -TempErrorAction StampStatus
內容篩選
Set-ContentFilterConfig -Enabled $true
Set-ContentFilterConfig -ExternalMailEnabled $true
Set-ContentFilterConfig -InternalMailEnabled $false
Set-ContentFilterConfig -SCLDeleteEnabled $true -SCLDeleteThreshold 9 -SCLRejectEnabled $true -SCLRejectThreshold 8 -SCLQuarantineEnabled $true -SCLQuarantineThreshold 7
Set-ContentFilterConfig -RejectionResponse "Your message was rejected because it appears to be SPAM."
Set-ContentFilterConfig -OutlookEmailPostmarkValidationEnabled $true
Set-OrganizationConfig -SCLJunkThreshold 5
寄件者信譽
Set-SenderReputationConfig -Enabled $true
Set-SenderReputationConfig -ExternalMailEnabled $true
Set-SenderReputationConfig -InternalMailEnabled $false
Set-SenderReputationConfig -SrlBlockThreshold 6 -SenderBlockingPeriod 36
反垃圾聯盟
Add-IPBlockListProvider -Name zen.spamhaus.org -LookupDomain zen.spamhaus.org -AnyMatch $True -Enabled $True -RejectionResponse “Your IP is blacklisted! http://www.spamhaus.org“
2014-07-02
SQL Server 2012 with Service Pack 2
- SQL Server 2012 SP2 Release Notes:http://msdn.microsoft.com/en-us/library/67cb8b3e-3d82-47f4-840d-0f12a3bff565
- fixed in SQL Server 2012 Service Pack 2:http://support.microsoft.com/kb/2958429
- Microsoft SQL Server 2012 Service Pack 2 (SP2) Express:http://www.microsoft.com/zh-tw/download/details.aspx?id=43351
======================================================================
SQL Server 2012 Web Edition with Service Pack 2 (x86) - DVD (Chinese-Traditional)
發行日期: 2014/7/1
檔案大小: 3596 MB
檔案名稱: ct_sql_server_2012_web_edition_with_service_pack_2_x86_dvd_4349624.iso
語言: Chinese - Traditional
SHA1:C8FB0D26D66D954A151867428A9D9B5E90FF92E5
SQL Server 2012 Web Edition with Service Pack 2 (x64) - DVD (Chinese-Traditional)
發行日期: 2014/7/1
檔案大小: 4146 MB
檔案名稱: ct_sql_server_2012_web_edition_with_service_pack_2_x64_dvd_4349069.iso
語言: Chinese - Traditional
SHA1:F5A309048AED584F114DAFCAFA6EBD0233F54C52
SQL Server 2012 Standard Edition with Service Pack 2 (x86) - DVD (Chinese-Traditional)
發行日期: 2014/7/1
檔案大小: 3596 MB
檔案名稱: ct_sql_server_2012_standard_edition_with_service_pack_2_x86_dvd_4349544.iso
語言: Chinese - Traditional
SHA1:4992EA954D2DB5510301119048AB27E3C9048677
SQL Server 2012 Standard Edition with Service Pack 2 (x64) - DVD (Chinese-Traditional)
發行日期: 2014/7/1
檔案大小: 4146 MB
檔案名稱: ct_sql_server_2012_standard_edition_with_service_pack_2_x64_dvd_4348961.iso
語言: Chinese - Traditional
SHA1:039D77257C183D1C525406C40A458CEC1E7083FF
SQL Server 2012 Enterprise Edition with Service Pack 2 (x86) - DVD (Chinese-Traditional)
發行日期: 2014/7/1
檔案大小: 3596 MB
檔案名稱: ct_sql_server_2012_enterprise_edition_with_service_pack_2_x86_dvd_4349366.iso
語言: Chinese - Traditional
SHA1:64F16FA41A6BFE344A78C4F46CBB917ECBB79E87
SQL Server 2012 Enterprise Edition with Service Pack 2 (x64) - DVD (Chinese-Traditional)
發行日期: 2014/7/1
檔案大小: 4146 MB
檔案名稱: ct_sql_server_2012_enterprise_edition_with_service_pack_2_x64_dvd_4348731.iso
語言: Chinese - Traditional
SHA1:9119353EE5462A4773F405AFDA2BF5BAE4E0CDF5
======================================================================
訂閱:
意見 (Atom)
Windows 10 (business editions), version 22H2 (updated Oct 2025) (x64)
Windows 10 (business editions), version 22H2 For this multi-edition Business media, use a product key specific to the edition in the list y...
- 
HP LaserJet 系列雷射印表機 — 為什麼有三種不同的驅動程式 ? 印表機驅動程式讓應用程式能夠連結印表機的各項功能。您應該為每臺印表機和所用的印表機語言安裝一個驅動程式。 另外,每個作業系統的驅動程式也不相同。某些應用程式使用特定的驅動程式會有較好的列印效果。 如果某個...
- 
請參閱『 如何疑難排解 Windows XP 與 Windows Server 2003 中的排程工作 』 上次結果欄會顯示完成代碼。您可以從 MSDN 取得所有 Windows 完成代碼的完整說明;以下是常見的排程工作代碼: 0x0 :作業順利完成。 0x1 :呼叫了不...
- 
Windows Server 2008 R2 Standard, Enterprise, Datacenter, and Web with Service Pack 1 (x64) - DVD (Chinese-Taiwan) 檔案名稱 tw_windows_server_20...
 
 
