Windows Server 2016 Exam – 70-741 DNS

Here is a list of all the commands that come in the PS module DNS Server: CommandType Name Version Source ———– —- ——- —— Alias Export-DnsServerTrustAnchor 2.0.0.0 DnsServer Alias Get-DnsServerRRL 2.0.0.0 DnsServer Alias Set-DnsServerRRL 2.0.0.0 DnsServer Function Add-DnsServerClientSubnet 2.0.0.0 DnsServer Function Add-DnsServerConditionalForwarderZone 2.0.0.0 DnsServer Function Add-DnsServerDirectoryPartition 2.0.0.0 DnsServer Function Add-DnsServerForwarder 2.0.0.0 DnsServer Function Add-DnsServerPrimaryZone 2.0.0.0… Continue reading Windows Server 2016 Exam – 70-741 DNS

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.