by skufel | Aug 7, 2013 | Directory Services, Infrastructure, Scripting, Windows
In order to create new Forest and promote Windows Server 2012 Core to be Domain Controller for that Forest, first Active Directory Services Role has to be added: Install-WindowsFeature AD-Domain-Services –IncludeManagementTools Once Active Directory DOmain Services...
by skufel | Mar 22, 2013 | Infrastructure, Scripting, SysAdmin, Windows
In order to assign static IPv4 address to Windows Server 2012 Core using power shell use: New-NetIPAddress -IPAddress 172.16.48.11 -InterfaceAlias "Ethernet" -DefaultGateway 172.16.48.5 -AddressFamily IPv4 -PrefixLength...