Background: Windows Deployment Services (WDS) is a service role that allows you to deploy operating systems to the PXE supported clients without the need of physical media. Requirements: Windows Server 2016 Server Install Administrative rights on Server Install of Windows Deployment Service On the Server Manager tool, click Manage, and then click Add Roles […]
Category: Software
Troubleshooting an application issues which could possibly be network related. I found myself needing to make some adjustment to the maximum transmission unit (MTU) setting of my server. As such what better time to post a quick technical short on how to go about doing this. How To Change The MTU – Windows Server […]
There may come a time that you may need to install Windows Server 2016. Here I will provide a high-level step by step on this installation process. Requirements: Windows Server 2016 Installation media (DVD, USB flash, WDS, etc.) Installation Target (Computer, Server, Virtual Machine) Keyboard (Mouse is optional) Video Example of Installation: [youtube id=”r71sJcLqCEQ” width=”600″ […]
Here are some quick steps to installing PowerCLI onto your computer to get you started. I performed the steps listed below on a Windows 10 Computer. Overview VMware PowerCLI is a command-line and scripting tool built on Windows PowerShell, and provides more than 600 cmdlets for managing and automating vSphere, vCloud, vRealize Operations Manager, […]
I recently received my VCP6-DCV Certification from VMware by Passing the 2V0-621 Proctored Exam with Pearson VUE. The Journey For many years I have used VMware products. I distinctly recall getting my hands on VMware Workstation back in 2001, and it was truly an amazing tool. I could emulate Windows 3.1 and Windows 95, QNX, and even a […]
Yes, I am playing (or trying to) with Docker. My first step is to install Docker and get it up and running. So far I am confident that I have all the prerequisites, however Docker fails to properly start with the following error: Docker hv-sock proxy (vsudd) is not reachable at Docker.Backend.ContainerEngine.Linux.ConnectToVsud(TaskCompletionSource`1 vmId) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Backend\ContainerEngine\Linux.cs:line […]