Today I tryed to activate my Virtual Machine on Windows 2012 R2 Datacenter with AVMA key.
Here under are key to automatic activate windows 2012 R2 that are running on Datacenter edition HyperV.
Continue reading Windows 2012 R2 activation 0xC004F069
Month: January 2015
How to assign IP address to network interface using powershell
How to assign IP address to network interface using powershell.
First we need to load powershell module responsible for managing Network Adapters:
Import-Module NetAdapter
Continue reading How to assign IP address to network interface using powershell
How to promote new Domain Controler using Power Shell in Windows 2012
Powershell provide us 3 cmdlets to promote new domain conroller in AD:
- Install-ADDSDomainController – Creates a new domain controller in an existing domain
- Install-ADDSDomain – Creates a new domain in an existing forest
- Install-ADDSForest – Creates a new forest
Continue reading How to promote new Domain Controler using Power Shell in Windows 2012