If you want to deploy Windows Server Technical Preview using MDT 2013 follow the instruction in these blog posts: Beyond unsupported – Deploying Windows Technical Preview with MDT 2013 by Johan Arwidmark Deploy Windows 10, Windows Server, and Hyper-V Server Technical Preview Using MDT 2013 by Frank Lesniak Though these are for Windows 10 Technical Preview deployment, it … Continue reading
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
Here’s to join your Windows Server Technical Preview to an existing domain: Launch PowerShell ISE Type this command: Add-Computer -DomainName <yourdomain.com> -Restart Enter a domain credential After the restart, your server is now domain joined.
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