W1&W2_Configuration - Henryisgreat/GROUP14Final GitHub Wiki

Overview

W1 and W2 is a Windows 10 machine for intended for client use. It will be managed by Active Directory and be configured primarily via Powershell.

Set-up

Either run W1internetConfig.ps1 or type the following commands into powershell:

New-NetIPAddress -InterfaceAlias Ethernet0 -IPAddress 10.0.5.100 -PrefixLength 24 -DefaultGateway 10.0.5.2

Set-DnsClientServerAddress -InterfaceAlias "Ethernet0" -ServerAddresses 10.0.5.5

Rename-Computer -NewName Group14