Open Power Shell
PS C:\>Import-Module ActiveDirectory
PS C:\>Set-ADDomainMode -Identity “domain.com” -DomainMode “Windows2008Domain”
PS C:\>Get-ADDomain.DomainMode Windows2008Domain
PS C:\>Get-ADForest.ForestMode Windows2008Forest
PS C:\>Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart
PS C:\>Set-Service NetTcpPortSharing -StartupType Automatic
PS C:\>ServerManagerCmd -i RSAT-ADDS
setup/PrepareSchema
New-MoveRequest –identity username –TargetDatabase “database name”