Raise AD Domain and Forest Levels using PowerShell

Get-ADDomain | select domainMode, DistinguishedName c++

image

Get-ADForest | select forestMode redis

image

 

Raise the Domain Functional Level

 

Set-ADDomainMode -identity afd.ink -DomainMode Windows2012R2Domain -PassThrudom


image

image

 

Raise the Forest Functional Level

$Forest = Get-ADForest ide

Set-ADForestMode -Identity $Forest -Server $Forest.SchemaMaster  -ForestMode Windows2012R2Forest -PassThru ui

image

 

Invoke-WebRequest -Uri  "https://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x64.exe"  -OutFile "d:\vc++2013x64\vcredist_x64.exe"spa

相關文章
相關標籤/搜索