I am setting up a new Windows Server Technical Preview that I will name VMM01 and later will be added to a domain, so in that server I launched PowerShell to set a static IP Address and rename the server. Here are the steps: IP Configuration Type Get-NetIPConfiguration to get the information needed like, InterfaceAlias, InterfaceIndex and … Continue reading
PowerShell is king! that’s what they say, and indeed it is. I have Windows Server Technical Preview which has been available to the public since October 2014 for download at this link http://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-technical-preview Here’s the one liner script on how to create a new Active Directory Forest in PowerShell on Windows Server Technical Preview. Install-ADDSForest -DomainName lab.demo -Confirm … Continue reading