Posted On March 31, 2019

Upgrade from Windows 2008 R2 to 2012 R2

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Upgrade from Windows 2008 R2 to 2012 R2
1. Run:
f:\support\adprep\adprep /forestprep
f:\support\adprep\adprep /domainprep
 
2. Start Windows setup to upgrade the OS
3. Check “Net.Tcp Port Sharing Service” and set it to automatically start

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How To Use NXLog On A Windows Client

Step 1: Setup Server - Install a log aggregation server is out of scope of…

PowerShell: Download and Expand Zip File – Legacy Compatible

function downloadFile{ param( $url, $tempFolder="C:\Temp" ) try{ $fileName=split-path $url -leaf $tempFile = "$tempFolder\$fileName" try{[Net.ServicePointManager]::SecurityProtocol =…

Windows Error When Joining Domain

Error Message: ---------------------------Computer Name/Domain Changes---------------------------Changing the Primary Domain DNS name of this computer to ""…