Windows Server 2016 Exam – Creating a cluster with one workstation in lab.

Here are some quick and dirty steps to create your own VM cluster for testing purposes only. Create 4 virtual machines: VM1: Domain Controller (192.168.10.10) VM2: Storage Server (192.168.10.40) VM3: Cluster Node 1 VM4: Cluster Node 2 Connect clients to domain controller. Familiarize yourself with these Powershell commands (not case sensitive): New-NetIPAddress Set-NetIPAddress Install-WindowsFeature New-ISCSIVirtualDisk… Continue reading Windows Server 2016 Exam – Creating a cluster with one workstation in lab.

Windows Server 2016 Exam – PowerShell Commands to Know (70-740)

Here’s a short list of PS commands that you may not know now, but they have a high likelihood of showing up on the exam: NANOSERVER New-NanoServerImage: This module is imported from the Windows 2016 ISO D:\NanoServer\NanoServerImageGenerator\NanoServerImageGenerator.psm1 Commands that are included with this module: gcm -module Edit-NanoServerImage, Get-NanoServerPackage, and New-NanoServerImage. Creating a new image: new-nanoserverimage… Continue reading Windows Server 2016 Exam – PowerShell Commands to Know (70-740)

Creating a new lab for practicing the 70-740 Windows 2016 Exam.

It’s essential to have a good lab for testing different scenarios with different features of Windows 2016. Doing this usually requires lots of pointing and clicking, downloading, and wasting time doing repetitious things. Saving this time to use for more preparing for the exam can be solved with a little knowledge of Powershell. After hosing… Continue reading Creating a new lab for practicing the 70-740 Windows 2016 Exam.

Updating MRP software for many AD clients.

Recently our company upgraded their MRP software several versions. Unfortunately the version being so old, required “touching” each machine to uninstall old client and install new client software. This worked fine, but going by physical locations doesn’t always cover all computers. I took care of most of the most important computers and went by name… Continue reading Updating MRP software for many AD clients.