跳到主要內容

發表文章

目前顯示的是有「Windows」標籤的文章

叢集伺服器系統升級實戰 直上WS 2016免停機(下)

上集文章內容一開始先介紹了Windows Server 2016有那些的新功能,讓管理人員樂於從Windows Server 2012 R2進行叢集升級,而為了安全無痛地完成整個升級計畫,必須做好叢集伺服器網路配置,然後再建置叢集共用儲存區,而本次的內容 from Pocket http://bit.ly/2E3OzT0 via IFTTT

叢集伺服器系統升級實戰 直上WS2016免停機(上)

話說叢集的架構規劃與建置經驗,資深的IT工作者最早是從哪一個版本的Windows Server開始接觸的呢?就筆者個人的經驗來說,應該是從Window 2000 Server,在當時企業IT最常用來結合叢集的應用系統,就是SQL Server 2000以及Exchange Server 20 from Pocket http://bit.ly/2WDaXJV via IFTTT

微軟全新伺服器管理工具 Honolulu體驗高效率

組織IT架構私有雲端化的過程中,除了背後有著虛擬化平台、軟體定義儲存以及軟體定義網路等先進技術來維持運行的可用性與可靠度外,在前端的操作介面設計上,許多應用程式的開發無論是針對使用單位還是IT單位,幾乎皆 from Pocket https://ift.tt/2I4EODF via IFTTT

Microsoft Security Advisory 4053440

Set File->Options->Trust Center->Trust Center Settings…->External Content->Security settings for Workbook Links = Disable automatic update of Workbook Links. from Pocket http://ift.tt/2hn3gsd via IFTTT

Windows Container FAQ - 官網沒有說的事

原本,Windows Container 單純就我自己研究而已,因為工作上用到的都是 ASP.NET Web Form 居多 (有部分早已轉移 到 MVC,但是主要還是 WebForm),加上商用軟體,用到一堆外面的第三方套件,想要藉由升級到 . from Pocket http://ift.tt/2fxUwM1 via IFTTT

Windows 上的 Docker 引擎

Docker 引擎和代理程式並未隨附於 Windows,且需要個別安裝及設定。 此外,Docker 引擎可接受許多自訂設定。 部分範例包括設定精靈接受連入要求的方式、預設網路功能選項,以及偵錯/記錄設定。 在 Windows 中,這些設定可以在設 from Pocket http://ift.tt/2gjFXLj via IFTTT

如何在 Windows 10 同時安裝與執行 Windows 與 Linux 容器 (Docker)

自從將我的 Windows 10 升級到周年更新後,發現有好多好玩的功能可以用,前陣子在玩 WSL (Windows Subsystem for Linux) ( Bash on Windows ),而最近則是把玩 Windows Containers 容器技術。今天這篇文章,主要想分享如何讓大家在自己的 Windows 10 from Pocket http://ift.tt/2gFPgs8 via IFTTT

Docker for Windows - Microsoft SQL Server on Linux 與 Visual Studio Code 操作

是的,在今年三月的時候微軟就已經宣佈要讓 SQL Server 放在 Linux 系統裡,而在前陣子的 Microsoft Connect(); 2016 大會裡發表了 Microsoft SQL Server for Linux v. from Pocket http://ift.tt/2gcB8Tw via IFTTT

Docker for Windows 與 ASP.NET Core - Part.2 使用指令碼建立 Image 和 Container

經過上一篇「Docker for Windows 與 ASP.NET Core - Part.1 安裝與使用 Visual Studio 2015」的環境建置與開發環境建立專案和使用 Visual Studio Tools for Docker - Preview 之後,這一次來嘗試使用指令碼的方式建立 ASP. from Pocket http://ift.tt/2fHmDZE via IFTTT

TIPS-在 Windows 批次刪除 N 天前的檔案

工作上常遇到的需求:Log、暫存檔案多半有保留年限,如何用一個指令刪除某個期限前的舊檔? from Pocket http://ift.tt/2dYst7H via IFTTT

快速上手 Windows Containers 容器技術 (Docker Taipei)

Upcoming SlideShare Loading in …5 × 快速上手 Windows Containers 容器技術 (Docker Taipei) 1. from Pocket http://ift.tt/2g7DkvQ via IFTTT

如何在 Mac 電腦安裝 Windows 系統(透過 Boot Camp 雙開機)

印象中在 Mac OS X 10. from Pocket http://ift.tt/2f1HpCX via IFTTT

Windows Logon Type

Logon Type 2 – Interactive( 本機登入 ) Logon Type 3 – Network( 網路登入, Netbios 、 IIS 等登入方式 ) Logon Type 4 – Batch( 排程等批次 ) Logon Type 5 – Service( 服務 ) Logon Type 7 – Unlock( 解除螢幕鎖定 ) Logon Type 8 – NetworkCleartext( 網路明文登入, IIS ASP 登入 ) Logon Type 9 – NewCredentials( 新身份登入,通常為 RunAs 方式 ) Logon Type 10 – RemoteInteractive( 遠端登入,例如 Terminal Server 、 RDP 等方式,但 Windows 2000 沒有此類型,歸類為 Type2) Logon Type 11 – CachedInteractive( 快取登入 )

Hyper-V 計量

適用於Windows 2012 R2 Hyper-V Enable-VMResourceMetering Reset-VMResourceMetering Disable-VMResourceMetering Measure-VM –VMName Greendale-VM $report = Measure-VM –VMName Greendale-VM $report | Format-List Get-VM vm-guest-name | Enable-VMResourceMetering Get-VM vm-guest-name | Measure-VM | select * (Measure-VM -VMName vm-guest-name).NetworkMeteredTrafficReport Add-VMNetworkAdapterAcl -VMName SQL2012 -Action Meter -RemoteIPAddress 10.10.0.0/16 -Direction Outbound Parameter Set: VMName Add-VMNetworkAdapterAcl [-VMName] <String[]> -Action <VMNetworkAdapterAclAction> -Direction <VMNetworkAdapterAclDirection> [-ComputerName <String[]> ] [-LocalIPAddress <String[]> ] [-LocalMacAddress <String[]> ] [-Passthru] [-RemoteIPAddress <String[]> ] [-RemoteMacAddress <String[]> ] [-VMNetworkAdapterName <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>] Parameter Set: ManagementOS Add-VMNetworkAdapterAcl -Action <VM...

Windows Server 2012 R2切換操作介面

Import-Module ServerManager 完整伺服器→基本伺服器(GUI操作) Uninstall-WindowsFeature Server-Gui-Shell -Restart 完整伺服器→核心伺服器 Uninstall-WindowsFeature Server-Gui-Mgmt-Infra -Restart 核心伺服器→完整伺服器 Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell -Restart Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell -Restart -Source wim:d:\sources\install.wim:2 核心伺服器→基本伺服器(GUI操作) Install-WindowsFeature Server-Gui-Mgmt-Infra -Restart Install-WindowsFeature Server-Gui-Mgmt-Infra -Restart -Source wim:d:\sources\install.wim:2 完整伺服器→桌面體驗 Install-WindowsFeature Desktop-Experience -Restart

在system volume information出現Volume Shadow大容量檔案,修改Shadow Copy存放位置時出現錯誤訊息: 0x8004231d

假設:快照來源為O碟,快照目的地為D碟 請先檢查快照有沒有停用 列出所有快照檔案 vssadmin list shadowstorage Resize快照檔案(如不做此動作,會出現0x8004231d錯誤訊息) vssadmin resize shadowstorage /for=O: /on=D: /maxsize=320mb 刪除快照設定 vssadmin delete shadowstorage /for=O: /on=D: