//
archives

Windows Server 10

This category contains 3 posts

Deploying Windows Server Technical Preview with MDT 2013

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

Windows Server Technical Preview: Set Network Configuration and Rename Computer

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

Windows Server Technical Preview: Join to a Domain with PowerShell

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: Creating a new Active Directory Forest in Windows Server Technical Preview

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

Microsoft Most Valuable Professional (MVP) Alumni

Philippine Windows Users Group

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 40 other subscribers